~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/extensions/irc/xul/content/prefpanel/tabs.xul

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?> 
 
2
 
 
3
<!-- ***** BEGIN LICENSE BLOCK *****
 
4
   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
 
5
   -
 
6
   - The contents of this file are subject to the Mozilla Public License Version
 
7
   - 1.1 (the "License"); you may not use this file except in compliance with
 
8
   - the License. You may obtain a copy of the License at
 
9
   - http://www.mozilla.org/MPL/
 
10
   -
 
11
   - Software distributed under the License is distributed on an "AS IS" basis,
 
12
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 
13
   - for the specific language governing rights and limitations under the
 
14
   - License.
 
15
   -
 
16
   - The Original Code is ChatZilla.
 
17
   -
 
18
   - The Initial Developer of the Original Code is
 
19
   - ____________________________________________.
 
20
   - Portions created by the Initial Developer are Copyright (C) 2002
 
21
   - the Initial Developer. All Rights Reserved.
 
22
   -
 
23
   - Contributor(s):
 
24
   -   James Ross, <twpol@aol.com>, original author
 
25
   -
 
26
   - Alternatively, the contents of this file may be used under the terms of
 
27
   - either the GNU General Public License Version 2 or later (the "GPL"), or
 
28
   - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
 
29
   - in which case the provisions of the GPL or the LGPL are applicable instead
 
30
   - of those above. If you wish to allow use of your version of this file only
 
31
   - under the terms of either the GPL or the LGPL, and not to allow others to
 
32
   - use your version of this file under the terms of the MPL, indicate your
 
33
   - decision by deleting the provisions above and replace them with the notice
 
34
   - and other provisions required by the LGPL or the GPL. If you do not delete
 
35
   - the provisions above, a recipient may use your version of this file under
 
36
   - the terms of any one of the MPL, the GPL or the LGPL.
 
37
   -
 
38
   - ***** END LICENSE BLOCK ***** -->
 
39
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
 
40
<!DOCTYPE page SYSTEM "chrome://chatzilla/locale/pref-irc.dtd">
 
41
 
 
42
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
 
43
    onload="parent.initPanel('chrome://chatzilla/content/prefpanel/tabs.xul');"
 
44
    headertitle="&tabs.window.title;">
 
45
 
 
46
  <script type="application/x-javascript">
 
47
  <![CDATA[
 
48
    var _elementIDs = ["czPMTabLimit", "czFocusPMs", "czConL",
 
49
        "czScrollback1", "czScrollback2", "czScrollback3",
 
50
        "czScrollback4"];
 
51
  ]]>
 
52
  </script>
 
53
  
 
54
  <groupbox align="start">
 
55
    <caption label="&tabs.title;"/>
 
56
    
 
57
    <vbox>
 
58
      <checkbox id="czCreateTabsForPMs" label="&tabs.createForPMs.label;" 
 
59
          accesskey="&tabs.createForPMs.accesskey;"/>
 
60
      <hbox class="indent">
 
61
        <checkbox id="czLimitPMTabs" label="&tabs.limitPMTabs.label;" 
 
62
            accesskey="&tabs.limitPMTabs.accesskey;"/>
 
63
        <textbox id="czPMTabLimit" size="5" 
 
64
              preftype="int" prefattribute="value" 
 
65
              prefstring="extensions.irc.newTabLimit"/>
 
66
      </hbox>
 
67
    </vbox>
 
68
    <checkbox id="czFocusPMs" label="&tabs.focusPMs.label;" 
 
69
        accesskey="&tabs.focusPMs.accesskey;"
 
70
        prefstring="extensions.irc.raiseNewTab"/>
 
71
    <checkbox id="czConL" label="&tabs.closeOnLeave.label;" 
 
72
        accesskey="&tabs.closeOnLeave.accesskey;"
 
73
        prefstring="extensions.irc.deleteOnPart"/>
 
74
  </groupbox>
 
75
  
 
76
  <groupbox>
 
77
    <caption label="&scrollback.title;"/>
 
78
    <vbox>
 
79
      <label>&scrollback.label;</label>
 
80
      
 
81
      <grid>
 
82
        <columns>
 
83
          <column/><column flex="1"/>
 
84
        </columns>
 
85
        <rows>
 
86
          <row align="center">
 
87
            <label value="&scrollback.1.label;" 
 
88
                accesskey="&scrollback.1.accesskey;"/><hbox>
 
89
            <textbox id="czScrollback1" size="5" preftype="int" prefattribute="value"
 
90
                prefstring="extensions.irc.views.client.maxlines"/><spacer/></hbox>
 
91
          </row>
 
92
          <row align="center">
 
93
            <label value="&scrollback.2.label;" 
 
94
                accesskey="&scrollback.2.accesskey;"/><hbox>
 
95
            <textbox id="czScrollback2" size="5" preftype="int" prefattribute="value"
 
96
                prefstring="extensions.irc.views.network.maxlines"/><spacer/></hbox>
 
97
          </row>
 
98
          <row align="center">
 
99
            <label value="&scrollback.3.label;" 
 
100
                accesskey="&scrollback.3.accesskey;"/><hbox>
 
101
            <textbox id="czScrollback3" size="5" preftype="int" prefattribute="value"
 
102
                prefstring="extensions.irc.views.channel.maxlines"/><spacer/></hbox>
 
103
          </row>
 
104
          <row align="center">
 
105
            <label value="&scrollback.4.label;" 
 
106
                accesskey="&scrollback.4.accesskey;"/><hbox>
 
107
            <textbox id="czScrollback4" size="5" preftype="int" prefattribute="value"
 
108
                prefstring="extensions.irc.views.chanuser.maxlines"/><spacer/></hbox>
 
109
          </row>
 
110
        </rows>
 
111
      </grid>
 
112
    </vbox>
 
113
  </groupbox>
 
114
</page>