差分発生行の前後
無視リスト:
更新日時:
2009/08/23 22:51:09 (3 年 前)
更新者:
h
ログメッセージ:

refs #4
初期設定ボタン実装。

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • branches/release-1.0/chrome/content/config.xul

    r75 r77  
    88 
    99<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();"> 
    1112 
    1213        <script type="application/x-javascript" src="chrome://vocalofx/content/config.js"/> 
     
    2829        <groupbox> 
    2930                <caption label="&vocalofx.config.icons.label;"/> 
    30                 <hbox><button label="On" oncommand="setCheckboxes('icons', true);"/><button label="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> 
    3132                <checkbox class="icons" id="back-forward-button" label="&vocalofx.config.icons.back-forward-button.label;"/> 
    3233                <checkbox class="icons" id="home-button" label="&vocalofx.config.icons.home-button.label;"/> 
     
    3940        <groupbox> 
    4041                <caption label="&vocalofx.config.addon.label;"/> 
    41                 <hbox><button label="On" oncommand="setCheckboxes('addon', true);"/><button label="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> 
    4243                <checkbox class="addon" id="{972ce4c6-7e08-4474-a285-3208198ce6fd}" label="&vocalofx.config.addon.defaulttheme.label;"/> 
    4344                <checkbox class="addon" id="personas@christopher.beard" label="&vocalofx.config.addon.personas.label;"/>