Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-05-06 16:30:18
|
||||
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/editar-atributo-valor.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:11706805415369546ac79ab8-57200295%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'8d5ab8403bb4f4aa435fca9d57d32f139da4ca79' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/editar-atributo-valor.tpl',
|
||||
1 => 1375965268,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '11706805415369546ac79ab8-57200295',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<div id="divForm">
|
||||
<form name="frmEditarValor" id="frmEditarValor" method="post" action="">
|
||||
<input type="hidden" name="type" value="saveEditValor" />
|
||||
<input type="hidden" name="atribValId" value="<?php echo $_smarty_tpl->getVariable('info')->value['atribValId'];?>
|
||||
" />
|
||||
<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>
|
||||
Reference in New Issue
Block a user