Files
ventas_php/templates_c/ee40ea4d92ceb9b828857282b22f1e9ff577a26d.file.agregar-metodo-pago.tpl.php

39 lines
1.3 KiB
PHP

<?php /* Smarty version Smarty3-b7, created on 2026-01-07 00:31:27
compiled from "/var/www/html/ventas/templates/forms/agregar-metodo-pago.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1832310118695dfdbf871c85-96345230%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'ee40ea4d92ceb9b828857282b22f1e9ff577a26d' =>
array (
0 => '/var/www/html/ventas/templates/forms/agregar-metodo-pago.tpl',
1 => 1767753171,
),
),
'nocache_hash' => '1832310118695dfdbf871c85-96345230',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div id="divForm">
<form id="agregarMetodoPagoForm" name="agregarMetodoPagoForm" method="post">
<fieldset>
<div class="a">
<div class="l">* Nombre:</div>
<div class="r"><input type="text" name="nombre" id="nombre" class="largeInput wide2">
</div>
</div>
<div style="clear:both"></div>
<hr />
* Campo requerido
<div style="padding-left:300px">
<a class="button" id="agregarMetodoPago" name="agregarMetodoPago"><span>Agregar</span></a>
</div>
<input type="hidden" id="type" name="type" value="saveAddMetodoPago"/>
</fieldset>
</form>
</div>