mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
Bug 194876 Want tree attribute for column picker tooltip text r=varga sr=sspitzer
This commit is contained in:
parent
303232c110
commit
f07ce31988
@ -38,7 +38,7 @@ Contributors:
|
||||
<tree id="threadTree" flex="1" enableColumnDrag="true" _selectDelay="500" class="plain" disableKeyNavigation="true"
|
||||
onkeypress="ThreadPaneKeyPress(event);"
|
||||
onselect="ThreadPaneSelectionChanged();">
|
||||
<treecols>
|
||||
<treecols pickertooltiptext="&columnChooser.tooltip;">
|
||||
<treecol id="threadCol" persist="hidden ordinal" fixed="true" cycler="true" class="treecol-image threadColumnHeader" currentView="unthreaded"
|
||||
display="&threadColumn.label;" tooltiptext="&threadColumn.tooltip;"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
|
@ -37,6 +37,7 @@ Rights Reserved.
|
||||
<!ENTITY idColumn.label "ID">
|
||||
|
||||
<!--Tooltips-->
|
||||
<!ENTITY columnChooser.tooltip "Click to select columns to display">
|
||||
<!ENTITY threadColumn.tooltip "Click to display message threads">
|
||||
<!ENTITY senderColumn.tooltip "Click to sort by sender">
|
||||
<!ENTITY subjectColumn.tooltip "Click to sort by subject">
|
||||
|
@ -637,7 +637,7 @@
|
||||
<binding id="treecols" extends="chrome://global/content/bindings/tree.xml#tree-base">
|
||||
<content>
|
||||
<children includes="treecol|splitter"/>
|
||||
<xul:treecolpicker class="treecol-image" fixed="true" ordinal="2147483647"/>
|
||||
<xul:treecolpicker class="treecol-image" fixed="true" ordinal="2147483647" xbl:inherits="tooltiptext=pickertooltiptext"/>
|
||||
</content>
|
||||
<implementation implements="nsIAccessibleProvider">
|
||||
<property name="accessible">
|
||||
|
Loading…
Reference in New Issue
Block a user