This is an automated email from the git hooks/post-receive script. New commit to branch feature/6009-create-document in repository coselmar. See http://git.codelutin.com/coselmar.git commit afe0fae36a178908fa685152fe151a6509079f0a Author: Yannick Martel <martel@©odelutin.com> Date: Thu Nov 6 10:45:44 2014 +0100 little change on new document page --- coselmar-ui/src/main/webapp/views/newdocument.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/coselmar-ui/src/main/webapp/views/newdocument.html b/coselmar-ui/src/main/webapp/views/newdocument.html index 28405d9..7a88e5c 100644 --- a/coselmar-ui/src/main/webapp/views/newdocument.html +++ b/coselmar-ui/src/main/webapp/views/newdocument.html @@ -5,12 +5,17 @@ <div style="padding-top: 15px"> <!-- Summary goes here --> - Here a blabla about the document, the need of open format, etc ... + Here you can upload a new document in the repository. For each document, + some keywords are needed to make easier search of the document, and you + can specify a privacy : + <ul> + <li>Public : all members can see the document</li> + <li>Private : only you can see the document</li> + <li>Restricted : you can specify who can see the document specifically</li> + </ul> </div> <div style="padding-bottom: 50px"> - <div class="alert alert-info" role="alert">{{message}}</div> - <div class=""> <form class="form-horizontal" role="form" ng-submit="createNewDocument()"> @@ -40,12 +45,16 @@ <option value="public">public</option> <option value="restricted">restricted</option> </select> + <div ng-if="privacy == 'restricted'"> + Not Yet available + </div> </div> + </div> <div class="form-group"> <div style="padding-left: 200px"> - <input type="submit" value="Submit" class="btn btn-primary"/> + <input type="submit" value="Submit" class="btn btn-primary" ng-if="privacy != 'restricted'"/> </div> </div> </form> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.