[Suiviobsmer-commits] r1017 - in trunk/wao-ui/src/main: resources/fr/ifremer/wao/ui/pages webapp
Author: bleny Date: 2011-02-16 11:04:15 +0000 (Wed, 16 Feb 2011) New Revision: 1017 Log: misc UI/i18n minor issues Added: trunk/wao-ui/src/main/resources/fr/ifremer/wao/ui/pages/Boats_en.properties trunk/wao-ui/src/main/resources/fr/ifremer/wao/ui/pages/Contacts_en.properties Modified: trunk/wao-ui/src/main/webapp/SampleRowForm.tml Added: trunk/wao-ui/src/main/resources/fr/ifremer/wao/ui/pages/Boats_en.properties =================================================================== --- trunk/wao-ui/src/main/resources/fr/ifremer/wao/ui/pages/Boats_en.properties (rev 0) +++ trunk/wao-ui/src/main/resources/fr/ifremer/wao/ui/pages/Boats_en.properties 2011-02-16 11:04:15 UTC (rev 1017) @@ -0,0 +1,5 @@ +name-label: Name +immatriculation-label: # +districtCode-label: District +boatLength-label: Length +buildYear-label: Year \ No newline at end of file Added: trunk/wao-ui/src/main/resources/fr/ifremer/wao/ui/pages/Contacts_en.properties =================================================================== --- trunk/wao-ui/src/main/resources/fr/ifremer/wao/ui/pages/Contacts_en.properties (rev 0) +++ trunk/wao-ui/src/main/resources/fr/ifremer/wao/ui/pages/Contacts_en.properties 2011-02-16 11:04:15 UTC (rev 1017) @@ -0,0 +1 @@ +topiaCreateDate-label: Creation \ No newline at end of file Modified: trunk/wao-ui/src/main/webapp/SampleRowForm.tml =================================================================== --- trunk/wao-ui/src/main/webapp/SampleRowForm.tml 2011-02-16 10:52:59 UTC (rev 1016) +++ trunk/wao-ui/src/main/webapp/SampleRowForm.tml 2011-02-16 11:04:15 UTC (rev 1017) @@ -98,7 +98,7 @@ </p:else> </t:if> <div class="t-beaneditor-row"> - <label for="fishingZonesInfos">${message:wao.ui.misc.otherInfos} :</label> + <label for="fishingZonesInfos">${message:wao.ui.misc.otherInfos}</label> <input t:type="textfield" class="width300" t:id="fishingZonesInfos" value="sampleRow.fishingZonesInfos" /> </div> </fieldset> @@ -108,17 +108,17 @@ <legend>${message:wao.ui.entity.TerrestrialLocation}</legend> <t:if t:test="sampleRow.hasSampleMonthRealTideTime()"> <p class="acenter"> - <label for="terrestrialLocation">${message:wao.ui.field.SampleRow.terrestrialLocation} :</label> + <label for="terrestrialLocation">${message:wao.ui.field.SampleRow.terrestrialLocation}</label> ${sampleRow.terrestrialLocation.description} </p> <p class="acenter"> - <label for="terrestrialLocationInfos">${message:wao.ui.misc.otherInfos} :</label> + <label for="terrestrialLocationInfos">${message:wao.ui.misc.otherInfos}</label> ${sampleRow.terrestrialLocationInfos} </p> <p:else> <!-- edit --> <div class="select"> <label for="terrestrialLocation"> - ${message:wao.ui.field.SampleRow.terrestrialLocation} : + ${message:wao.ui.field.SampleRow.terrestrialLocation} </label> <input t:id="terrestrialLocation" t:type="select" @@ -128,7 +128,7 @@ </div> <div class="select"> <label for="terrestrialLocationInfos"> - ${message:wao.ui.misc.otherInfos} : + ${message:wao.ui.misc.otherInfos} </label> <input t:type="textfield" class="width300" t:id="terrestrialLocationInfos" value="sampleRow.terrestrialLocationInfos" /> </div>
participants (1)
-
bleny@users.labs.libre-entreprise.org