Change to enable the UI for replication, related to bug # 128086.

r=sspitzer, sr=bienvenu, a=asa

minor change to display the offline tab and download now button.
This commit is contained in:
rdayal%netscape.com 2002-03-26 11:43:04 +00:00
parent 0be7406b7a
commit a7a074dd9e

View File

@ -44,6 +44,7 @@
<tabbox style="margin:5px">
<tabs id="directoryTabBox">
<tab label="&General.tab;"/>
<tab label="&Offline.tab;"/>
<tab label="&Advanced.tab;"/>
</tabs>
@ -78,6 +79,16 @@
</row>
</rows>
</grid>
<vbox>
<description>&offlineText.label;</description>
<separator/>
<hbox>
<button label="&downloadNowButton.label;"
accesskey="&downloadNowButton.accesskey;"
oncommand="DownloadNow();"/>
<spacer flex="1"/>
</hbox>
</vbox>
<grid>
<columns>
<column/>