зеркало из https://github.com/mozilla/pjs.git
Fixing layout to match other pref panels. r=matt
This commit is contained in:
Родитель
a9926bbf8e
Коммит
2ad4f6aa26
|
@ -28,72 +28,67 @@
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
onload="return StartUp('Advanced');"
|
onload="return StartUp('Advanced');"
|
||||||
class="dialog"
|
class="dialog"
|
||||||
align="horizontal" title="&window.title;">
|
align="vertical" title="&window.title;"
|
||||||
|
debug="false">
|
||||||
|
|
||||||
|
|
||||||
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
|
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
|
||||||
<html:div flex="100%">
|
<box class="header" align="horizontal">
|
||||||
|
<titledbutton class="left-header-text" value="&lHeader;"/>
|
||||||
|
<spring class="header-spring" flex="1"/>
|
||||||
|
<titledbutton class="right-header-text" value="&rHeader;"/>
|
||||||
|
</box>
|
||||||
|
|
||||||
|
|
||||||
<box id="header" align="horizontal">
|
<box align="vertical" style="width: 100%;">
|
||||||
<spring style="width:20px"/>
|
<html:fieldset style="width: 100%;">
|
||||||
<html:div style="vertical-align: middle;">
|
<html:div>
|
||||||
<html:B>&lHeader;</html:B>
|
<html:input type="checkbox" id="pref:0:bool:advanced.always_load_images" />
|
||||||
</html:div>
|
<html:label for="pref:0:bool:advanced.always_load_images" accesskey="i" tabindex="0">
|
||||||
<spring flex="100%"/><spring style="width:20px" />
|
&autoLoadImgCheck.label;
|
||||||
<html:div align="right">&rHeader;</html:div><spring style="width:5px"/>
|
</html:label>
|
||||||
</box>
|
</html:div>
|
||||||
|
<html:div>
|
||||||
|
<html:input type="checkbox" id="pref:0:bool:advanced.java.allow" />
|
||||||
<box align="vertical" style="width: 100%;">
|
<html:label for="pref:0:bool:advanced.java.allow" accesskey="j" tabindex="0">
|
||||||
<html:fieldset style="width: 100%;">
|
&enbJavaCheck.label;
|
||||||
<html:div>
|
</html:label>
|
||||||
<html:input type="checkbox" id="pref:0:bool:advanced.always_load_images" />
|
</html:div>
|
||||||
<html:label for="pref:0:bool:advanced.always_load_images" accesskey="i" tabindex="0">
|
<html:div>
|
||||||
&autoLoadImgCheck.label;
|
<html:input type="checkbox" id="pref:0:bool:javascript.enabled" />
|
||||||
</html:label>
|
<html:label for="pref:0:bool:javascript.enabled" accesskey="r" tabindex="0">
|
||||||
</html:div>
|
&enbJsCheck.label;
|
||||||
<html:div>
|
</html:label>
|
||||||
<html:input type="checkbox" id="pref:0:bool:advanced.java.allow" />
|
</html:div>
|
||||||
<html:label for="pref:0:bool:advanced.java.allow" accesskey="j" tabindex="0">
|
<html:div>
|
||||||
&enbJavaCheck.label;
|
<html:input type="checkbox" id="pref:0:bool:javascript.allow.mailnews" />
|
||||||
</html:label>
|
<html:label for="pref:0:bool:javascript.allow.mailnews" accesskey="m" tabindex="0">
|
||||||
</html:div>
|
&enbJsCheck.labelforMailNNews;
|
||||||
<html:div>
|
</html:label>
|
||||||
<html:input type="checkbox" id="pref:0:bool:javascript.enabled" />
|
</html:div>
|
||||||
<html:label for="pref:0:bool:javascript.enabled" accesskey="r" tabindex="0">
|
<html:div>
|
||||||
&enbJsCheck.label;
|
<html:input type="checkbox" id="pref:0:bool:css.allow" />
|
||||||
</html:label>
|
<html:label for="pref:0:bool:css.allow" accesskey="s" tabindex="0">
|
||||||
</html:div>
|
&enbCssCheck.label;
|
||||||
<html:div>
|
</html:label>
|
||||||
<html:input type="checkbox" id="pref:0:bool:javascript.allow.mailnews" />
|
</html:div>
|
||||||
<html:label for="pref:0:bool:javascript.allow.mailnews" accesskey="m" tabindex="0">
|
<html:div>
|
||||||
&enbJsCheck.labelforMailNNews;
|
<html:input type="checkbox" id="pref:0:bool:advanced.mailftp" />
|
||||||
</html:label>
|
<html:label for="pref:0:bool:advanced.mailftp" accesskey="e" tabindex="0">
|
||||||
</html:div>
|
&sendAddFtpCheck.label;
|
||||||
<html:div>
|
</html:label>
|
||||||
<html:input type="checkbox" id="pref:0:bool:css.allow" />
|
</html:div>
|
||||||
<html:label for="pref:0:bool:css.allow" accesskey="s" tabindex="0">
|
<html:div>
|
||||||
&enbCssCheck.label;
|
<html:input type="checkbox" id="pref:0:bool:signon.rememberSignons" />
|
||||||
</html:label>
|
<html:label for="pref:0:bool:signon.rememberSignons" accesskey="r" tabindex="0">
|
||||||
</html:div>
|
&remSignCheck.label;
|
||||||
<html:div>
|
</html:label>
|
||||||
<html:input type="checkbox" id="pref:0:bool:advanced.mailftp" />
|
</html:div>
|
||||||
<html:label for="pref:0:bool:advanced.mailftp" accesskey="e" tabindex="0">
|
|
||||||
&sendAddFtpCheck.label;
|
|
||||||
</html:label>
|
|
||||||
</html:div>
|
|
||||||
<html:div>
|
|
||||||
<html:input type="checkbox" id="pref:0:bool:signon.rememberSignons" />
|
|
||||||
<html:label for="pref:0:bool:signon.rememberSignons" accesskey="r" tabindex="0">
|
|
||||||
&remSignCheck.label;
|
|
||||||
</html:label>
|
|
||||||
</html:div>
|
|
||||||
|
|
||||||
</html:fieldset>
|
</html:fieldset>
|
||||||
</box>
|
</box>
|
||||||
|
|
||||||
<box align="vertical" style="width: 100%;">
|
<box align="vertical" style="width: 100%;">
|
||||||
<html:fieldset style="width: 100%;">
|
<html:fieldset style="width: 100%;">
|
||||||
<html:div>
|
<html:div>
|
||||||
<html:label for="pref:string:wallet.Server" accesskey="c" tabindex="0">
|
<html:label for="pref:string:wallet.Server" accesskey="c" tabindex="0">
|
||||||
|
@ -103,10 +98,10 @@
|
||||||
</html:div>
|
</html:div>
|
||||||
<spring style="height:10px" />
|
<spring style="height:10px" />
|
||||||
</html:fieldset>
|
</html:fieldset>
|
||||||
</box>
|
</box>
|
||||||
|
|
||||||
|
|
||||||
<box align="vertical" style="width: 100%;">
|
<box align="vertical" style="width: 100%;">
|
||||||
<html:fieldset style="width: 100%;">
|
<html:fieldset style="width: 100%;">
|
||||||
<html:legend align="left">
|
<html:legend align="left">
|
||||||
<html:div>&cookies;</html:div>
|
<html:div>&cookies;</html:div>
|
||||||
|
@ -136,7 +131,6 @@
|
||||||
</html:label>
|
</html:label>
|
||||||
</html:div>
|
</html:div>
|
||||||
</html:fieldset>
|
</html:fieldset>
|
||||||
</box>
|
</box>
|
||||||
|
|
||||||
</html:div>
|
|
||||||
</window>
|
</window>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче