summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorHolger Bauer <hoba@pfsense.org>2005-06-02 05:41:52 +0000
committerHolger Bauer <hoba@pfsense.org>2005-06-02 05:41:52 +0000
commit2f22c8fffea2ca3ded4725107bb2ecfaea656e60 (patch)
tree16421b94c433711338951cc65361ee1d152afea2 /usr
parentc2b208c3a40ae78889ce33758db39ef8acb9e9bf (diff)
downloadpfsense-2f22c8fffea2ca3ded4725107bb2ecfaea656e60.zip
pfsense-2f22c8fffea2ca3ded4725107bb2ecfaea656e60.tar.gz
don't initiate progressbar with 100% at start. 0% is better ;-)
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 1641e36..313c5e4 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -122,7 +122,7 @@ if(!$pkg_config['packages'])
<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='410' height='15' name='progressbar' id='progressbar'></td></table>
+ <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>
OpenPOWER on IntegriCloud