23 lines
780 B
Smarty
Executable File
23 lines
780 B
Smarty
Executable File
<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>
|