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 2286ca9807006a22cd4a45039ee3d5fb02a7fb7f Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Thu Jan 14 18:58:05 2016 +0100 Réorganisation des champs de la recherche avancée des documents --- .../src/main/webapp/views/documents/toolsPart.html | 25 +++++++++++----------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/coselmar-ui/src/main/webapp/views/documents/toolsPart.html b/coselmar-ui/src/main/webapp/views/documents/toolsPart.html index 123fc16..4a4167a 100644 --- a/coselmar-ui/src/main/webapp/views/documents/toolsPart.html +++ b/coselmar-ui/src/main/webapp/views/documents/toolsPart.html @@ -80,15 +80,24 @@ <input class="form-control" type="search" class="form-control" placeholder="Nom et/ou Prénom" ng-model="example.authors" /> </div> - <label class="col-md-2 control-label">{{ 'document.metadata.depositor' | translate }}</label> + <label class="col-md-2 control-label">{{ 'document.metadata.privacy' | translate }}</label> <div class="col-md-4"> - <input type="search" class="form-control" placeholder="Prénom Nom" ng-model="example.ownerName" /> - + <select class="form-control" name="privacy" + ng-model="example.privacy"> + <option value="PRIVATE">{{ 'common.privacy.private' | translate }}</option> + <option value="PUBLIC">{{ 'common.privacy.public' | translate }}</option> + <option value="RESTRICTED">{{ 'common.privacy.restricted' | translate }}</option> + </select> </div> </div> <div class="form-group row"> + <label class="col-md-2 control-label">{{ 'document.metadata.depositor' | translate }}</label> + <div class="col-md-4"> + <input type="search" class="form-control" placeholder="Prénom Nom" ng-model="example.ownerName" /> + + </div> <label class="col-md-2 control-label">{{ 'document.metadata.type' | translate }}</label> <div class="col-md-4"> @@ -110,16 +119,6 @@ </select> </div> - <label class="col-md-2 control-label">{{ 'document.metadata.privacy' | translate }}</label> - <div class="col-md-4"> - <select class="form-control" name="privacy" - ng-model="example.privacy"> - <option value="PRIVATE">{{ 'common.privacy.private' | translate }}</option> - <option value="PUBLIC">{{ 'common.privacy.public' | translate }}</option> - <option value="RESTRICTED">{{ 'common.privacy.restricted' | translate }}</option> - </select> - </div> - </div> <div class="form-group row"> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.