* Finish task #5294.

This commit is contained in:
Yagami
2019-02-22 15:01:32 +08:00
parent 3e857beeae
commit 466667de7e
6 changed files with 15 additions and 4 deletions

View File

@@ -44,7 +44,6 @@
<th><?php echo $lang->doclib->control;?></th>
<td colspan='2'>
<?php echo html::radio('acl', $lang->doc->aclList, 'open', "onchange='toggleAcl(this.value, \"lib\")'")?>
<span class='text-warning' id='noticeAcl'><?php echo $lang->doc->noticeAcl['lib']['product']['open'];?></span>
</td>
</tr>
</tr>
@@ -61,6 +60,10 @@
</div>
</td>
</tr>
<tr>
<th></th>
<td colspan='2'><span class='text-warning' id='noticeAcl'><?php echo $lang->doc->noticeAcl['lib']['product']['open'];?></span></td>
</tr>
<tr>
<td class='text-center form-actions' colspan='3'><?php echo html::submitButton();?></td>
</tr>