aboutsummaryrefslogtreecommitdiffstats
path: root/config/mailreport
diff options
context:
space:
mode:
authorDavid Lee <dlow.mail@gmail.com>2013-06-08 22:14:26 -0300
committerDavid Lee <dlow.mail@gmail.com>2013-06-08 22:14:26 -0300
commit6a466ee9b591e19644e7a27782192406b6e5fa3f (patch)
treea40ab14fcf4c41a3810465ced9be888e4e8864d9 /config/mailreport
parentb721db8212c24d9119d79319a4fb9c3ccccb56be (diff)
downloadpfsense-packages-6a466ee9b591e19644e7a27782192406b6e5fa3f.tar.gz
pfsense-packages-6a466ee9b591e19644e7a27782192406b6e5fa3f.tar.bz2
pfsense-packages-6a466ee9b591e19644e7a27782192406b6e5fa3f.zip
Fixed edit report logs bug in status_mail_report_edit.php
status_mail_report_edit.php had an incorrect entry for editing the log report. This is a small changed that simply replaces status_mail_report_add_cmd.php with status_mail_report_add_log.php where appropriate.
Diffstat (limited to 'config/mailreport')
-rw-r--r--config/mailreport/status_mail_report_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mailreport/status_mail_report_edit.php b/config/mailreport/status_mail_report_edit.php
index 7ddb4c36..dcfa6d98 100644
--- a/config/mailreport/status_mail_report_edit.php
+++ b/config/mailreport/status_mail_report_edit.php
@@ -297,7 +297,7 @@ include("head.inc");
<td class="listlr"><?php echo $log['lines']; ?></td>
<td colspan="2" class="listlr"><?php echo $log['detail']; ?></td>
<td valign="middle" nowrap class="list">
- <a href="status_mail_report_add_cmd.php?reportid=<?php echo $id ;?>&id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0"></a>
+ <a href="status_mail_report_add_log.php?reportid=<?php echo $id ;?>&id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0"></a>
&nbsp;
<a href="status_mail_report_edit.php?act=del&id=<?php echo $id ;?>&logid=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this entry?");?>')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a>
</td>