* code for task #7644.

This commit is contained in:
z
2020-08-21 11:04:41 +08:00
parent 20d3cab272
commit 463a7c24a8
3 changed files with 8 additions and 14 deletions

View File

@@ -51,7 +51,13 @@
<tr>
<th><?php echo $lang->program->name;?></th>
<td class="col-main"><?php echo html::input('name', $name, "class='form-control' required");?></td>
<td></td><td></td>
<td>
<div class="checkbox-primary">
<input type="checkbox" name="isCat" value="1" id="isCat">
<label for="isCat"><?php echo $lang->program->parent;?></label>
</div>
</td>
<td></td>
</tr>
<tr>
<th><?php echo $lang->program->code;?></th>