Primer commit del sistema avantika sin cambios
This commit is contained in:
22
templates/forms/agregar-justificante-rechazo.tpl
Executable file
22
templates/forms/agregar-justificante-rechazo.tpl
Executable file
@@ -0,0 +1,22 @@
|
||||
<div id="divForm">
|
||||
<form id="agregarColorForm" name="agregarColorForm" method="post">
|
||||
<fieldset>
|
||||
|
||||
<div class="a">
|
||||
<div class="l">* Justificante:</div>
|
||||
<div class="r">
|
||||
<textarea id="justificante" name="justificante" rows="5" cols="70"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="clear:both"></div>
|
||||
<hr />
|
||||
* Campo requerido
|
||||
<div style="padding-left:300px">
|
||||
<a class="button" id="agregarJustificante" name="agregarJustificante"><span>Guardar</span></a>
|
||||
</div>
|
||||
<input type="hidden" id="bonificacionId" name="bonificacionId" value="{$bonificacionId}"/>
|
||||
<input type="hidden" id="status" name="status" value="{$status}"/>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user