~ubuntu-branches/ubuntu/karmic/imagezoom/karmic

« back to all changes in this revision

Viewing changes to chrome/content/pref-main.xul

  • Committer: Bazaar Package Importer
  • Author(s): Sasa Bodiroza
  • Date: 2008-04-06 02:30:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080406023000-q534fs1uvqifk86v
Tags: 0.3.1-0ubuntu1
* New upstream release (LP: #209990)
* Repackaged using XPI.TEMPLATE
* In debian/rules: 
  - added build/mozilla-imagezoom rule to make a imagezoom.xpi file
  - added clean rule to cleanup the imagezoom.xpi file

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
<![CDATA[
40
40
    var _elementIDs = [ "imagezoomusemouseoptions", "imagezoommouseaccess", "imagezoomimagefitbutton",
41
41
                                        "imagezoomimageresetbutton", "imagezoomscrollvalue", "imagezoomscrollmode", "imagezoomreversescroll",
42
 
                                        "imagezoomzoomvalue", "imagezoomautocenter", "imagezoomzoomvalueglobal", "imagezoomshowviewmenu", "imagezoomshowautofit"];
 
42
                                        "imagezoomzoomvalue", "imagezoomautocenter", "imagezoomzoomvalueglobal", "imagezoomshowviewmenu", "imagezoomshowautofit", "imagezoomtogglefitreset", "imagezoomglobalzoomwarning"];
43
43
]]>
44
44
</script>
45
45
 
71
71
                                <rows>
72
72
                                        <row align="center" flex="1">
73
73
                                                <label id="imagezoomimagefitbuttonlable" value="&iz.options.imagefit.label;" control="imagezoomimagefitbutton"/>
74
 
                                                <menulist id="imagezoomimagefitbutton" prefstring="imagezoom.imagefitbutton">
75
 
                                                        <menupopup>
76
 
                                                                <menuitem label="&iz.options.none.label;" value="0"/>
77
 
                                                                <menuitem label="&iz.options.lmb.label;" value="1"/>
78
 
                                                                <menuitem label="&iz.options.mmb.label;" value="2"/>
79
 
                                                                <menuitem label="&iz.options.rmb.label;" value="3"/>
80
 
                                                        </menupopup>
81
 
                                                </menulist>
 
74
                                                <hbox align="center">                                                   
 
75
                                                        <menulist id="imagezoomimagefitbutton" prefstring="imagezoom.imagefitbutton">
 
76
                                                                <menupopup>
 
77
                                                                        <menuitem label="&iz.options.none.label;" value="0"/>
 
78
                                                                        <menuitem label="&iz.options.lmb.label;" value="1"/>
 
79
                                                                        <menuitem label="&iz.options.mmb.label;" value="2"/>
 
80
                                                                        <menuitem label="&iz.options.rmb.label;" value="3"/>
 
81
                                                                </menupopup>
 
82
                                                        </menulist>
 
83
                                                </hbox>
 
84
                                                <hbox align="center" flex="1">
 
85
                                                        <spacer style="min-width: 15px" flex="1" />
 
86
                                                        <checkbox id="imagezoomtogglefitreset" label="&iz.options.togglefitreset.label;" prefstring="imagezoom.toggleFitReset"/>
 
87
                                                </hbox>                                                 
82
88
                                                <spacer flex="1" />
83
89
                                        </row>
84
90
                                        <row align="center" flex="1">
162
168
        <checkbox id="imagezoomautocenter" label="&iz.options.autocenter.label;" prefstring="imagezoom.autocenter"/>
163
169
      </groupbox>
164
170
        <groupbox align="start">
165
 
        <caption label="&iz.options.globalzoom.label;"/>
166
 
        <checkbox id="imagezoomshowviewmenu" label="&iz.options.showviewmenu.label;" prefstring="imagezoom.showViewMenu"/>
167
 
        <checkbox id="imagezoomshowautofit" label="&iz.options.showautofit.label;" prefstring="imagezoom.showAutoFitInMenu"/>
 
171
        <caption>
 
172
                <checkbox id="imagezoomshowviewmenu" label="&iz.options.globalzoom.label;" prefstring="imagezoom.showViewMenu" oncommand="setDisableAllChildren(document.getElementById('globalOptions'), !this.checked);"/>
 
173
        </caption>
 
174
        <vbox id="globalOptions">
 
175
                <checkbox id="imagezoomshowautofit" label="&iz.options.showautofit.label;" prefstring="imagezoom.showAutoFitInMenu"/>
 
176
                <checkbox id="imagezoomglobalzoomwarning" label="&iz.options.warnifnotdefaultglobalzoom.label;" prefstring="imagezoom.globalZoomWarning"/>
 
177
        </vbox>
168
178
      </groupbox>
169
179
    </vbox>
170
180
</page>