summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-06 22:27:21 +0000
committerColin Smith <colin@pfsense.org>2005-06-06 22:27:21 +0000
commit8c304753a909f7cc87ff0dff5585f43b9882b10b (patch)
treed77ea79435dffec6ee2273cb86996c198a58774c /usr/local/www/pkg_mgr_install.php
parent25038334a83ed87d21e2407087380c15a8e60761 (diff)
downloadpfsense-8c304753a909f7cc87ff0dff5585f43b9882b10b.zip
pfsense-8c304753a909f7cc87ff0dff5585f43b9882b10b.tar.gz
Fix progress bars.
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php16
1 files changed, 12 insertions, 4 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 2791dd9..456fe07 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -67,10 +67,18 @@ include("fbegin.inc");
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td>
- <!-- progress bar -->
- <center>
- <table id="progholder" name="progholder" height='20' border='1' bordercolor='black' width='420' bordercolordark='#000000' bordercolorlight='#000000' style='border-collapse: collapse' colspacing='2' cellpadding='2' cellspacing='2'><tr><td><img border='0' src='progress_bar.gif' width='280' height='23' name='progressbar' id='progressbar'></td></tr></table>
- <br>
+ <center>
+ <table height='15' width='420' border='0' colspacing='0' cellpadding='0' cellspacing='0'>
+ <tr>
+ <td background="bar_left.gif" height='15' width='5'>
+ </td>
+ <td>
+ <table id="progholder" name="progholder" height='15' width='410' border='0' colspacing='0' cellpadding='0' cellspacing='0'><td background="bar_gray.gif" valign="top" align="left"><img src='bar_blue.gif' width='0' height='15' name='progressbar' id='progressbar'></td></table>
+ </td>
+ <td background="bar_right.gif" height='15' width='5'>
+ </td>
+ </tr>
+ </table>
<!-- status box -->
<textarea cols="60" rows="1" name="status" id="status" wrap="hard">Beginning package installation.</textarea>
<!-- command output box -->
OpenPOWER on IntegriCloud