summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2012-10-12 16:32:28 +0545
committerPhil Davis <phil.davis@world.inf.org>2012-10-12 16:32:28 +0545
commita1dd913efa2b743f762fe1bf8b2b8d87bcca2495 (patch)
tree7947306d39587950dcae2f37a13601108f49fabf /etc/inc/shaper.inc
parentb00dc86644b06d63874cbf64142a6a0c4eff8bfc (diff)
downloadpfsense-a1dd913efa2b743f762fe1bf8b2b8d87bcca2495.zip
pfsense-a1dd913efa2b743f762fe1bf8b2b8d87bcca2495.tar.gz
Limiter addBwRowTo plus icon syntax
Fix the syntax so that the GUI Limiter, Creat new limiter, Bandwidth "+" icon as the correct title text, and the Mask field gets displayed. Note that clicking the "+" icon still does not make an empty first row when creating a new limiter.
Diffstat (limited to 'etc/inc/shaper.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 65f6b23..82df11e 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -1,6 +1,6 @@
<?php
/*
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Lu�i
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -3182,7 +3182,7 @@ EOD;
}
$form .= "</tbody></table>";
$form .= "<a onclick=\"javascript:addBwRowTo('maintable'); return false;\" href='#'>";
- $form .= "<img border='0' src='/themes/{$g['theme']}/images/icons/icon_plus.gif' alt='' title='" . gettext("add another schedule") . "/></a>";
+ $form .= "<img border='0' src='/themes/{$g['theme']}/images/icons/icon_plus.gif' alt='' title='" . gettext("add another schedule") . "' /></a>";
$form .= "</td></tr>";
$form .= "<tr><td valign=\"center\" class=\"vncellreq\">" . gettext("Mask") . "</td>";
$form .= "<td class=\"vncellreq\">";
OpenPOWER on IntegriCloud