Changeset 6b2031
- Timestamp:
- Jul 17, 2009, 8:03:48 PM (12 years ago)
- Branches:
- lite_0.1, multiEdit, ng_0.6, ng_0.6_help, ng_0.8, ng_0.9
- Children:
- e7fe3d
- Parents:
- 760e16
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chrome/content/v_identity/vI_prefDialog.js
r760e16 r6b2031 46 46 "VIdent_identity.smart_reply_for_newsgroups", 47 47 "VIdent_identity.show_smtp", 48 "VIdent_identity.show_noFcc", 48 49 "VIdent_identity.menu_entry", 49 50 "VIdent_identity.smart_reply_headers", -
chrome/content/v_identity/vI_prefDialog.xul
r760e16 r6b2031 83 83 <hbox> 84 84 <radio pane="source" id="sourceEmail" 85 oncommand="document.getElementById('prefTabbox').selectedIndex = 0;" /> 85 oncommand="document.getElementById('prefTabbox').selectedIndex = 0;" 86 tooltiptext="&vI_prefDialog.tabbox.tab0.label;" /> 86 87 <vbox><spacer flex="1"/><image class="arrow" id="toSelection" /><spacer flex="1"/></vbox> 87 88 <radio pane="source" id="selection" 88 oncommand="document.getElementById('prefTabbox').selectedIndex = 1;" /> 89 oncommand="document.getElementById('prefTabbox').selectedIndex = 1;" 90 tooltiptext="&vI_prefDialog.tabbox.tab1.label;" /> 89 91 <vbox><spacer flex="1"/><image class="arrow" id="toSelection" /><spacer flex="1"/></vbox> 90 92 <radio pane="source" id="composeDialog" 91 oncommand="document.getElementById('prefTabbox').selectedIndex = 2;" /> 93 oncommand="document.getElementById('prefTabbox').selectedIndex = 2;" 94 tooltiptext="&vI_prefDialog.tabbox.tab2.label;" /> 92 95 <vbox><spacer flex="1"/><image class="arrow" id="toSelection" /><spacer flex="1"/></vbox> 93 96 <radio pane="source" id="emailOut" 94 oncommand="document.getElementById('prefTabbox').selectedIndex = 3;" /> 97 oncommand="document.getElementById('prefTabbox').selectedIndex = 3;" 98 tooltiptext="&vI_prefDialog.tabbox.tab3.label;" /> 95 99 </hbox> 96 100 <spacer class="heightS" /> … … 99 103 <vbox><spacer flex="1"/><image class="arrow" id="storageUp" /><spacer flex="1"/></vbox> 100 104 <radio pane="source" id="storageOut" 101 oncommand="document.getElementById('prefTabbox').selectedIndex = 4;" /> 105 oncommand="document.getElementById('prefTabbox').selectedIndex = 4;" 106 tooltiptext="&vI_prefDialog.tabbox.tab4.label;" /> 102 107 <vbox><spacer flex="1"/><image class="arrow" id="storageUpDown" /><spacer flex="1"/></vbox> 103 108 <spacer id="afterStorage" flex="1"/> … … 108 113 <spacer flex="1"/> 109 114 <hbox><spacer flex="1"/><radio pane="source" id="options" 110 oncommand="document.getElementById('prefTabbox').selectedIndex = 5;" /></hbox> 115 oncommand="document.getElementById('prefTabbox').selectedIndex = 5;" 116 tooltiptext="&vI_prefDialog.tabbox.tab5.label;" /> 117 </hbox> 111 118 <spacer flex="1"/> 112 119 <button class="v_identity_logo v_identity_logo_button" … … 126 133 <tabpanels> 127 134 <tabpanel orient="vertical" > 128 <hbox >135 <hbox flex="1"> 129 136 <tree class="vIprefTree" seltype="single" onselect="this.nextSibling.selectedIndex = this.currentIndex" 130 137 hidecolumnpicker="true" hidehscroll="true" > … … 225 232 </tabpanel> 226 233 <tabpanel orient="vertical" > 227 <hbox >234 <hbox flex="1"> 228 235 <tree class="vIprefTree" seltype="single" onselect="this.nextSibling.selectedIndex = this.currentIndex" 229 236 hidecolumnpicker="true" hidehscroll="true"> … … 251 258 </vbox> 252 259 </groupbox> 253 <groupbox>260 <!-- <groupbox> 254 261 <caption label="&vI_prefDialog.idSelection.Tab0.caption2;"/> 255 262 <vbox align="left"> 256 263 <description class="widthXX">&vI_prefDialog.idSelection.draft.desc;</description> 257 264 </vbox> 258 </groupbox> 265 </groupbox> --> 259 266 </tabpanel> 260 267 <tabpanel orient="vertical"> … … 290 297 </tabpanel> 291 298 <tabpanel orient="vertical" > 292 <dialogheader title="&vI_prefDialog.composeDialog.header;"/> 293 <groupbox> 294 <caption label="&vI_prefDialog.composeDialog.caption;"/> 295 <checkbox id="VIdent_identity.autoTimestamp" label="&vI_prefDialog.composeDialog.autoTimestamp.label;" 296 tooltiptext="&vI_prefDialog.composeDialog.autoTimestamp.tooltiptext;" prefstring="autoTimestamp" /> 297 <description id="VIdent_identity.HideSignature.warning" class="widthXX">&vI_prefDialog.composeDialog.HideSignature.warning.desc;</description> 298 <checkbox id="VIdent_identity.hide_signature" label="&vI_prefDialog.composeDialog.HideSignature.label;" disabled="true" 299 prefstring="hide_signature"/> 300 <spacer id="autoReplyToSelfSpacer" class="paragraph"/> 301 <checkbox id="VIdent_identity.autoReplyToSelf" label="&vI_prefDialog.composeDialog.autoReplyToSelf.label;" 302 prefstring="autoReplyToSelf"/> 303 </groupbox> 304 <groupbox> 305 <caption label="&vI_prefDialog.composeDialog.caption2;"/> 306 <checkbox id="VIdent_identity.show_smtp" label="&vI_prefDialog.composeDialog.SMTP.label;" 307 prefstring="show_smtp" /> 308 </groupbox> 299 <hbox flex="1"> 300 <tree class="vIprefTree" seltype="single" onselect="this.nextSibling.selectedIndex = this.currentIndex" 301 hidecolumnpicker="true" hidehscroll="true"> 302 <treecols orient="vertical"><treecol flex="1" hideheader="true" primary="true" /></treecols> 303 <treechildren> 304 <treeitem><treerow><treecell label="&vI_prefDialog.composeDialog.Cell0.label;" /></treerow></treeitem> 305 <treeitem><treerow><treecell label="&vI_prefDialog.composeDialog.Cell1.label;" /></treerow></treeitem> 306 </treechildren> 307 </tree> 308 309 310 <tabbox flex="1" > 311 <tabs hidden="true"><tab /><tab /></tabs> 312 313 <tabpanels class="plain"> 314 <tabpanel orient="vertical"> 315 <dialogheader title="&vI_prefDialog.composeDialog.header;"/> 316 <groupbox> 317 <caption label="&vI_prefDialog.composeDialog.caption;"/> 318 <checkbox id="VIdent_identity.autoTimestamp" label="&vI_prefDialog.composeDialog.autoTimestamp.label;" 319 tooltiptext="&vI_prefDialog.composeDialog.autoTimestamp.tooltiptext;" prefstring="autoTimestamp" /> 320 <spacer class="paragraph"/> 321 <description id="VIdent_identity.HideSignature.warning" class="widthXX">&vI_prefDialog.composeDialog.HideSignature.warning.desc;</description> 322 <checkbox id="VIdent_identity.hide_signature" label="&vI_prefDialog.composeDialog.HideSignature.label;" disabled="true" 323 prefstring="hide_signature"/> 324 <spacer id="autoReplyToSelfSpacer" class="paragraph"/> 325 <checkbox id="VIdent_identity.autoReplyToSelf" label="&vI_prefDialog.composeDialog.autoReplyToSelf.label;" 326 prefstring="autoReplyToSelf"/> 327 </groupbox> 328 </tabpanel> 329 <tabpanel orient="vertical"> 330 <dialogheader title="&vI_prefDialog.composeDialog.header2;"/> 331 <groupbox> 332 <caption label="&vI_prefDialog.composeDialog.caption2;"/> 333 <checkbox id="VIdent_identity.show_smtp" label="&vI_prefDialog.composeDialog.SMTP.label;" 334 tooltiptext="&vI_prefDialog.composeDialog.SMTP.tooltiptext;" prefstring="show_smtp" /> 335 <checkbox id="VIdent_identity.show_noFcc" label="&vI_prefDialog.composeDialog.noFcc.label;" 336 tooltiptext="&vI_prefDialog.composeDialog.noFcc.tooltiptext;" prefstring="show_noFcc" /> 337 <checkbox id="VIdent_identity.storage_show_switch" label="&vI_prefDialog.storage.show_switch.label;" 338 prefstring="storage_show_switch"/> 339 </groupbox> 340 </tabpanel> 341 </tabpanels> 342 </tabbox> 343 </hbox> 309 344 </tabpanel> 310 345 <tabpanel orient="vertical" > 311 <hbox >346 <hbox flex="1"> 312 347 <tree class="vIprefTree" seltype="single" onselect="this.nextSibling.selectedIndex = this.currentIndex" 313 348 hidecolumnpicker="true" hidehscroll="true" > … … 430 465 <dialogheader title="&vI_prefDialog.sending.tmplTab.header;" /> 431 466 <groupbox> 432 <caption label="&vI_prefDialog.sending.tmplTab. header;"/>467 <caption label="&vI_prefDialog.sending.tmplTab.caption;"/> 433 468 <radiogroup id="VIdent_messageTemplates"> 434 469 <grid class="specialFolderPickerGrid"> … … 476 511 </tabpanel> 477 512 <tabpanel orient="vertical" > 478 <hbox >513 <hbox flex="1"> 479 514 <tree class="vIprefTree" seltype="single" onselect="this.nextSibling.selectedIndex = this.currentIndex" 480 515 hidecolumnpicker="true" hidehscroll="true"> … … 532 567 <checkbox id="VIdent_identity.storage_store_base_id" label="&vI_prefDialog.storage.store_base_id.label;" 533 568 prefstring="storage_store_base_id"/> 534 <checkbox id="VIdent_identity.storage_show_switch" label="&vI_prefDialog.storage.show_switch.label;"535 prefstring="storage_show_switch"/>536 569 <checkbox id="VIdent_identity.storage_warn_update" label="&vI_prefDialog.storage.warn_update.label;" 537 570 prefstring="storage_warn_update"/> … … 586 619 </tabpanel> 587 620 <tabpanel orient="vertical" > 588 <hbox >621 <hbox flex="1"> 589 622 <tree class="vIprefTree" seltype="single" onselect="this.nextSibling.selectedIndex = this.currentIndex" 590 623 hidecolumnpicker="true" hidehscroll="true"> -
defaults/preferences/preferences.js
r760e16 r6b2031 10 10 pref("extensions.virtualIdentity.copyAttachVCardSettings", false); 11 11 pref("extensions.virtualIdentity.show_smtp", false); 12 pref("extensions.virtualIdentity.show_noFcc", false); 12 13 pref("extensions.virtualIdentity.smart_draft", true); 13 14 pref("extensions.virtualIdentity.smart_reply", true);
Note: See TracChangeset
for help on using the changeset viewer.