r3289 - in trunk/pollen-ui-struts2/src/main: resources/i18n webapp/WEB-INF/decorators
Author: athimel Date: 2012-04-18 11:41:14 +0200 (Wed, 18 Apr 2012) New Revision: 3289 Url: http://chorem.org/repositories/revision/pollen/3289 Log: Update banner Modified: trunk/pollen-ui-struts2/src/main/resources/i18n/pollen-ui-struts2_en_GB.properties trunk/pollen-ui-struts2/src/main/resources/i18n/pollen-ui-struts2_fr_FR.properties trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/decorators/layout-default.jsp Modified: trunk/pollen-ui-struts2/src/main/resources/i18n/pollen-ui-struts2_en_GB.properties =================================================================== --- trunk/pollen-ui-struts2/src/main/resources/i18n/pollen-ui-struts2_en_GB.properties 2012-04-18 09:32:51 UTC (rev 3288) +++ trunk/pollen-ui-struts2/src/main/resources/i18n/pollen-ui-struts2_en_GB.properties 2012-04-18 09:41:14 UTC (rev 3289) @@ -271,3 +271,4 @@ pollen.title.selectPersonListToCreateVotingList=Select a favorite list to import in a new voting list pollen.title.usersList=Users administration vote.anonymous=Anonymous vote +pollen.banner.newVersion=New version! \ No newline at end of file Modified: trunk/pollen-ui-struts2/src/main/resources/i18n/pollen-ui-struts2_fr_FR.properties =================================================================== --- trunk/pollen-ui-struts2/src/main/resources/i18n/pollen-ui-struts2_fr_FR.properties 2012-04-18 09:32:51 UTC (rev 3288) +++ trunk/pollen-ui-struts2/src/main/resources/i18n/pollen-ui-struts2_fr_FR.properties 2012-04-18 09:41:14 UTC (rev 3289) @@ -279,3 +279,4 @@ pollen.title.usersList=Gestion des utilisateurs title=Création d'un sondage vote.anonymous=Vote anonyme +pollen.banner.newVersion=Nouvelle version ! Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/decorators/layout-default.jsp =================================================================== --- trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/decorators/layout-default.jsp 2012-04-18 09:32:51 UTC (rev 3288) +++ trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/decorators/layout-default.jsp 2012-04-18 09:41:14 UTC (rev 3289) @@ -43,7 +43,7 @@ <%-- TODO AThimel 24/01/2012 Remove this when refactoring is over --%> <div id="in-progress"> - <a href="http://chorem.org/projects/pollen">Version βeta</a> + <a href="http://chorem.org/projects/pollen"><s:text name="pollen.banner.newVersion"/></a> </div>
participants (1)
-
athimel@users.chorem.org