Ignore:
Timestamp:
03/05/07 10:31:11 (5 years ago)
Author:
anp
Message:

Affichage btn de migration de façon correcte

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Cms/chrome/content/scenaricms/deskwsp/wspblock.xbl.xml

    r8850 r8860  
    6464                                </xul:vbox> 
    6565                                <!-- <xul:button class="wspTitle" image="chrome://scenaricms/content/deskwsp/wsp.png" xbl:inherits="label=wspTitle" crop="right" oncommand="desk.clickWsp(this.parentNode.parentNode);" flex="1"/> --> 
    66                                 <xul:toolbarbutton anonid="migrationBtn" collapsed="true" oncommand="document.getBindingParent(this).showProps('update', true)" tooltiptext="Mise à jour des items nécessaire"/> 
    67                                 <xul:toolbarbutton anonid="helpBtn" class="helpBtn" disabled="true" tooltiptext="Présentation du modèle" onmousedown="desk.clickWsp(document.getBindingParent(this))"/> 
    68                                 <xul:toolbarbutton anonid="optionBtn" class="optionBtn" tooltiptext="Actions..." onmousedown="document.getBindingParent(this).showMenu(this)"/> 
     66                                <xul:hbox class="wspBtns" pack="end"> 
     67                                        <xul:toolbarbutton anonid="migrationBtn" oncommand="document.getBindingParent(this).showProps('update', true)" tooltiptext="Mise à jour des items nécessaire"/> 
     68                                        <xul:toolbarbutton anonid="helpBtn" class="helpBtn" disabled="true" tooltiptext="Présentation du modèle" onmousedown="desk.clickWsp(document.getBindingParent(this))"/> 
     69                                        <xul:toolbarbutton anonid="optionBtn" class="optionBtn" tooltiptext="Actions..." onmousedown="document.getBindingParent(this).showMenu(this)"/> 
     70                                </xul:hbox> 
    6971                        </xul:hbox> 
    7072                        <xul:popup anonid="ctxMenu"> 
Note: See TracChangeset for help on using the changeset viewer.