mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
cleanup to panels.
This commit is contained in:
parent
ac13adbd5d
commit
8c4c24c99c
@ -1,42 +1,40 @@
|
||||
<?xml version="1.0"?> <!-- -*- Mode: HTML -*- -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
|
||||
The contents of this file are subject to the Mozilla Public License Version
|
||||
1.1 (the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
http://www.mozilla.org/MPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
for the specific language governing rights and limitations under the
|
||||
License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is
|
||||
Netscape Communications Corporation.
|
||||
Portions created by the Initial Developer are Copyright (C) 1998-2000
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
Marcio S. Galli, mgalli@geckonnection.com
|
||||
|
||||
Alternatively, the contents of this file may be used under the terms of
|
||||
either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
of those above. If you wish to allow use of your version of this file only
|
||||
under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
use your version of this file under the terms of the MPL, indicate your
|
||||
decision by deleting the provisions above and replace them with the notice
|
||||
and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
the provisions above, a recipient may use your version of this file under
|
||||
the terms of any one of the MPL, the GPL or the LGPL.
|
||||
|
||||
***** END LICENSE BLOCK ***** -->
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is Minimo.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Marcio S. Galli
|
||||
- Portions created by the Initial Developer are Copyright (C) 2005
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Marcio S. Galli <mgalli@geckonnection.com>
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!DOCTYPE overlay [
|
||||
<!ENTITY % preferencesDTD SYSTEM "chrome://minimo/locale/preferences.dtd">
|
||||
@ -45,108 +43,99 @@
|
||||
|
||||
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<box id="pref-panes">
|
||||
<hbox id="pref-panes">
|
||||
|
||||
<!-- ADVANCED PANE -->
|
||||
|
||||
<hbox class="panel-container" flex="1" id="advanced-pane"
|
||||
accessfocus="useDiskCache"
|
||||
accessnextrule="privacy-pane"
|
||||
accessprevrule="general-pane"
|
||||
collapsed="true" >
|
||||
|
||||
<groupbox flex="1" class="box-floatoptions scrolling" >
|
||||
<caption label="&advanced.label;" />
|
||||
|
||||
<vbox id="advanced-pane"
|
||||
class="panel-container"
|
||||
flex="1"
|
||||
collapsed="true" >
|
||||
|
||||
<label value="&advanced.label;" />
|
||||
<hbox flex="1" >
|
||||
<vbox flex="1" style="padding:4px ! important">
|
||||
<vbox flex="1" style="padding:4px ! important">
|
||||
|
||||
|
||||
<groupbox class='box-prefgroupitem'>
|
||||
<groupbox class='box-prefgroupitem'>
|
||||
|
||||
<caption label="&cacheSettings.label;"/>
|
||||
<caption label="&cacheSettings.label;"/>
|
||||
|
||||
<vbox class="box-prefpadding">
|
||||
<vbox class="box-prefpadding">
|
||||
|
||||
|
||||
<checkbox tabindex="30" id="useDiskCache"
|
||||
label="&storeCacheStorageCard.label;"
|
||||
preference="browser.cache.disk.enable"
|
||||
onclick="syncPref(this)" />
|
||||
<box id="useDiskCache"
|
||||
preference="browser.cache.disk.enable"
|
||||
/>
|
||||
|
||||
<hbox flex="1">
|
||||
|
||||
<box onchange="syncPref(this)"
|
||||
id="storeCacheStorageCard" onreadpref="cacheSetTextbox();"
|
||||
preference="browser.cache.disk.parent_directory"
|
||||
/>
|
||||
|
||||
|
||||
<box onchange="syncPref(this)"
|
||||
id="storeCacheStorageCard"
|
||||
preference="browser.cache.disk.parent_directory"
|
||||
/>
|
||||
<menulist flex="1" label="Cache Directory" id="menuCacheOptions" >
|
||||
<menupopup id="cacheOptionsList">
|
||||
<menuitem label="&useDiskCacheNone.label;" id="cacheNoneOption" oncommand="cacheSelectNone()" />
|
||||
</menupopup>
|
||||
</menulist>
|
||||
|
||||
</hbox>
|
||||
|
||||
<grid class="box-prefpadding" >
|
||||
<grid class="box-prefpadding" >
|
||||
<columns>
|
||||
<column flex="1"/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
|
||||
<label value="&cacheSize.label;" />
|
||||
<textbox id="cacheSizeField" size="5" tabindex="32"
|
||||
<textbox id="cacheSizeField" size="5"
|
||||
onfocus="" onblur=""
|
||||
style="margin:3px ! important;"
|
||||
preference="browser.cache.disk.capacity" prefuitype="int"
|
||||
onchange="syncPref(this)"
|
||||
/>
|
||||
|
||||
</row>
|
||||
|
||||
</rows>
|
||||
</grid>
|
||||
</vbox>
|
||||
</groupbox>
|
||||
|
||||
<groupbox class='box-prefgroupitem'>
|
||||
|
||||
</vbox>
|
||||
<vbox class="box-prefpadding">
|
||||
|
||||
</groupbox>
|
||||
|
||||
<groupbox class='box-prefgroupitem'>
|
||||
|
||||
<vbox class="box-prefpadding">
|
||||
|
||||
<checkbox tabindex="35" id="enablePreFetching"
|
||||
label="&enablePreFetching.label;"
|
||||
preference="network.prefetch-next"
|
||||
onclick="syncPref(this)" />
|
||||
<checkbox id="enablePreFetching"
|
||||
label="&enablePreFetching.label;"
|
||||
preference="network.prefetch-next"
|
||||
onclick="syncPref(this)" />
|
||||
|
||||
</vbox>
|
||||
</vbox>
|
||||
|
||||
</groupbox>
|
||||
</groupbox>
|
||||
|
||||
<groupbox class='box-prefgroupitem' id='home-box'>
|
||||
|
||||
<vbox class="box-prefpadding">
|
||||
<vbox class="box-prefpadding">
|
||||
|
||||
<checkbox tabindex="37" id="skey"
|
||||
label="&useSWKeyboard.label;"
|
||||
preference="skey.enabled"
|
||||
onclick="syncPref(this)" />
|
||||
<checkbox id="skey"
|
||||
label="&useSWKeyboard.label;"
|
||||
preference="skey.enabled"
|
||||
onclick="syncPref(this)" />
|
||||
|
||||
<checkbox tabindex="39"
|
||||
id="dumpJS"
|
||||
label="&dumpJSConsole.label;"
|
||||
preference="config.wince.dumpJSConsole" accessrule="advanced-pane"
|
||||
onclick="syncPref(this)" />
|
||||
|
||||
</vbox>
|
||||
|
||||
</groupbox>
|
||||
|
||||
<checkbox id="dumpJS"
|
||||
label="&dumpJSConsole.label;"
|
||||
preference="config.wince.dumpJSConsole"
|
||||
onclick="syncPref(this)" />
|
||||
|
||||
</vbox>
|
||||
|
||||
</groupbox>
|
||||
</vbox>
|
||||
|
||||
</hbox>
|
||||
|
||||
|
||||
</groupbox>
|
||||
</hbox>
|
||||
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
||||
</overlay>
|
||||
|
@ -1,42 +1,40 @@
|
||||
<?xml version="1.0"?> <!-- -*- Mode: HTML -*- -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
|
||||
The contents of this file are subject to the Mozilla Public License Version
|
||||
1.1 (the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
http://www.mozilla.org/MPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
for the specific language governing rights and limitations under the
|
||||
License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is
|
||||
Netscape Communications Corporation.
|
||||
Portions created by the Initial Developer are Copyright (C) 1998-2000
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
Marcio S. Galli, mgalli@geckonnection.com
|
||||
|
||||
Alternatively, the contents of this file may be used under the terms of
|
||||
either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
of those above. If you wish to allow use of your version of this file only
|
||||
under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
use your version of this file under the terms of the MPL, indicate your
|
||||
decision by deleting the provisions above and replace them with the notice
|
||||
and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
the provisions above, a recipient may use your version of this file under
|
||||
the terms of any one of the MPL, the GPL or the LGPL.
|
||||
|
||||
***** END LICENSE BLOCK ***** -->
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is Minimo.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Marcio S. Galli
|
||||
- Portions created by the Initial Developer are Copyright (C) 2005
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Marcio S. Galli <mgalli@geckonnection.com>
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!DOCTYPE overlay [
|
||||
<!ENTITY % preferencesDTD SYSTEM "chrome://minimo/locale/preferences.dtd">
|
||||
@ -44,31 +42,28 @@
|
||||
]>
|
||||
|
||||
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<box id="pref-panes">
|
||||
|
||||
<hbox id="pref-panes">
|
||||
|
||||
<!-- CONNECTION PANE -->
|
||||
|
||||
<hbox id="connection-pane"
|
||||
<vbox id="connection-pane"
|
||||
class="panel-container"
|
||||
accessfocus="UseProxy"
|
||||
accessnextrule="pref-bar"
|
||||
accessprevrule="privacy-pane"
|
||||
flex="1"
|
||||
collapsed="true" >
|
||||
|
||||
<groupbox flex="1" class="box-floatoptions scrolling">
|
||||
|
||||
<caption label="&networkCaption.label;"/>
|
||||
<label value="&networkCaption.label;"/>
|
||||
|
||||
<vbox class="box-prefpadding" flex="1">
|
||||
<vbox class="box-prefpadding" >
|
||||
|
||||
<groupbox class='box-prefgroupitem' >
|
||||
<groupbox class='box-prefgroupitem' flex="1">
|
||||
|
||||
<caption label="&proxyCaption.label;"/>
|
||||
|
||||
<vbox class="box-prefpadding">
|
||||
|
||||
<checkbox id="UseProxy" tabindex="50"
|
||||
<checkbox id="UseProxy"
|
||||
label="&useproxyCheckbox.label;"
|
||||
preference="network.proxy.type"
|
||||
onclick="syncPref(this)"
|
||||
@ -78,27 +73,28 @@
|
||||
|
||||
<grid>
|
||||
<columns>
|
||||
<column flex="1"/>
|
||||
<column flex="1"/>
|
||||
<column/>
|
||||
<column />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label value="&proxyURL.label;"></label>
|
||||
<label value="&proxyPortCaption.label;" />
|
||||
</row>
|
||||
<row>
|
||||
<textbox onchange="syncPref(this)" tabindex="51"
|
||||
flex="1"
|
||||
<row flex="1">
|
||||
|
||||
<textbox onchange="syncPref(this)"
|
||||
|
||||
style="margin:3px ! important;"
|
||||
id="networkProxyHTTP"
|
||||
preference="network.proxy.http"
|
||||
/>
|
||||
|
||||
<textbox onchange="syncPref(this)"
|
||||
id="networkProxyHTTP_Port" tabindex="52"
|
||||
id="networkProxyHTTP_Port"
|
||||
size="5"
|
||||
style="margin:3px ! important;"
|
||||
preference="network.proxy.http_port" accessrule="connection-pane"
|
||||
preference="network.proxy.http_port"
|
||||
/>
|
||||
|
||||
</row>
|
||||
@ -113,25 +109,31 @@
|
||||
|
||||
<vbox class="box-prefpadding">
|
||||
|
||||
<checkbox id="dontAskForLaunch" tabindex="53"
|
||||
label="&dontAskForLaunch.label;"
|
||||
preference="browser.download.progressDnlgDialog.dontAskForLaunch"
|
||||
onclick="syncPref(this);" />
|
||||
<box id="dontAskForLaunch"
|
||||
preference="browser.download.progressDnlgDialog.dontAskForLaunch"
|
||||
onclick="syncPref(this);" />
|
||||
|
||||
<hbox flex="1">
|
||||
|
||||
<box onchange="syncPref(this)"
|
||||
id="downloadDir" onreadpref="downloadSetTextbox();"
|
||||
<box id="downloadDir"
|
||||
onchange="syncPref(this)"
|
||||
onreadpref="downloadSetTextbox();"
|
||||
preference="browser.download.dir"
|
||||
/>
|
||||
|
||||
<menulist flex="1" label="&setSaveDirectory.label;" hidden="true" id="menuDownloadOptions" ignorekeys="true" >
|
||||
<menupopup id="downloadOptionsList">
|
||||
<menuitem label="&downloadPrompt.label;" id="downloadPromptOption" oncommand="downloadSelectPrompt()" />
|
||||
</menupopup>
|
||||
</menulist>
|
||||
|
||||
</hbox>
|
||||
|
||||
</vbox>
|
||||
</groupbox>
|
||||
|
||||
</vbox>
|
||||
</groupbox>
|
||||
</hbox>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
||||
</overlay>
|
||||
|
@ -1,42 +1,40 @@
|
||||
<?xml version="1.0"?> <!-- -*- Mode: HTML -*- -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
|
||||
The contents of this file are subject to the Mozilla Public License Version
|
||||
1.1 (the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
http://www.mozilla.org/MPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
for the specific language governing rights and limitations under the
|
||||
License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is
|
||||
Netscape Communications Corporation.
|
||||
Portions created by the Initial Developer are Copyright (C) 1998-2000
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
Marcio S. Galli, mgalli@geckonnection.com
|
||||
|
||||
Alternatively, the contents of this file may be used under the terms of
|
||||
either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
of those above. If you wish to allow use of your version of this file only
|
||||
under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
use your version of this file under the terms of the MPL, indicate your
|
||||
decision by deleting the provisions above and replace them with the notice
|
||||
and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
the provisions above, a recipient may use your version of this file under
|
||||
the terms of any one of the MPL, the GPL or the LGPL.
|
||||
|
||||
***** END LICENSE BLOCK ***** -->
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is Minimo.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Marcio S. Galli
|
||||
- Portions created by the Initial Developer are Copyright (C) 2005
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Marcio S. Galli <mgalli@geckonnection.com>
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!DOCTYPE overlay [
|
||||
<!ENTITY % preferencesDTD SYSTEM "chrome://minimo/locale/preferences.dtd">
|
||||
@ -45,42 +43,40 @@
|
||||
|
||||
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<box id="pref-panes">
|
||||
<hbox id="pref-panes" >
|
||||
|
||||
<!-- GENERAL PANE -->
|
||||
|
||||
<vbox flex="1" id="general-pane" >
|
||||
|
||||
|
||||
<label value="&general.label;" />
|
||||
|
||||
|
||||
<groupbox class='box-prefgroupitem' id=''>
|
||||
|
||||
<!-- GENERAL PANE -->
|
||||
|
||||
<hbox class="panel-container" flex="1" id="general-pane"
|
||||
accessfocus="browserStartupHomepage"
|
||||
accessnextrule="advanced-pane"
|
||||
accessprevrule="pref-bar" >
|
||||
|
||||
<groupbox flex="1" class="box-floatoptions scrolling" >
|
||||
<caption label="&general.label;" />
|
||||
<hbox flex="1" >
|
||||
<vbox flex="1" style="padding:4px ! important">
|
||||
<groupbox class='box-prefgroupitem' id='home-box'>
|
||||
|
||||
<caption label="&homeCaption.label;"/>
|
||||
|
||||
<box class="box-prefpadding">
|
||||
<textbox id="browserStartupHomepage" keyup="" tabindex="10"
|
||||
<textbox id="browserStartupHomepage" keyup=""
|
||||
style="margin:3px ! important;" flex="1" onfocus="prefFocus('home-box')" onblur="prefBlur('home-box')"
|
||||
onchange="syncPref(this)" preference="browser.startup.homepage" preftype="string"/>
|
||||
</box>
|
||||
|
||||
<hbox class="box-prefpadding" flex="1">
|
||||
<vbox class="box-prefpadding">
|
||||
|
||||
<button id="browserSetHomePage" tabindex="11"
|
||||
<button id="browserSetHomePage"
|
||||
class='box-prefgroupitem'
|
||||
label="&loadHomePageCurrent.label;"
|
||||
oncommand="loadHomePageFromBrowser();"/>
|
||||
|
||||
<button id="browserSetHomePage2" tabindex="12"
|
||||
<button id="browserSetHomePage2"
|
||||
class='box-prefgroupitem'
|
||||
label="&loadHomePageBlank.label;"
|
||||
oncommand="loadHomePageBlank();"/>
|
||||
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
</groupbox>
|
||||
|
||||
@ -90,7 +86,7 @@
|
||||
<vbox class="box-prefpadding">
|
||||
|
||||
<checkbox id="enableImages"
|
||||
tabindex="13"
|
||||
|
||||
onfocus="prefFocus('ssrimage-box')" onblur="prefBlur('ssrimage-box')"
|
||||
label="&imagesCheckbox.label;"
|
||||
preference="permissions.default.image" prefvalue=""
|
||||
@ -101,14 +97,14 @@
|
||||
|
||||
<checkbox id="ssr"
|
||||
onfocus="prefFocus('ssrimage-box')" onblur="prefBlur('ssrimage-box')"
|
||||
tabindex="14"
|
||||
|
||||
label="&useSSRCheckbox.label;"
|
||||
preference="ssr.enabled"
|
||||
onclick="syncPref(this)"
|
||||
/>
|
||||
|
||||
</vbox>
|
||||
</groupbox>
|
||||
</groupbox>
|
||||
|
||||
<groupbox class='box-prefgroupitem' id='system-box'>
|
||||
|
||||
@ -120,21 +116,32 @@
|
||||
meaning. Our check is actually a *set* -->
|
||||
|
||||
<checkbox id="setDefaultBrowser"
|
||||
tabindex="15"
|
||||
|
||||
onfocus="prefFocus('system-box')" onblur="prefBlur('system-box')"
|
||||
label="&setDefaultBrowser.label;"
|
||||
preference="browser.shell.checkDefaultBrowser" prefvalue=""
|
||||
prefuitype="bool"
|
||||
onclick="setDefaultBrowser();syncPref(this);"
|
||||
/>
|
||||
|
||||
|
||||
<checkbox
|
||||
id="setFullscreen"
|
||||
label="&fullScreenEnabled.label;"
|
||||
preference="ui.fullscreen"
|
||||
onclick="syncPref(this)" />
|
||||
|
||||
|
||||
<checkbox
|
||||
id="setHomebar"
|
||||
label="&homebarEnabled.label;"
|
||||
preference="ui.homebar"
|
||||
onclick="syncPref(this)" />
|
||||
|
||||
</vbox>
|
||||
|
||||
</groupbox>
|
||||
|
||||
</vbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
</hbox>
|
||||
</box>
|
||||
|
||||
|
||||
</vbox>
|
||||
</hbox >
|
||||
</overlay>
|
||||
|
@ -1,42 +1,40 @@
|
||||
<?xml version="1.0"?> <!-- -*- Mode: HTML -*- -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
|
||||
The contents of this file are subject to the Mozilla Public License Version
|
||||
1.1 (the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
http://www.mozilla.org/MPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
for the specific language governing rights and limitations under the
|
||||
License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is
|
||||
Netscape Communications Corporation.
|
||||
Portions created by the Initial Developer are Copyright (C) 1998-2000
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
Marcio S. Galli, mgalli@geckonnection.com
|
||||
|
||||
Alternatively, the contents of this file may be used under the terms of
|
||||
either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
of those above. If you wish to allow use of your version of this file only
|
||||
under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
use your version of this file under the terms of the MPL, indicate your
|
||||
decision by deleting the provisions above and replace them with the notice
|
||||
and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
the provisions above, a recipient may use your version of this file under
|
||||
the terms of any one of the MPL, the GPL or the LGPL.
|
||||
|
||||
***** END LICENSE BLOCK ***** -->
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is Minimo.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Marcio S. Galli
|
||||
- Portions created by the Initial Developer are Copyright (C) 2005
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Marcio S. Galli <mgalli@geckonnection.com>
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!DOCTYPE overlay [
|
||||
<!ENTITY % preferencesDTD SYSTEM "chrome://minimo/locale/preferences.dtd">
|
||||
@ -44,22 +42,17 @@
|
||||
]>
|
||||
|
||||
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<box id="pref-panes">
|
||||
<hbox id="pref-panes">
|
||||
|
||||
<!-- SUMMARY OKAY CANCEL PANE -->
|
||||
|
||||
<hbox id="summary-pane"
|
||||
<vbox id="summary-pane"
|
||||
class="panel-container"
|
||||
flex="1"
|
||||
collapsed="true"
|
||||
>
|
||||
|
||||
<groupbox flex="1" class="box-floatoptions scrolling" >
|
||||
<caption label="&summaryCaption.label;"/>
|
||||
<label flex="1" class="okay-panel-textbox" id="textbox-okay-pane" />
|
||||
</groupbox>
|
||||
</vbox>
|
||||
|
||||
</hbox>
|
||||
|
||||
</box>
|
||||
</hbox>
|
||||
</overlay>
|
||||
|
@ -1,42 +1,40 @@
|
||||
<?xml version="1.0"?> <!-- -*- Mode: HTML -*- -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
|
||||
The contents of this file are subject to the Mozilla Public License Version
|
||||
1.1 (the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
http://www.mozilla.org/MPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
for the specific language governing rights and limitations under the
|
||||
License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is
|
||||
Netscape Communications Corporation.
|
||||
Portions created by the Initial Developer are Copyright (C) 1998-2000
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
Marcio S. Galli, mgalli@geckonnection.com
|
||||
|
||||
Alternatively, the contents of this file may be used under the terms of
|
||||
either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
of those above. If you wish to allow use of your version of this file only
|
||||
under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
use your version of this file under the terms of the MPL, indicate your
|
||||
decision by deleting the provisions above and replace them with the notice
|
||||
and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
the provisions above, a recipient may use your version of this file under
|
||||
the terms of any one of the MPL, the GPL or the LGPL.
|
||||
|
||||
***** END LICENSE BLOCK ***** -->
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is Minimo.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Marcio S. Galli
|
||||
- Portions created by the Initial Developer are Copyright (C) 2005
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Marcio S. Galli <mgalli@geckonnection.com>
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!DOCTYPE overlay [
|
||||
<!ENTITY % preferencesDTD SYSTEM "chrome://minimo/locale/preferences.dtd">
|
||||
@ -45,44 +43,29 @@
|
||||
|
||||
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<box id="pref-panes">
|
||||
<hbox id="pref-panes">
|
||||
|
||||
<!-- PRIVACY PANE -->
|
||||
|
||||
<hbox id="privacy-pane"
|
||||
class="panel-container"
|
||||
flex="1"
|
||||
accessfocus="privacySanitize"
|
||||
accessnextrule="connection-pane"
|
||||
accessprevrule="advanced-pane"
|
||||
collapsed="true" >
|
||||
<vbox id="privacy-pane" class="panel-container" flex="1" collapsed="true">
|
||||
|
||||
<groupbox flex="1" class="box-floatoptions scrolling" >
|
||||
<caption label="&privacy.label;" />
|
||||
|
||||
<hbox flex="1" >
|
||||
<vbox flex="1" style="padding:4px ! important">
|
||||
<groupbox class='box-prefgroupitem' id='sanitize-box'>
|
||||
<box class="box-prefpadding">
|
||||
<button id="privacySanitize" tabindex="40"
|
||||
class='box-prefgroupitem'
|
||||
<groupbox class='box-prefgroupitem2' >
|
||||
|
||||
<button id="privacySanitize"
|
||||
class='box-prefgroupitem'
|
||||
label="&sanitizeButton.label;"
|
||||
oncommand="sanitizeAll();"/>
|
||||
</box>
|
||||
</groupbox>
|
||||
<groupbox class='box-prefgroupitem' id='bookmarks-box'>
|
||||
<box class="box-prefpadding">
|
||||
<button id="bookmarksSanitize" tabindex="45"
|
||||
|
||||
<button id="bookmarksSanitize"
|
||||
class='box-prefgroupitem'
|
||||
label="&sanitizeBookmarks.label;" accessrule="privacy-pane"
|
||||
label="&sanitizeBookmarks.label;"
|
||||
oncommand="sanitizeBookmarks();"/>
|
||||
</box>
|
||||
|
||||
</groupbox>
|
||||
</vbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
</vbox>
|
||||
|
||||
</hbox>
|
||||
|
||||
</box>
|
||||
</hbox>
|
||||
</overlay>
|
||||
|
Loading…
Reference in New Issue
Block a user