Viewing file: 0e6efd27c60860a978cabd5e37e4b52605e94f79.file.items-list.tpl.php (1.76 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2020-11-24 19:40:25 compiled from "modules/topmenu/templates/items-list.tpl" */ ?> <?php /*%%SmartyHeaderCode:18130743815fbd4589ec6894-74146088%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '0e6efd27c60860a978cabd5e37e4b52605e94f79' => array ( 0 => 'modules/topmenu/templates/items-list.tpl', 1 => 1606239473, ), ), 'nocache_hash' => '18130743815fbd4589ec6894-74146088', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <script type="text/javascript"> $(document).ready( function() { $("#items .up").live('click', function() { $.post("/admin-asynch.php", { "mod" : "<?php echo $_smarty_tpl->getVariable('module')->value;?> ", "id" : $(this).parents("tr").attr('id'), "oper" : "up", "table" : "<?php echo $_smarty_tpl->getVariable('table')->value;?> " }, function(data) { if (data.status == "ok") { $("#items").parent().load("/admin-asynch.php?mod=<?php echo $_smarty_tpl->getVariable('module')->value;?> &items&getadmintable"); } }, 'json'); return false; }); $("#items .down").live('click', function() { $.post("/admin-asynch.php", { "mod" : "<?php echo $_smarty_tpl->getVariable('module')->value;?> ", "id" : $(this).parents("tr").attr('id'), "oper" : "down", "table" : "<?php echo $_smarty_tpl->getVariable('table')->value;?> " }, function(data) { if (data.status == "ok") { $("#items").parent().load("/admin-asynch.php?mod=<?php echo $_smarty_tpl->getVariable('module')->value;?> &items&getadmintable"); } }, 'json'); return false; }); }); </script>
|