* Code for manage priv package.

This commit is contained in:
liumengyi
2023-04-25 08:42:06 +08:00
parent 5cea6b0e52
commit cb591f23fc
18 changed files with 326 additions and 200 deletions
+2 -2
View File
@@ -20,11 +20,11 @@
<tbody>
<tr>
<th class='c-name'><?php echo $lang->privpackage->name;?></th>
<td class='required'><?php echo html::input('name', '', "class='form-control'");?></td>
<td class='required'><?php echo html::input('value', '', "class='form-control'");?></td>
</tr>
<tr>
<th><?php echo $lang->privpackage->module;?></th>
<td class='required'><?php echo html::select('module', $modules, '', "class='form-control picker-select'");?></td>
<td class='required'><?php echo html::select('parent', $modules, '', "class='form-control picker-select'");?></td>
</tr>
<tr>
<th><?php echo $lang->privpackage->desc;?></th>