* adjust for password safe.

This commit is contained in:
wangyidong
2015-09-18 09:38:15 +08:00
parent 6278f570f3
commit dcc9d80a70
9 changed files with 38 additions and 19 deletions

View File

@@ -25,6 +25,10 @@
<td><?php echo html::radio('mode', $lang->admin->safe->modeList, isset($config->safe->mode) ? $config->safe->mode : 0)?></td>
<td><?php echo $lang->admin->safe->noticeMode?></td>
</tr>
<tr>
<th></th>
<td colspan='2'><span style='color:#03b8cf;font-weight:bold;'><?php echo $lang->admin->safe->noticeStrong;?></span></td>
</tr>
<tr>
<th><?php echo $lang->admin->safe->weak?></th>
<td colspan='2'><?php echo html::textarea('weak', $config->safe->weak, "class='form-control' rows='4'")?></td>