branch develop updated (e2a425b -> 5b3ce0e)
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 e2a425b fix validate button in question create/edit new 5b3ce0e Fixes #6580 : Change advanced search button display 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 5b3ce0e94d207201c925433d20c7177871599a7e Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Fri Jan 30 14:50:24 2015 +0100 Fixes #6580 : Change advanced search button display Summary of changes: coselmar-ui/src/main/webapp/views/users/searchPart.html | 5 ++--- 1 file changed, 2 insertions(+), 3 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 5b3ce0e94d207201c925433d20c7177871599a7e Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Fri Jan 30 14:50:24 2015 +0100 Fixes #6580 : Change advanced search button display --- coselmar-ui/src/main/webapp/views/users/searchPart.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/coselmar-ui/src/main/webapp/views/users/searchPart.html b/coselmar-ui/src/main/webapp/views/users/searchPart.html index 7fe901a..30ccc4b 100644 --- a/coselmar-ui/src/main/webapp/views/users/searchPart.html +++ b/coselmar-ui/src/main/webapp/views/users/searchPart.html @@ -27,15 +27,14 @@ <div class="text-right clear"> <div class="form-group" ng-show="!advanced"> - <a ng-click="advanced=true" class="fa fa-sort-down">{{ 'common.button.advanceSearch' | translate }}</a> + <a ng-click="advanced=true" class="btn btn-action"><span class="glyphicon glyphicon-resize-full" aria-hidden="true"></span> {{ 'common.button.advanceSearch' | translate }}</a> </div> <div class="form-group" ng-show="advanced"> - <a ng-click="advanced=false" class="fa fa-sort-up">{{ 'common.button.simpleSearch' | translate }}</a> + <a ng-click="advanced=false" class="btn btn-action"><span class="glyphicon glyphicon-resize-small" aria-hidden="true"></span> {{ 'common.button.simpleSearch' | translate }}</a> </div> </div> <!-- Advanced Search part --> - <div ng-if="advanced" class="search-zone marginBottom20"> <form class="form-horizontal" name="userFullOption" role="userFullOptions" ng-submit="advancedSearchUsers()"> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm