Primer commit del sistema avantika sin cambios
This commit is contained in:
28
templates/boxes/cobrar-devolucion-popup.tpl
Executable file
28
templates/boxes/cobrar-devolucion-popup.tpl
Executable file
@@ -0,0 +1,28 @@
|
||||
<div align="center" class="txtH1">SALDO A FAVOR</div>
|
||||
|
||||
<br />
|
||||
|
||||
<div align="center">
|
||||
<div class="txtFrm" style="width:140px; text-align:right">{$total}</div>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
{*}
|
||||
<div align="center">
|
||||
* Código de Monedero Electrónico:
|
||||
<br />
|
||||
<input type="text" class="largeInput" name="codigo" id="codigo" value="" />
|
||||
</div>
|
||||
{*}
|
||||
|
||||
<div style="clear:both"></div>
|
||||
|
||||
<div style="margin-left:150px; margin-top:10px">
|
||||
<div style="float:left">
|
||||
<input type="button" name="btnSave" id="btnSave" onclick="SaveDevolucion()" value="Guardar" style="padding:8px; width:100px" />
|
||||
</div>
|
||||
<div style="float:left; padding-left:10px">
|
||||
<input type="button" name="btnCancel" id="btnCancel" onclick="HideFviewCobro()" value="Cancelar" style="padding:8px; width:100px" />
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user