Subversion Repositories eFlore/Applications.del

Compare Revisions

Regard whitespace Rev 651 → Rev 652

/trunk/src/org/tela_botanica/del/client/composants/votes/barrerepartition/BarreRepartitionVoteVue.ui.xml
4,7 → 4,8
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
<ui:style src="barreRepartition.css" />
<g:HTMLPanel styleName="{style.conteneurBarre}">
<g:Label ui:field="nomTaxon" />
<g:Label ui:field="nomTaxon" styleName="{style.labelTaxon}" />
<g:HTMLPanel styleName="{style.conteneurBarreOuiNon}">
<g:PushButton ui:field="boutonNon" text="-" styleName="{style.boutonNon}"/>
<g:HTMLPanel styleName="{style.barre}">
<g:HTMLPanel ui:field="barreOui" styleName="{style.barreOui} gauche"/>
12,4 → 13,5
</g:HTMLPanel>
<g:PushButton ui:field="boutonOui" text="+" styleName="{style.boutonOui}"/>
</g:HTMLPanel>
</g:HTMLPanel>
</ui:UiBinder>