summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-19 00:15:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-19 00:15:28 +0000
commit859e12eddb2c94bacac58ed6e82760e06c682771 (patch)
tree85ffdf95dfcf2a97149bc3d73e7c98f3e92e66b9 /usr
parent2d78c5521d380501feb43aa24b985d5a0a6ed7b0 (diff)
downloadpfsense-859e12eddb2c94bacac58ed6e82760e06c682771.zip
pfsense-859e12eddb2c94bacac58ed6e82760e06c682771.tar.gz
* Turn off debugging.
* Show Loading in error space but show it without being red.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/headjs.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/headjs.php b/usr/local/www/headjs.php
index 034daf0..cb7e8ae 100644
--- a/usr/local/www/headjs.php
+++ b/usr/local/www/headjs.php
@@ -34,7 +34,7 @@ function getHeadJS() {
//alert(Form.serialize($('iform')));
if($('inputerrors'))
- $('inputerrors').innerHTML = '';
+ $('inputerrors').innerHTML = '<center><b><i>Loading...</i></b></center>';
/* dsh: Introduced because pkg_edit tries to set some hidden fields
* if executing submit's onclick event. Tho click gets deleted
@@ -126,8 +126,7 @@ function getHeadJS() {
message_html = '<table height=\"32\" width=\"100%\"><tr><td>';
message_html += '<div style=\"background-color:#990000\" id=\"redbox\">';
message_html += '<table width=\"100%\"><tr><td width=\"8%\">';
- message_html += '&nbsp;&nbsp;&nbsp;';
- message_html += '<img style=\"vertical-align:middle\" src=\"/themes/{$g['theme']}/images/icons/icon_exclam.gif\" width=\"28\" height=\"32\" \/>';
+ message_html += '<img style=\"vertical-align:center\" src=\"/themes/{$g['theme']}/images/icons/icon_exclam.gif\" width=\"28\" height=\"32\" \/>';
message_html += '<\/td><td width=\"70%\"><font color=\"white\">';
message_html += '<b>' + message + '<\/b><\/font><\/td>';
OpenPOWER on IntegriCloud