This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit 33e6fc8473f1059430e7064f932e13197a686830 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Aug 14 14:36:48 2014 +0200 fix class form in user edit, edit template info-error --- pollen-ui-angular/src/main/webapp/js/directives.js | 4 ++-- pollen-ui-angular/src/main/webapp/partials/user-edit.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pollen-ui-angular/src/main/webapp/js/directives.js b/pollen-ui-angular/src/main/webapp/js/directives.js index 751a7a4..d0fa8f6 100644 --- a/pollen-ui-angular/src/main/webapp/js/directives.js +++ b/pollen-ui-angular/src/main/webapp/js/directives.js @@ -133,7 +133,7 @@ angular.module('pollenDirective', []) error: '=', forData: '=data' }, - template: '<span class="fa fa-exclamation-circle danger" tooltip="{{error}}" ng-if="error"></span>', + template: '<span class="fa fa-exclamation-circle danger fa-lg" tooltip="{{error}}" ng-if="error"></span>', link: function (scope) { scope.$watch('forData', function (newVal, oldVal) { if (newVal != oldVal) { @@ -461,7 +461,7 @@ angular.module('pollenDirective', []) ///// PRINT RESOURCE ///// ////////////////////////////////////// -.directive("printResource", ['$timeout', '$http', function ($timeout, $http) { +.directive("printResource", ['$timeout', '$http', function ($timeout) { return { restrict : "E", scope : { diff --git a/pollen-ui-angular/src/main/webapp/partials/user-edit.html b/pollen-ui-angular/src/main/webapp/partials/user-edit.html index acc7662..72200d3 100644 --- a/pollen-ui-angular/src/main/webapp/partials/user-edit.html +++ b/pollen-ui-angular/src/main/webapp/partials/user-edit.html @@ -20,7 +20,7 @@ --> <h2> {{ 'title.user.edit' | translate }} </h2> -<form class="horizontal-form"> +<form class="form-horizontal"> <div class="control-group row"> <label for="formName" class="col-sm-5 text-right control-label"> {{ 'user.name' | translate }} @@ -55,7 +55,7 @@ <div class="col-sm-1"></div> </div> -<form class="horizontal-form"> +<form class="form-horizontal"> <div class="control-group row"> <label for="formNewPassword" class="col-sm-5 text-right control-label"> {{ 'user.passwordNew' | translate }} -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.