rginda%netscape.com bc6e654c7d chatzilla only, a=asa@mozilla.org
Chatzilla Startup pref page fails to show lists when only one item, bug 190210
Chatzilla Preferences: to many 'Appearance' titles, bug 190777


git-svn-id: svn://10.0.0.236/trunk@137186 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-31 06:45:15 +00:00

115 lines
4.8 KiB
XML

<?xml version="1.0"?>
<!-- ***** 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 ChatZilla.
-
- The Initial Developer of the Original Code is
- ____________________________________________.
- Portions created by the Initial Developer are Copyright (C) 2002
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
- James Ross, <twpol@aol.com>, original author
-
- 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 ***** -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://chatzilla/locale/pref-irc.dtd">
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="parent.initPanel('chrome://chatzilla/content/prefpanel/tabs.xul');"
headertitle="&tabs.window.title;">
<script type="application/x-javascript">
<![CDATA[
var _elementIDs = ["czPMTabLimit", "czFocusPMs", "czConL",
"czScrollback1", "czScrollback2", "czScrollback3",
"czScrollback4"];
]]>
</script>
<groupbox align="start">
<caption label="&tabs.title;"/>
<vbox>
<checkbox id="czCreateTabsForPMs" label="&tabs.createForPMs.label;"
accesskey="&tabs.createForPMs.accesskey;"/>
<hbox class="indent">
<checkbox id="czLimitPMTabs" label="&tabs.limitPMTabs.label;"
accesskey="&tabs.limitPMTabs.accesskey;"/>
<textbox id="czPMTabLimit" size="5"
preftype="int" prefattribute="value"
prefstring="extensions.irc.newTabLimit"/>
</hbox>
</vbox>
<checkbox id="czFocusPMs" label="&tabs.focusPMs.label;"
accesskey="&tabs.focusPMs.accesskey;"
prefstring="extensions.irc.raiseNewTab"/>
<checkbox id="czConL" label="&tabs.closeOnLeave.label;"
accesskey="&tabs.closeOnLeave.accesskey;"
prefstring="extensions.irc.deleteOnPart"/>
</groupbox>
<groupbox>
<caption label="&scrollback.title;"/>
<vbox>
<label>&scrollback.label;</label>
<grid>
<columns>
<column/><column flex="1"/>
</columns>
<rows>
<row align="center">
<label value="&scrollback.1.label;"
accesskey="&scrollback.1.accesskey;"/><hbox>
<textbox id="czScrollback1" size="5" preftype="int" prefattribute="value"
prefstring="extensions.irc.views.client.maxlines"/><spacer/></hbox>
</row>
<row align="center">
<label value="&scrollback.2.label;"
accesskey="&scrollback.2.accesskey;"/><hbox>
<textbox id="czScrollback2" size="5" preftype="int" prefattribute="value"
prefstring="extensions.irc.views.network.maxlines"/><spacer/></hbox>
</row>
<row align="center">
<label value="&scrollback.3.label;"
accesskey="&scrollback.3.accesskey;"/><hbox>
<textbox id="czScrollback3" size="5" preftype="int" prefattribute="value"
prefstring="extensions.irc.views.channel.maxlines"/><spacer/></hbox>
</row>
<row align="center">
<label value="&scrollback.4.label;"
accesskey="&scrollback.4.accesskey;"/><hbox>
<textbox id="czScrollback4" size="5" preftype="int" prefattribute="value"
prefstring="extensions.irc.views.chanuser.maxlines"/><spacer/></hbox>
</row>
</rows>
</grid>
</vbox>
</groupbox>
</page>