Ignore:
Timestamp:
03/05/10 19:38:19 (2 years ago)
Author:
sys
Message:

itemSelector...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Wsp/content/scenariWsp/widgets/refItem/refItem.xbl.xml

    r15050 r15051  
    5151                <content orient="vertical"> 
    5252                        <xul:shortDescDrawerRefMini anonid="drawer"/> 
    53                         <xul:hbox tooltip="_child" hidden="true"> 
     53                        <xul:hbox anonid="errorLink" tooltip="_child"> 
    5454                                <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."/> 
    5757                        </xul:hbox> 
    5858                </content> 
     
    6060                         
    6161                        <field name="fUriObject">ut.searchUriObject(this)</field> 
     62                         
     63                        <field name="fRegexpSgn"/> 
    6264                         
    6365                        <property name="isEmpty" onget="return this.getAttribute('empty')=='true';"/> 
     
    163165        </binding> 
    164166 
     167 
     168        <!-- TODO... --> 
    165169        <binding id="refItemEdit" extends="#refItemView"> 
    166170                <implementation> 
Note: See TracChangeset for help on using the changeset viewer.