don't initiate progressbar with 100% at start. 0% is better ;-)

This commit is contained in:
Holger Bauer 2005-06-02 05:41:52 +00:00
parent c2b208c3a4
commit 2f22c8fffe

View File

@ -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>