Viewing file: 909cd9ebdbd6f01c59e4e4301da8a48b4a0d6941.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:28 compiled from "modules/leftmenu/templates/items-list.tpl" */ ?> <?php /*%%SmartyHeaderCode:20732419995fbd458cf18856-87195370%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '909cd9ebdbd6f01c59e4e4301da8a48b4a0d6941' => array ( 0 => 'modules/leftmenu/templates/items-list.tpl', 1 => 1606239472, ), ), 'nocache_hash' => '20732419995fbd458cf18856-87195370', '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>
|