diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2011-12-16 19:26:02 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-12-16 19:26:02 -0200 |
commit | dc7396faf3a2cfe947413959cc67c1f4fb30e8fb (patch) | |
tree | 66cc270456cd9953efff1d98f0e1c843cad518c4 /config/mailscanner/mailscanner_about.php | |
parent | 930c43490397f021dfbe5e3d8840e3079d5b1513 (diff) | |
download | pfsense-packages-dc7396faf3a2cfe947413959cc67c1f4fb30e8fb.tar.gz pfsense-packages-dc7396faf3a2cfe947413959cc67c1f4fb30e8fb.tar.bz2 pfsense-packages-dc7396faf3a2cfe947413959cc67c1f4fb30e8fb.zip |
mailscanner - version 0.2 with many improvements and sync gui
postfix - package version 2.3.2 with sender acl
Diffstat (limited to 'config/mailscanner/mailscanner_about.php')
-rwxr-xr-x | config/mailscanner/mailscanner_about.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/config/mailscanner/mailscanner_about.php b/config/mailscanner/mailscanner_about.php index db499a4d..bea516f9 100755 --- a/config/mailscanner/mailscanner_about.php +++ b/config/mailscanner/mailscanner_about.php @@ -60,7 +60,7 @@ include("head.inc"); $tab_array[] = array(gettext("Alerts"), false, "/pkg_edit.php?xml=mailscanner_alerts.xml&id=0"); $tab_array[] = array(gettext("Reporting"), false, "/pkg_edit.php?xml=mailscanner_report.xml&id=0"); $tab_array[] = array(gettext("XMLRPC Sync"), false, "/pkg_edit.php?xml=mailscanner_sync.xml&id=0"); - $tab_array[] = array(gettext("About"), true, "/mailscanner_about.php"); + $tab_array[] = array(gettext("Help"), true, "/mailscanner_about.php"); display_top_tabs($tab_array); ?> </td></tr> @@ -71,6 +71,17 @@ include("head.inc"); <table class="tabcont" width="100%" border="0" cellpadding="8" cellspacing="0"> <tr><td></td></tr> <tr> + <td colspan="2" valign="top" class="listtopic"><?=gettext("Help docs"); ?></td> + </tr> + <tr> + <td width="22%" valign="top" class="vncell"><?=gettext("FAQ ");?></td> + <td width="78%" class="vtable"><?=gettext("<a target=_new href='http://www.mailscanner.info/wiki/doku.php?id=maq:index'>Most Asked Questions</a><br><br>");?> + </tr> + <tr> + <td width="22%" valign="top" class="vncell"><?=gettext("Performance ");?></td> + <td width="78%" class="vtable"><?=gettext("<a target=_new href='http://wiki.apache.org/spamassassin/FasterPerformance'>How do I get SpamAssassin to run faster?</a><br><br>");?></td> + </tr> + <tr> <td colspan="2" valign="top" class="listtopic"><?=gettext("About Mailscanner package"); ?></td> </tr> <tr> |