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 3290654b645e0c0c1140b7ddc6f236ed586e56a8 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Wed Jan 21 16:47:54 2015 +0100 Refs #6308 : Change information text for supervisor admin page --- coselmar-ui/src/main/webapp/views/users/newuser.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/views/users/newuser.html b/coselmar-ui/src/main/webapp/views/users/newuser.html index ae13e0e..bf6d60b 100644 --- a/coselmar-ui/src/main/webapp/views/users/newuser.html +++ b/coselmar-ui/src/main/webapp/views/users/newuser.html @@ -26,7 +26,7 @@ <h2>Add new user</h2> </div> - <div class="info-panel"> + <div class="info-panel" ng-if="currentUser.role == 'ADMIN'"> Create new user, with one of following roles : <ul> <li>Supervisor : Kind of big manager, who relays member/client question and assigns expert on questions</li> @@ -35,6 +35,9 @@ <li>Client</li> </ul> </div> + <div class="info-panel" ng-if="currentUser.role == 'SUPERVISOR'"> + Create new user with Client role + </div> <div style="padding-bottom: 50px" ng-include="src='views/users/edituser.html'"> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.