21 lines
656 B
Smarty
Executable File
21 lines
656 B
Smarty
Executable File
<div id="divForm">
|
|
<form id="frmTicket" name="frmTicket" method="post">
|
|
<fieldset>
|
|
|
|
<div class="a">
|
|
<div class="l">* Ingrese el Folio Novomoda del Ticket:</div>
|
|
<div class="r"><input type="text" name="ventaId" id="ventaId" class="largeInput wide2" maxlength="10">
|
|
</div>
|
|
</div>
|
|
|
|
<div style="clear:both"></div>
|
|
<hr />
|
|
* Campo requerido
|
|
<div style="padding-left:300px">
|
|
<a class="button" onclick="SaveTicket()"><span>Continuar >></span></a>
|
|
</div>
|
|
<input type="hidden" id="type" name="type" value="saveAddTicket"/>
|
|
</fieldset>
|
|
</form>
|
|
</div>
|