Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 505 → Rev 506

/trunk/src/org/tela_botanica/del/client/composants/pagination/pagination.css
10,5 → 10,6
.boutonPremierePage {width:20px; height:20px; background:url(./img/first.png) no-repeat}
.boutonDernierePage {width:20px; height:20px; background:url(./img/last.png) no-repeat}
 
.nombreTotal {margin-left:10px}
.labelSelecteurPas{margin-left:5px;margin-right:5px;}
.labelSelecteurPasAfficher{margin-left:10px;;margin-right:5px;}
/trunk/src/org/tela_botanica/del/client/composants/pagination/PaginationVue.ui.xml
9,7 → 9,7
<g:HorizontalPanel />
<g:Button ui:field="boutonSuivant" styleName="{style.boutonSuivant}" text=" "/>
<g:Button ui:field="boutonDernierePage" styleName="{style.boutonDernierePage}" text=" " />
<g:Label ui:field="nbTotalPages" />
<g:Label styleName="{style.nombreTotal}" ui:field="nbTotalPages" />
<g:Label styleName="{style.labelSelecteurPasAfficher}" text="{constants.afficher}" />
<g:ListBox ui:field="selecteurPas" styleName="{style.selecteurElements}">
<g:item value="5">5</g:item>