This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.forge.codelutin.com/coselmar.git commit a0245ce7236b961c5615cc2ba7d9fe2b81c6dcf0 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Wed Feb 24 10:57:20 2016 +0100 Suppression d'un message d'avertissement de saisie en anglais qui ne fonctionnait pas correctement --- coselmar-ui/src/main/webapp/views/documents/modalDocumentEdit.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/coselmar-ui/src/main/webapp/views/documents/modalDocumentEdit.html b/coselmar-ui/src/main/webapp/views/documents/modalDocumentEdit.html index 3c9633f..14c6e11 100644 --- a/coselmar-ui/src/main/webapp/views/documents/modalDocumentEdit.html +++ b/coselmar-ui/src/main/webapp/views/documents/modalDocumentEdit.html @@ -27,12 +27,6 @@ <span translate="common.message.mandatoryFieldsInfo" class="marginLeft20"></span> </div> - <div class="cg-notify-message alert-warning" - ng-if="locale != 'en'" - style="visibility: visible;" - translate="common.message.mandatoryInputLanguage"> - </div> - <form class="form-horizontal" name="documentForm" role="form" ng-submit="create(documentForm.$valid)"> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.