Fix for bug 30901. Set initial content to blanks.

git-svn-id: svn://10.0.0.236/trunk@63656 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
law%netscape.com 2000-03-21 23:38:16 +00:00
parent 9304b71258
commit cacadcb27e

View File

@ -52,7 +52,7 @@
</html:td>
<html:td align="left">
<html:span id="dialog.status">
&progressMsg;
&#160;
</html:span>
</html:td>
</html:tr>
@ -63,7 +63,7 @@
</html:td>
<html:td align="left">
<html:span id="dialog.timeElapsed">
00:00:00
&#160;
</html:span>
</html:td>
</html:tr>
@ -74,7 +74,7 @@
</html:td>
<html:td align="left">
<html:span id="dialog.timeLeft">
00:00:00
&#160;
</html:span>
</html:td>
</html:tr>
@ -84,7 +84,7 @@
<progressmeter id="dialog.progress" mode="normal" value="0"
style="width:300px;height:16px;"/>
<html:span id="dialog.progressPercent" style="border-left:5px solid lightgray;">
&percentMsg;
0%
</html:span>
</html:td>
</html:tr>