mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
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:
parent
0be7406b7a
commit
a7a074dd9e
@ -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/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user