branch develop updated (ca28687 -> 10be411)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from ca28687 Affichage du nuage de mot : modifications des libellés new 10be411 Refs #7849 : Modification de l'affichage de la recherche avancée des documents The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 10be41182f6d6d20a2869030007e63c0bf05a279 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Thu Jan 14 15:09:25 2016 +0100 Refs #7849 : Modification de l'affichage de la recherche avancée des documents Summary of changes: .../src/main/webapp/views/documents/toolsPart.html | 38 ++++++++++++---------- 1 file changed, 20 insertions(+), 18 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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 10be41182f6d6d20a2869030007e63c0bf05a279 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Thu Jan 14 15:09:25 2016 +0100 Refs #7849 : Modification de l'affichage de la recherche avancée des documents --- .../src/main/webapp/views/documents/toolsPart.html | 38 ++++++++++++---------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/coselmar-ui/src/main/webapp/views/documents/toolsPart.html b/coselmar-ui/src/main/webapp/views/documents/toolsPart.html index f4e2081..4d515e0 100644 --- a/coselmar-ui/src/main/webapp/views/documents/toolsPart.html +++ b/coselmar-ui/src/main/webapp/views/documents/toolsPart.html @@ -64,25 +64,25 @@ <div class="form-group row"> <label class="col-md-2 control-label">{{ 'document.metadata.keywords' | translate }}</label> - <div class="col-md-10"> + <div class="col-md-4"> <input type="search" class="form-control" placeholder="keyword1,keyword2,..." ng-model="example.keywords" ng-list /> </div> - </div> - <div class="form-group row"> - - <label class="col-md-1 control-label">{{ 'document.metadata.name' | translate }}</label> - <div class="col-md-3"> + <label class="col-md-2 control-label">{{ 'document.metadata.name' | translate }}</label> + <div class="col-md-4"> <input class="form-control" type="search" class="form-control" placeholder="Titre" ng-model="example.name" /> </div> + </div> + + <div class="form-group row"> - <label class="col-md-1 control-label">{{ 'document.metadata.authors' | translate }}</label> - <div class="col-md-3"> + <label class="col-md-2 control-label">{{ 'document.metadata.authors' | translate }}</label> + <div class="col-md-4"> <input class="form-control" type="search" class="form-control" placeholder="Nom et/ou Prénom" ng-model="example.authors" /> </div> - <label class="col-md-1 control-label">{{ 'document.metadata.depositor' | translate }}</label> - <div class="col-md-3"> + <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> @@ -91,8 +91,8 @@ <div class="form-group row"> - <label class="col-md-1 control-label">{{ 'document.metadata.type' | translate }}</label> - <div class="col-md-3"> + <label class="col-md-2 control-label">{{ 'document.metadata.type' | translate }}</label> + <div class="col-md-4"> <select class="form-control" name="type" ng-model="example.type" required> <option value="PERIODICAL_PUBLICATION">{{ 'document.metadata.type.periodicalPublication' | translate }}</option> <option value="MEETING_PUBLICATION">{{ 'document.metadata.type.meetingPublication' | translate }}</option> @@ -111,8 +111,8 @@ </select> </div> - <label class="col-md-1 control-label">{{ 'document.metadata.privacy' | translate }}</label> - <div class="col-md-3"> + <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> @@ -121,10 +121,6 @@ </select> </div> - <div class="col-md-3 text-right"> - <button type="submit" class="btn btn-primary fa fa-search" ng-click="advancedSearchDocuments()"><span class="paddingLeft10">Search</span></button> - </div> - </div> <div class="form-group row"> @@ -187,5 +183,11 @@ </div> </div> + + <div class="row"> + <div class="col-md-12 text-center"> + <button type="submit" class="btn btn-primary fa fa-search" ng-click="advancedSearchDocuments()"><span class="paddingLeft10">Search</span></button> + </div> + </div> </form> </div> \ No newline at end of file -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm