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 8500e9048a7486bbe6297736d9fbe205949c1770 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Wed Dec 2 10:35:03 2015 +0100 Remove james.bond@mi6.org from placeholders --- coselmar-ui/src/main/webapp/views/users/newPassword.html | 2 +- coselmar-ui/src/main/webapp/views/users/searchPart.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/coselmar-ui/src/main/webapp/views/users/newPassword.html b/coselmar-ui/src/main/webapp/views/users/newPassword.html index f97b6e5..82fee7f 100644 --- a/coselmar-ui/src/main/webapp/views/users/newPassword.html +++ b/coselmar-ui/src/main/webapp/views/users/newPassword.html @@ -41,7 +41,7 @@ <label class="control-label">{{ 'user.message.enterMail' | translate }}</label> <input type="email" class="form-control" name="mail" - placeholder="james.bond@mi6.org" ng-model="mail" required/> + placeholder="nom@ifremer.fr" ng-model="mail" required/> </div> diff --git a/coselmar-ui/src/main/webapp/views/users/searchPart.html b/coselmar-ui/src/main/webapp/views/users/searchPart.html index bd65cfc..f972776 100644 --- a/coselmar-ui/src/main/webapp/views/users/searchPart.html +++ b/coselmar-ui/src/main/webapp/views/users/searchPart.html @@ -66,17 +66,17 @@ <label class="col-md-1 control-label">{{ 'user.metadata.name' | translate }}</label> <div class="col-md-2"> - <input class="form-control" type="search" class="form-control" placeholder="Bond" ng-model="example.name" /> + <input class="form-control" type="search" class="form-control" placeholder="Nom" ng-model="example.name" /> </div> <label class="col-md-1 control-label">{{ 'user.metadata.firstName' | translate }}</label> <div class="col-md-2"> - <input class="form-control" type="search" class="form-control" placeholder="James" ng-model="example.firstName" /> + <input class="form-control" type="search" class="form-control" placeholder="Prénom" ng-model="example.firstName" /> </div> <label class="col-md-1 control-label">{{ 'user.metadata.mail' | translate }}</label> <div class="col-md-2"> - <input class="form-control" type="search" class="form-control" placeholder="james.bond@mi6.org" ng-model="example.mail" /> + <input class="form-control" type="search" class="form-control" placeholder="nom@ifremer.fr" ng-model="example.mail" /> </div> <label class="col-md-1 control-label">{{ 'user.metadata.role' | translate }}</label> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.