summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-06-06 20:44:50 -0400
committerScott Ullrich <sullrich@pfsense.org>2011-06-06 20:44:50 -0400
commit60ccf01c45e5fa05441081fd153f00f4f2d2c1bf (patch)
tree6a8c72f4148868feace2a0cbec5e3ca8e4651167
parentc88ff708b622450b4bd2704f0e2473b491761afc (diff)
downloadpfsense-60ccf01c45e5fa05441081fd153f00f4f2d2c1bf.zip
pfsense-60ccf01c45e5fa05441081fd153f00f4f2d2c1bf.tar.gz
Add a div around input errors box so that it can be hidden on subequent page posting
-rwxr-xr-xusr/local/www/guiconfig.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 3c576b9..8c87904 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -249,6 +249,7 @@ function print_input_errors($input_errors) {
global $g;
print <<<EOF
+ <div id='inputerrorsdiv' name='inputerrorsdiv'>
<p>
<table border="0" cellspacing="0" cellpadding="4" width="100%">
<tr>
@@ -269,6 +270,7 @@ EOF;
</span>
</td></tr>
</table>
+ </div>
</p>&nbsp;<br>
EOF2;
OpenPOWER on IntegriCloud