Author: nrannou Date: 2009-08-24 14:23:20 +0200 (Mon, 24 Aug 2009) New Revision: 2740 Modified: trunk/pollen-ui/src/main/resources/org/chorem/pollen/ui/pages/poll/PollCreation_en.properties trunk/pollen-ui/src/main/resources/org/chorem/pollen/ui/pages/poll/PollCreation_fr.properties trunk/pollen-ui/src/main/webapp/poll/PollCreation.tml Log: message d'aide cr?\195?\169ation de groupe ?\195?\160 partir d'une liste de favoris Modified: trunk/pollen-ui/src/main/resources/org/chorem/pollen/ui/pages/poll/PollCreation_en.properties =================================================================== --- trunk/pollen-ui/src/main/resources/org/chorem/pollen/ui/pages/poll/PollCreation_en.properties 2009-08-21 13:46:11 UTC (rev 2739) +++ trunk/pollen-ui/src/main/resources/org/chorem/pollen/ui/pages/poll/PollCreation_en.properties 2009-08-24 12:23:20 UTC (rev 2740) @@ -70,6 +70,7 @@ personWeight-label=Weight personWeight-min-message=The value must be at least 0. listSelect-label=Select a list of voting persons +listSelect-help=Persons will be added to the selected group. To select another group click on the edit icon group-label=Group groupName-label=Name groupWeight-label=Weight Modified: trunk/pollen-ui/src/main/resources/org/chorem/pollen/ui/pages/poll/PollCreation_fr.properties =================================================================== --- trunk/pollen-ui/src/main/resources/org/chorem/pollen/ui/pages/poll/PollCreation_fr.properties 2009-08-21 13:46:11 UTC (rev 2739) +++ trunk/pollen-ui/src/main/resources/org/chorem/pollen/ui/pages/poll/PollCreation_fr.properties 2009-08-24 12:23:20 UTC (rev 2740) @@ -70,6 +70,7 @@ personWeight-label=Poids personWeight-min-message=Le poids doit-être supérieur à 0. listSelect-label=Sélectionnez une liste de votants +listSelect-help=Les votants seront ajoutés au groupe selectionné. Pour sélectionner un autre groupe cliquez sur l'icône de modification group-label=Groupe groupName-label=Nom groupWeight-label=Poids Modified: trunk/pollen-ui/src/main/webapp/poll/PollCreation.tml =================================================================== --- trunk/pollen-ui/src/main/webapp/poll/PollCreation.tml 2009-08-21 13:46:11 UTC (rev 2739) +++ trunk/pollen-ui/src/main/webapp/poll/PollCreation.tml 2009-08-24 12:23:20 UTC (rev 2740) @@ -165,6 +165,9 @@ <div> <t:label for="listSelect" />: <t:select t:id="listSelect" t:model="personLists" t:encoder="personLists" t:value="personList"></t:select> + <span t:type="ck/Tooltip" title="${message:help}" value="${message:listSelect-help}" effect="appear"> + <img src="${asset:context:img/help.png}" alt="${message:help}"/> + </span> </div> </t:if> <t:errors/>