Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 665 → Rev 666

/trunk/src/org/tela_botanica/del/client/i18n/Vocabulary.properties
20,6 → 20,7
nomRetenu = Nom retenu
date = Date
famille = Famille
metadonneeFamille = Famille
localite = Localite
nom = Nom
auteur = Publié par
/trunk/src/org/tela_botanica/del/client/i18n/Vocabulary.java
2,7 → 2,7
 
/**
* Interface to represent the constants contained in resource bundle:
* 'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
* '/home/greg/web/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
*/
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
466,6 → 466,15
String login();
 
/**
* Translated "Famille".
*
* @return translated "Famille"
*/
@DefaultStringValue("Famille")
@Key("metadonneeFamille")
String metadonneeFamille();
 
/**
* Translated "Métadonnées".
*
* @return translated "Métadonnées"
/trunk/src/org/tela_botanica/del/client/composants/metadonnees/MetadonneesVue.ui.xml
23,7 → 23,7
 
<!-- Famille -->
<g:HTMLPanel ui:field="zoneFamille" styleName="{style.zoneFamille}">
<g:Label styleName="petit gris {style.label}" text="{constants.famille}" />
<g:Label styleName="petit gris {style.label}" text="{constants.metadonneeFamille}" />
<g:Hyperlink ui:field="famille" styleName="{style.donnee}"/>
</g:HTMLPanel>
 
/trunk/src/org/tela_botanica/del/client/composants/metadonnees/metadonnees.css
4,7 → 4,7
 
.metadonnees .label {
display: block;
width: 80px;
width: 75px;
float: left;
margin-top: 2px;
clear: left;