summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-07-21 18:19:11 +0000
committerErmal <eri@pfsense.org>2010-07-21 18:19:11 +0000
commitf5e511d3fa553583b25ca9624fa4b9ee5a2d8882 (patch)
treefa0d9f3806ec906fa7843b4fea458b791d1ed321 /usr/local/www/firewall_shaper.php
parent42621465d0618ecf60a63517d3ba3adca0740abb (diff)
downloadpfsense-f5e511d3fa553583b25ca9624fa4b9ee5a2d8882.zip
pfsense-f5e511d3fa553583b25ca9624fa4b9ee5a2d8882.tar.gz
Remove priority from HFSC it is a null config option. Center most of the text in the center of a <td> and add some space between objects.
Diffstat (limited to 'usr/local/www/firewall_shaper.php')
-rwxr-xr-xusr/local/www/firewall_shaper.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index 6618389..e456c61 100755
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -341,9 +341,9 @@ $tree .= "</ul>";
if (!$dontshow || $newqueue) {
-$output_form .= "<tr><td width=\"22%\" valign=\"top\" class=\"vncellreq\">";
-$output_form .= "Queue Actions";
-$output_form .= "</td><td valign=\"top\" class=\"vncellreq\" width=\"78%\">";
+$output_form .= "<tr><td width=\"22%\" valign=\"center\" class=\"vncellreq\">";
+$output_form .= "<br />Queue Actions<br />";
+$output_form .= "</td><td valign=\"center\" class=\"vncellreq\" width=\"78%\"><br />";
$output_form .= "<input type=\"submit\" name=\"Submit\" value=\"" . gettext("Save") . "\" class=\"formbtn\" />";
if ($can_add || $addnewaltq) {
@@ -368,9 +368,9 @@ if ($can_add || $addnewaltq) {
$output_form .= " value=\"Disable shaper on interface\">";
$output_form .= "</a>";
}
-$output_form .= "</td></tr>";
+$output_form .= "<br /></td></tr>";
$output_form .= "</div>";
-}
+}
else
$output_form .= "</div>";
OpenPOWER on IntegriCloud