summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-01-25 11:35:13 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-01-25 11:35:13 -0200
commit8fcb7cf48fc874c10d0336a3b0891ce128825092 (patch)
treef3ebc6f0a0513387feb022b51ff4fdb007d0836b /usr/local/www
parente4ffca08822057400f6a8c2af91622e0c32f6140 (diff)
downloadpfsense-8fcb7cf48fc874c10d0336a3b0891ce128825092.zip
pfsense-8fcb7cf48fc874c10d0336a3b0891ce128825092.tar.gz
Use class tabcont for table
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index 28e3dad..0674359 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -576,7 +576,7 @@ EOD;
<form action="firewall_aliases_edit.php" method="post" name="iform" id="iform">
<input name="tab" type="hidden" id="tab" value="<?=htmlspecialchars($pconfig['type']);?>" />
-<table width="100%" border="0" cellpadding="6" cellspacing="0">
+<table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td colspan="2" valign="top" class="listtopic"><?=gettext("Alias Edit"); ?></td>
</tr>
OpenPOWER on IntegriCloud