summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-30 02:51:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-30 02:51:22 +0000
commit8202999e4e14620ca2747106eb944c86912b32f7 (patch)
tree61efae0f7db9091affdb470d5e2a8d53a4292182 /usr/local/www/system.php
parent543bfa4233b82e2dfd93f4f2272dd639a59eece0 (diff)
downloadpfsense-8202999e4e14620ca2747106eb944c86912b32f7.zip
pfsense-8202999e4e14620ca2747106eb944c86912b32f7.tar.gz
Make page look more consistent by adding a listtopic CSS entry for System
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 8abaf4d..d8c62f3 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -222,6 +222,9 @@ include("head.inc");
<?php if ($savemsg) print_info_box($savemsg); ?>
<form action="system.php" method="post">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">System</td>
+ </tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Hostname</td>
<td width="78%" class="vtable"> <input name="hostname" type="text" class="formfld unknown" id="hostname" size="40" value="<?=htmlspecialchars($pconfig['hostname']);?>">
OpenPOWER on IntegriCloud