Files
ventas_php/ajax/templates_c/40fde0c3d83ce05474a0a22114a9eb7635168455.file.editar-atributo.tpl.php

41 lines
1.7 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-05-06 18:05:04
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/editar-atributo.tpl" */ ?>
<?php /*%%SmartyHeaderCode:132313626153696aa0acaa80-17636805%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'40fde0c3d83ce05474a0a22114a9eb7635168455' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/editar-atributo.tpl',
1 => 1375965267,
),
),
'nocache_hash' => '132313626153696aa0acaa80-17636805',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div id="divForm">
<form name="frmEditarAtributo" id="frmEditarAtributo" method="post" action="">
<input type="hidden" name="type" value="saveEditAtributo" />
<input type="hidden" name="atributoId" value="<?php echo $_smarty_tpl->getVariable('info')->value['atributoId'];?>
" />
<fieldset>
<div class="a">
<div class="l">* Nombre:</div>
<div class="r"><input type="text" name="name" id="name" class="largeInput wide2" value="<?php echo $_smarty_tpl->getVariable('info')->value['nombre'];?>
"></div>
</div>
<div style="clear:both"></div>
<hr />
* Campos requeridos
<div class="formLine" style="text-align:center; padding-left:300px">
<a class="button" id="btnUpdate"><span>Actualizar</span></a>
</div>
</fieldset>
</form>
</div>