diff options
author | Jim P <jim@pingle.org> | 2013-06-08 19:25:11 -0700 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2013-06-08 19:25:11 -0700 |
commit | ed678cd1162b98c123c7a4a25c63b7c41ef34a95 (patch) | |
tree | a40ab14fcf4c41a3810465ced9be888e4e8864d9 | |
parent | b721db8212c24d9119d79319a4fb9c3ccccb56be (diff) | |
parent | 6a466ee9b591e19644e7a27782192406b6e5fa3f (diff) | |
download | pfsense-packages-ed678cd1162b98c123c7a4a25c63b7c41ef34a95.tar.gz pfsense-packages-ed678cd1162b98c123c7a4a25c63b7c41ef34a95.tar.bz2 pfsense-packages-ed678cd1162b98c123c7a4a25c63b7c41ef34a95.zip |
Merge pull request #458 from deelowe/master
Fixed small bug in status_mail_report_edit.php
-rw-r--r-- | config/mailreport/status_mail_report_edit.php | 2 |
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> <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> |