- 更新日時:
- 2009/08/23 22:51:09 (3 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
branches/release-1.0/chrome/content/config.xul
r75 r77 8 8 9 9 <dialog id="vocalofx-config" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 10 title="&vocalofx.config.title;" buttons="accept" onload="init();" onaccept="close();"> 10 title="&vocalofx.config.title;" buttons="accept,extra1" onload="init();" onaccept="close();" 11 buttonlabelextra1="&vocalofx.config.dialogextra1.label;" ondialogextra1="setDefault();"> 11 12 12 13 <script type="application/x-javascript" src="chrome://vocalofx/content/config.js"/> … … 28 29 <groupbox> 29 30 <caption label="&vocalofx.config.icons.label;"/> 30 <hbox><button label="On" oncommand="setCheckboxes('icons', true);"/><buttonlabel="Off" oncommand="setCheckboxes('icons', false);"/></hbox>31 <hbox><button id="icons_all_on" label="On" oncommand="setCheckboxes('icons', true);"/><button id="icons_all_off" label="Off" oncommand="setCheckboxes('icons', false);"/></hbox> 31 32 <checkbox class="icons" id="back-forward-button" label="&vocalofx.config.icons.back-forward-button.label;"/> 32 33 <checkbox class="icons" id="home-button" label="&vocalofx.config.icons.home-button.label;"/> … … 39 40 <groupbox> 40 41 <caption label="&vocalofx.config.addon.label;"/> 41 <hbox><button label="On" oncommand="setCheckboxes('addon', true);"/><buttonlabel="Off" oncommand="setCheckboxes('addon', false);"/></hbox>42 <hbox><button id="addon_all_on" label="On" oncommand="setCheckboxes('addon', true);"/><button id="addon_all_off" label="Off" oncommand="setCheckboxes('addon', false);"/></hbox> 42 43 <checkbox class="addon" id="{972ce4c6-7e08-4474-a285-3208198ce6fd}" label="&vocalofx.config.addon.defaulttheme.label;"/> 43 44 <checkbox class="addon" id="personas@christopher.beard" label="&vocalofx.config.addon.personas.label;"/>
