- Timestamp:
- 03/05/10 19:38:19 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Wsp/content/scenariWsp/widgets/refItem/refItem.xbl.xml
r15050 r15051 51 51 <content orient="vertical"> 52 52 <xul:shortDescDrawerRefMini anonid="drawer"/> 53 <xul:hbox tooltip="_child" hidden="true">53 <xul:hbox anonid="errorLink" tooltip="_child"> 54 54 <xul:tooltip anonid="typesAllowed"/> 55 <xul:image />56 <xul:text />55 <xul:image anonid="imgError"/> 56 <xul:text value="Cet item n'est pas du bon type."/> 57 57 </xul:hbox> 58 58 </content> … … 60 60 61 61 <field name="fUriObject">ut.searchUriObject(this)</field> 62 63 <field name="fRegexpSgn"/> 62 64 63 65 <property name="isEmpty" onget="return this.getAttribute('empty')=='true';"/> … … 163 165 </binding> 164 166 167 168 <!-- TODO... --> 165 169 <binding id="refItemEdit" extends="#refItemView"> 166 170 <implementation>
Note: See TracChangeset
for help on using the changeset viewer.