- Timestamp:
- 03/04/10 09:42:02 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Wsp/content/scenariWsp/views/treeItemnetView/treeItemnetView.xbl.xml
r15015 r15022 57 57 <content view="asc" flex="1" orient="vertical" label="Liens" iconUrl="" longDesc="Parcours des liens entre items" contextmenu="_child"> 58 58 <xul:menupopup actionsLists="menu:treeItemnetView menu:common:uri" groupsOrder="uriCopyPaste uriActions * uriActionsOut" xbl:inherits="groupsOrder" onpopupshowing="this.parentNode.onPopupShowing(event);" onpopuphiding="this.parentNode.onPopupHiding(event);" onclick="event.stopPropagation();"/> 59 <xul:vbox class="dirMsg"> 60 <xul:description class="small-margin dirMsgAsc">Items ascendants :</xul:description> 61 <xul:description class="small-margin dirMsgDesc">Items descendants :</xul:description> 62 </xul:vbox> 59 63 <xul:tree flex="1" hidecolumnpicker="true" seltype="single" _selectDelay="500" flags="dont-build-content"> 60 64 <xul:treecols> … … 899 903 </handlers> 900 904 </binding> 901 < xbl:binding id="toolBar">905 <binding id="toolBar"> 902 906 <resources> 903 907 <stylesheet src="chrome://scenariWsp/content/views/treeItemnetView/treeItemnetView.xbl.css"/> … … 930 934 </method> 931 935 </implementation> 932 </ xbl:binding>936 </binding> 933 937 </bindings>
Note: See TracChangeset
for help on using the changeset viewer.