* Add notify help manual link.

This commit is contained in:
chenfeiCF
2018-12-20 17:18:25 +08:00
parent dd1c5e0715
commit b8647efe18
5 changed files with 6 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@
<td>
<?php echo html::submitButton();?>
<?php echo html::a($config->entry->help, $lang->entry->help, '_blank', "class='help'");?>
<?php echo html::a($config->entry->notify, $lang->entry->notify, '_blank', "class='help'");?>
</td>
</tr>
</table>