Files
shop-praktikum/shop/source/tmp/smarty/de73e1f2da1e3262ef166f5494b10de1^%%0F^0FB^0FBC20B4%%_formparams.tpl.php
Nikolai Fesenko 8d227c9191 First upload
2025-02-02 13:37:56 +01:00

35 lines
1.8 KiB
PHP

<?php /* Smarty version 2.6.34, created on 2025-02-01 09:06:08
compiled from _formparams.tpl */ ?>
<?php echo $this->_tpl_vars['oViewConf']->getHiddenSid(); ?>
<input type="hidden" name="cl" value="<?php echo $this->_tpl_vars['cl']; ?>
">
<input type="hidden" name="lstrt" value="<?php echo $this->_tpl_vars['lstrt']; ?>
">
<input type="hidden" name="actedit" value="<?php echo $this->_tpl_vars['actedit']; ?>
">
<input type="hidden" name="oxid" value="<?php echo $this->_tpl_vars['oxid']; ?>
">
<input type="hidden" name="fnc" value="<?php echo $this->_tpl_vars['fnc']; ?>
">
<input type="hidden" name="language" value="<?php echo $this->_tpl_vars['language']; ?>
">
<input type="hidden" name="editlanguage" value="<?php echo $this->_tpl_vars['editlanguage']; ?>
">
<input type="hidden" name="delshopid" value="<?php echo $this->_tpl_vars['delshopid']; ?>
">
<input type="hidden" name="updatenav" value="<?php echo $this->_tpl_vars['updatenav']; ?>
">
<?php $_from = $this->_tpl_vars['oView']->getListSorting(); if (($_from instanceof StdClass) || (!is_array($_from) && !is_object($_from))) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['sTable'] => $this->_tpl_vars['aField']):
?>
<?php $_from = $this->_tpl_vars['aField']; if (($_from instanceof StdClass) || (!is_array($_from) && !is_object($_from))) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['sField'] => $this->_tpl_vars['sSorting']):
?>
<input type="hidden" name="sort[<?php echo $this->_tpl_vars['sTable']; ?>
][<?php echo $this->_tpl_vars['sField']; ?>
]" value="<?php echo $this->_tpl_vars['sSorting']; ?>
">
<?php endforeach; endif; unset($_from); ?>
<?php endforeach; endif; unset($_from); ?>