summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-02-23 20:38:20 +0000
committerErmal Luçi <eri@pfsense.org>2008-02-23 20:38:20 +0000
commit8d3fd8182ef008152fb19dced0f6179b92e5dc9b (patch)
tree6e5556c9afe3f7a65ad71192f594ae7b15af15c7 /etc/inc
parent34aa4cced5c4a8fc8cba07086ae06066c69de5f9 (diff)
downloadpfsense-8d3fd8182ef008152fb19dced0f6179b92e5dc9b.zip
pfsense-8d3fd8182ef008152fb19dced0f6179b92e5dc9b.tar.gz
Use propper icon for showing delete action to be consistent with pfSense GUI.
Noticed/Suggested by: Hoba
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/shaper.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 9a26c14..3f1849e 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -541,7 +541,7 @@ class altq_root_queue {
$form .= $this->GetInterface() . "&queue=";
$form .= $this->GetQname() . "&action=delete\">";
$form .= "<img src=\"";
- $form .= "./themes/".$g['theme']."/images/icons/icon_minus.gif\"";
+ $form .= "./themes/".$g['theme']."/images/icons/icon_x.gif\"";
$form .= " width=\"17\" height=\"17\" border=\"0\" title=\"Disable shaper on i
nterface\">";
$form .= "<span>Disable shaper from interface</span></a></td></tr>";
@@ -1074,7 +1074,7 @@ function GetEcn() {
$form .= $this->GetInterface() . "&queue=";
$form .= $this->GetQname() . "&action=delete\">";
$form .= "<img src=\"";
- $form .= "./themes/".$g['theme']."/images/icons/icon_minus.gif\"";
+ $form .= "./themes/".$g['theme']."/images/icons/icon_x.gif\"";
$form .= " width=\"17\" height=\"17\" border=\"0\" title=\"Delete queue from interface\">";
$form .= "<span>Delete queue from interface</span></a></td></tr>";
OpenPOWER on IntegriCloud