This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit e3cc795c4892ccbe8dbec05bbe273b7e4f708973 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Mar 2 15:34:18 2015 +0100 Add a tooltip to explain contributors meaning on project details. internal-test #6746 --- coselmar-ui/src/main/webapp/i18n/en.js | 1 + coselmar-ui/src/main/webapp/i18n/fr.js | 1 + coselmar-ui/src/main/webapp/views/questions/viewquestion.html | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/i18n/en.js b/coselmar-ui/src/main/webapp/i18n/en.js index 92c317b..7df28b5 100644 --- a/coselmar-ui/src/main/webapp/i18n/en.js +++ b/coselmar-ui/src/main/webapp/i18n/en.js @@ -190,6 +190,7 @@ var translateEN = { </ul>\ Please note that all project clients have also access to the project.", "question.message.info.themes" : "Themes enable to classify project and make search easier. Each input theme should be validated with button \"Add\".", +"question.message.info.contributors" : "Contributors are experts who have been experts on the project before.", //Users part diff --git a/coselmar-ui/src/main/webapp/i18n/fr.js b/coselmar-ui/src/main/webapp/i18n/fr.js index 53080ea..98d770f 100644 --- a/coselmar-ui/src/main/webapp/i18n/fr.js +++ b/coselmar-ui/src/main/webapp/i18n/fr.js @@ -190,6 +190,7 @@ var translateFR = { </ul>\ À noter que les clients du projet ont aussi accès à celui-ci.", "question.message.info.themes" : "Les thèmes permettent de classifier le projet et faciliter sa recherche. Chaque thème saisi doit être validé avec le bouton \"Ajouter\".", +"question.message.info.contributors" : "Les contributeurs sont des experts ayant été affectés au projet et qui ne le sont plus.", //Users part diff --git a/coselmar-ui/src/main/webapp/views/questions/viewquestion.html b/coselmar-ui/src/main/webapp/views/questions/viewquestion.html index 3c7eae7..ccf5656 100644 --- a/coselmar-ui/src/main/webapp/views/questions/viewquestion.html +++ b/coselmar-ui/src/main/webapp/views/questions/viewquestion.html @@ -188,7 +188,9 @@ </dd> </dl> <dl> - <dt>{{ 'question.metadata.contributors' | translate }}</dt> + <dt tooltip-placement="bottom" tooltip-html-unsafe="{{ 'question.message.info.contributors' | translate }}"> + {{ 'question.metadata.contributors' | translate }} + </dt> <dd> <ul> <li ng-if="question.contributors" ng-repeat="contributor in question.contributors"> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.