mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1007888 - Move the Cookies button at the end of the row in in-content preferences. r=jaws
This commit is contained in:
parent
f0bcf15a93
commit
b3571bbd47
@ -177,7 +177,9 @@
|
|||||||
label="&cookieExceptions.label;" accesskey="&cookieExceptions.accesskey;"
|
label="&cookieExceptions.label;" accesskey="&cookieExceptions.accesskey;"
|
||||||
preference="pref.privacy.disable_button.cookie_exceptions"/>
|
preference="pref.privacy.disable_button.cookie_exceptions"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<hbox id="acceptThirdPartyRow" class="indent">
|
<hbox id="acceptThirdPartyRow"
|
||||||
|
class="indent"
|
||||||
|
align="center">
|
||||||
<label id="acceptThirdPartyLabel" control="acceptThirdPartyMenu"
|
<label id="acceptThirdPartyLabel" control="acceptThirdPartyMenu"
|
||||||
accesskey="&acceptThirdParty.pre.accesskey;">&acceptThirdParty.pre.label;</label>
|
accesskey="&acceptThirdParty.pre.accesskey;">&acceptThirdParty.pre.label;</label>
|
||||||
<menulist id="acceptThirdPartyMenu" preference="network.cookie.cookieBehavior"
|
<menulist id="acceptThirdPartyMenu" preference="network.cookie.cookieBehavior"
|
||||||
@ -190,7 +192,9 @@
|
|||||||
</menupopup>
|
</menupopup>
|
||||||
</menulist>
|
</menulist>
|
||||||
</hbox>
|
</hbox>
|
||||||
<hbox id="keepRow" class="indent">
|
<hbox id="keepRow"
|
||||||
|
class="indent"
|
||||||
|
align="center">
|
||||||
<label id="keepUntil"
|
<label id="keepUntil"
|
||||||
control="keepCookiesUntil"
|
control="keepCookiesUntil"
|
||||||
accesskey="&keepUntil.accesskey;">&keepUntil.label;</label>
|
accesskey="&keepUntil.accesskey;">&keepUntil.label;</label>
|
||||||
@ -202,14 +206,14 @@
|
|||||||
<menuitem label="&askEachTime.label;" value="1"/>
|
<menuitem label="&askEachTime.label;" value="1"/>
|
||||||
</menupopup>
|
</menupopup>
|
||||||
</menulist>
|
</menulist>
|
||||||
</hbox>
|
<spacer flex="1"/>
|
||||||
<hbox flex="1">
|
|
||||||
<button id="showCookiesButton"
|
<button id="showCookiesButton"
|
||||||
label="&showCookies.label;" accesskey="&showCookies.accesskey;"
|
label="&showCookies.label;" accesskey="&showCookies.accesskey;"
|
||||||
oncommand="gPrivacyPane.showCookies();"
|
oncommand="gPrivacyPane.showCookies();"
|
||||||
preference="pref.privacy.disable_button.view_cookies"/>
|
preference="pref.privacy.disable_button.view_cookies"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<hbox id="clearDataBox" align="center">
|
<hbox id="clearDataBox"
|
||||||
|
align="center">
|
||||||
<checkbox id="alwaysClear" flex="1"
|
<checkbox id="alwaysClear" flex="1"
|
||||||
preference="privacy.sanitize.sanitizeOnShutdown"
|
preference="privacy.sanitize.sanitizeOnShutdown"
|
||||||
label="&clearOnClose.label;"
|
label="&clearOnClose.label;"
|
||||||
|
Loading…
Reference in New Issue
Block a user