* Finish task#58587.

This commit is contained in:
xieqiyu
2022-06-28 10:40:23 +08:00
parent 90a15fcdb1
commit 0bea0164e6
10 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
<th><?php echo $lang->release->name;?></th>
<td><?php echo html::input('name', '', "class='form-control' required");?></td>
<td class='muted'>
<div class='checkbox-primary'>
<div id='markerBox' class='checkbox-primary'>
<input id='marker' name='marker' value='1' type='checkbox' />
<label for='marker'><?php echo $lang->release->marker;?></label>
</div>