Пример #1
0
:</td>
      <td width="76%" > 
        <?php 
$module_perms = explode(',', $db->f("module_perms"));
$perm->list_perms('module_perms', $module_perms, 5, true);
?>
      </td>
    </tr>
    <tr> 
      <td width="24%" align="right" ><?php 
echo $VM_LANG->_('PHPSHOP_MODULE_FORM_MENU');
?>
:</td>
      <td width="76%">
      	<?php 
echo ps_html::yesNoSelectList('module_publish', $db->f('module_publish'), 'Y', 'N');
?>
 
      </td>
    </tr>
    <tr> 
      <td width="24%" align="right"><?php 
echo $VM_LANG->_('PHPSHOP_MODULE_FORM_ORDER');
?>
:</td>
      <td width="76%" > 
        <input type="text" class="inputbox" name="list_order" size="3" maxlength="2" value="<?php 
$db->sp("list_order");
?>
" />
      </td>