summaryrefslogtreecommitdiffstats
path: root/usr/local/www/installer.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-01 20:15:41 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-01 20:15:41 -0400
commitc9418f04fd8ddcabffb7b30c68078c6d014eddb3 (patch)
tree423de7a956416e9376ade0dc4176bce423998462 /usr/local/www/installer.php
parenta33cb07c129fe450eb0ae7252b11407ae598f81b (diff)
downloadpfsense-c9418f04fd8ddcabffb7b30c68078c6d014eddb3.zip
pfsense-c9418f04fd8ddcabffb7b30c68078c6d014eddb3.tar.gz
Use exclam.gif
Diffstat (limited to 'usr/local/www/installer.php')
-rw-r--r--usr/local/www/installer.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php
index a6e2cd8..dc897ce 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -195,7 +195,7 @@ function update_installer_status() {
// Check for error and bail if we see one.
if(stristr($status, "error")) {
$error = true;
- echo "\$('installerrunning').innerHTML='<font size=\"2\"><b>An error occurred. Aborting installation.'; ";
+ echo "\$('installerrunning').innerHTML='<img class='infoboxnpimg' src=\"/themes/{$g['theme']}/images/icons/icon_exclam.gif\"> <font size=\"2\"><b>An error occurred. Aborting installation.'; ";
echo "\$('progressbar').style.width='100%';\n";
unlink("/tmp/install_complete");
return;
@@ -214,7 +214,7 @@ function update_installer_status() {
if($progress)
echo "\$('progressbar').style.width='{$progress}%';\n";
if(file_exists("/tmp/install_complete")) {
- echo "\$('installerrunning').innerHTML='<font size=\"+1\">Installation completed. Please <a href=\"reboot.php\">reboot</a> to continue';\n";
+ echo "\$('installerrunning').innerHTML='<img class='infoboxnpimg' src=\"/themes/{$g['theme']}/images/icons/icon_exclam.gif\"> <font size=\"+1\">Installation completed. Please <a href=\"reboot.php\">reboot</a> to continue';\n";
unlink_if_exists("/tmp/installer.sh");
file_put_contents("/tmp/installer_installer_running", "finished");
}
@@ -424,7 +424,7 @@ EOF;
function page_table_start() {
global $g, $fstype;
- echo <<<EOF
+ echo <<<EOF
<center>
<img border="0" src="./themes/{$g['theme']}/images/logo.gif"></a><br/>
<table cellpadding="6" cellspacing="0" width="640" height="480" style="border:1px solid #000000">
OpenPOWER on IntegriCloud