Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe

Commits:

6 changed files:

Changes:

  • client/src/main/java/fr/ird/observe/client/ui/content/ref/common/LengthLengthParameterUI.jaxx
    ... ... @@ -68,23 +68,23 @@
    68 68
               <tab id='generalTab' computeI18n="">
    
    69 69
                 <Table fill="both">
    
    70 70
     
    
    71
    -              <!-- sex -->
    
    71
    +              <!-- species -->
    
    72 72
                   <row>
    
    73
    -                <cell anchor="west">
    
    74
    -                  <JLabel id='sexLabel'/>
    
    73
    +                <cell anchor='west'>
    
    74
    +                  <JLabel id='speciesLabel'/>
    
    75 75
                     </cell>
    
    76 76
                     <cell anchor='east' weightx="1" fill="both">
    
    77
    -                  <BeanComboBox id='sex' constructorParams='this' genericType='SexReference'/>
    
    77
    +                  <BeanComboBox id='species' constructorParams='this' genericType='SpeciesReference'/>
    
    78 78
                     </cell>
    
    79 79
                   </row>
    
    80 80
     
    
    81
    -              <!-- species -->
    
    81
    +              <!-- sex -->
    
    82 82
                   <row>
    
    83
    -                <cell anchor='west'>
    
    84
    -                  <JLabel id='speciesLabel'/>
    
    83
    +                <cell anchor="west">
    
    84
    +                  <JLabel id='sexLabel'/>
    
    85 85
                     </cell>
    
    86 86
                     <cell anchor='east' weightx="1" fill="both">
    
    87
    -                  <BeanComboBox id='species' constructorParams='this' genericType='SpeciesReference'/>
    
    87
    +                  <BeanComboBox id='sex' constructorParams='this' genericType='SexReference'/>
    
    88 88
                     </cell>
    
    89 89
                   </row>
    
    90 90
     
    

  • client/src/main/java/fr/ird/observe/client/ui/content/ref/common/LengthLengthParameterUI.jcss
    ... ... @@ -45,7 +45,6 @@
    45 45
     
    
    46 46
     #sex {
    
    47 47
       selectedItem:{bean.getSex()};
    
    48
    -  enabled:{model.isCreatingMode()};
    
    49 48
     }
    
    50 49
     
    
    51 50
     #oceanLabel {
    
    ... ... @@ -55,7 +54,6 @@
    55 54
     
    
    56 55
     #ocean {
    
    57 56
       selectedItem:{bean.getOcean()};
    
    58
    -  enabled:{model.isCreatingMode()};
    
    59 57
     }
    
    60 58
     
    
    61 59
     #inputSizeMeasureType {
    

  • client/src/main/java/fr/ird/observe/client/ui/content/ref/common/LengthWeightParameterUI.jaxx
    ... ... @@ -84,23 +84,23 @@ public void decorateUniqueKeyTable(JTable table, TableCellRenderer renderer, JSc
    84 84
               <tab id='generalTab' computeI18n="">
    
    85 85
                 <Table fill="both">
    
    86 86
     
    
    87
    -              <!-- sex -->
    
    87
    +              <!-- species -->
    
    88 88
                   <row>
    
    89
    -                <cell anchor="west">
    
    90
    -                  <JLabel id='sexLabel'/>
    
    89
    +                <cell anchor='west'>
    
    90
    +                  <JLabel id='speciesLabel'/>
    
    91 91
                     </cell>
    
    92 92
                     <cell anchor='east' weightx="1" fill="both">
    
    93
    -                  <BeanComboBox id='sex' constructorParams='this' genericType='SexReference'/>
    
    93
    +                  <BeanComboBox id='species' constructorParams='this' genericType='SpeciesReference'/>
    
    94 94
                     </cell>
    
    95 95
                   </row>
    
    96 96
     
    
    97
    -              <!-- species -->
    
    97
    +              <!-- sex -->
    
    98 98
                   <row>
    
    99
    -                <cell anchor='west'>
    
    100
    -                  <JLabel id='speciesLabel'/>
    
    99
    +                <cell anchor="west">
    
    100
    +                  <JLabel id='sexLabel'/>
    
    101 101
                     </cell>
    
    102 102
                     <cell anchor='east' weightx="1" fill="both">
    
    103
    -                  <BeanComboBox id='species' constructorParams='this' genericType='SpeciesReference'/>
    
    103
    +                  <BeanComboBox id='sex' constructorParams='this' genericType='SexReference'/>
    
    104 104
                     </cell>
    
    105 105
                   </row>
    
    106 106
     
    

  • client/src/main/java/fr/ird/observe/client/ui/content/ref/common/LengthWeightParameterUI.jcss
    ... ... @@ -41,7 +41,6 @@
    41 41
     #sex {
    
    42 42
       property:{LengthWeightParameterDto.PROPERTY_SEX};
    
    43 43
       selectedItem:{bean.getSex()};
    
    44
    -  enabled:{model.isCreatingMode()};
    
    45 44
     }
    
    46 45
     
    
    47 46
     #species {
    
    ... ... @@ -58,7 +57,6 @@
    58 57
     #ocean {
    
    59 58
       property:{LengthWeightParameterDto.PROPERTY_OCEAN};
    
    60 59
       selectedItem:{bean.getOcean()};
    
    61
    -  enabled:{model.isCreatingMode()};
    
    62 60
     }
    
    63 61
     
    
    64 62
     #sizeMeasureTypeLabel {
    

  • client/src/main/resources/i18n/client_es_ES.properties
    ... ... @@ -626,9 +626,9 @@ observe.common.I18nReferentialDto.label7=Texto 7
    626 626
     observe.common.I18nReferentialDto.label8=Texto 8
    
    627 627
     observe.common.I18nReferentialDto.libelles=Textos
    
    628 628
     observe.common.LengthLengthParameterDto.generalTab=Características generales
    
    629
    -observe.common.LengthLengthParameterDto.inputOutputFormulaInformation=La relation poids permet de calculer la taille de sortie à partir de la taille d'entrée, elle doit contenir la variable I \#TODO
    
    629
    +observe.common.LengthLengthParameterDto.inputOutputFormulaInformation=La relation taille permet de calculer la taille de sortie à partir de la taille d'entrée, elle doit contenir la variable I (input) qui représente la taille d'entrée #TODO
    
    630 630
     observe.common.LengthLengthParameterDto.otherTab=Otras características
    
    631
    -observe.common.LengthLengthParameterDto.outputInputFormulaInformation=La relation poids permet de calculer la taille d'entrée à partir de la taille de sortie, elle doit contenir la variable O \#TODO
    
    631
    +observe.common.LengthLengthParameterDto.outputInputFormulaInformation=La relation taille permet de calculer la taille d'entrée à partir de la taille de sortie, elle doit contenir la variable O (output) qui représente la taille de sortie\#TODO
    
    632 632
     observe.common.LengthWeightParameterDto.generalTab=Características generales
    
    633 633
     observe.common.LengthWeightParameterDto.lengthWeightFormulaInformation=La relación talla-peso permite calcular el peso a partir de la talla, debe contener la variable L
    
    634 634
     observe.common.LengthWeightParameterDto.meanLength=Talla media (en cm)
    

  • client/src/main/resources/i18n/client_fr_FR.properties
    ... ... @@ -626,9 +626,9 @@ observe.common.I18nReferentialDto.label7=Libellé 7
    626 626
     observe.common.I18nReferentialDto.label8=Libellé 8
    
    627 627
     observe.common.I18nReferentialDto.libelles=Libellés
    
    628 628
     observe.common.LengthLengthParameterDto.generalTab=Caractéristiques générales
    
    629
    -observe.common.LengthLengthParameterDto.inputOutputFormulaInformation=La relation poids permet de calculer la taille de sortie à partir de la taille d'entrée, elle doit contenir la variable I
    
    629
    +observe.common.LengthLengthParameterDto.inputOutputFormulaInformation=La relation taille permet de calculer la taille de sortie à partir de la taille d'entrée, elle doit contenir la variable I (input) qui représente la taille d'entrée
    
    630 630
     observe.common.LengthLengthParameterDto.otherTab=Autres caractéristiques
    
    631
    -observe.common.LengthLengthParameterDto.outputInputFormulaInformation=La relation poids permet de calculer la taille d'entrée à partir de la taille de sortie, elle doit contenir la variable O
    
    631
    +observe.common.LengthLengthParameterDto.outputInputFormulaInformation=La relation taille permet de calculer la taille d'entrée à partir de la taille de sortie, elle doit contenir la variable O (output) qui représente la taille de sortie
    
    632 632
     observe.common.LengthWeightParameterDto.generalTab=Caractéristiques générales
    
    633 633
     observe.common.LengthWeightParameterDto.lengthWeightFormulaInformation=La relation poids permet de calculer le poids à partir de la taille
    
    634 634
     observe.common.LengthWeightParameterDto.meanLength=Taille moyenne (en cm)