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 609ebba16fca46520ab974ff8b2d86da176527f3 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Feb 2 15:26:07 2015 +0100 fixes #6576 tape enter validate search in referential --- coselmar-ui/src/main/webapp/views/referential/referential.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coselmar-ui/src/main/webapp/views/referential/referential.html b/coselmar-ui/src/main/webapp/views/referential/referential.html index cbb2fc9..00b1554 100644 --- a/coselmar-ui/src/main/webapp/views/referential/referential.html +++ b/coselmar-ui/src/main/webapp/views/referential/referential.html @@ -27,7 +27,7 @@ </div> <!-- Search Line --> - <div class="search-zone"> + <form class="search-zone" role="referentialSearch" ng-submit="searchInReferential()"> <div class="form-group row"> <label class="col-md-2 control-label">{{ 'referential.search.keywords' | translate }}</label> @@ -57,7 +57,7 @@ </div> </div> - </div> + </form> <!-- End Search Line --> <hr/> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.