branch develop updated (45aa015 -> fb41442)
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 45aa015 Add presentation text in home page even if connected internal-test #6741 Add a "DELETED" status for questions that are removed, to be able to filter on it if needed Filter on status "in progress" in home last projects list new fb41442 Fix some missing translations for submit button internal-test #6743 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 fb41442f979e6fcb56c735c96189b3376227ada2 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Mar 2 15:24:53 2015 +0100 Fix some missing translations for submit button internal-test #6743 Summary of changes: coselmar-ui/src/main/webapp/views/documents/editDocument.html | 4 ++-- coselmar-ui/src/main/webapp/views/documents/modalDocumentEdit.html | 2 +- coselmar-ui/src/main/webapp/views/documents/newdocument.html | 2 +- coselmar-ui/src/main/webapp/views/users/edituser.html | 2 +- 4 files changed, 5 insertions(+), 5 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 fb41442f979e6fcb56c735c96189b3376227ada2 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Mar 2 15:24:53 2015 +0100 Fix some missing translations for submit button internal-test #6743 --- coselmar-ui/src/main/webapp/views/documents/editDocument.html | 4 ++-- coselmar-ui/src/main/webapp/views/documents/modalDocumentEdit.html | 2 +- coselmar-ui/src/main/webapp/views/documents/newdocument.html | 2 +- coselmar-ui/src/main/webapp/views/users/edituser.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/coselmar-ui/src/main/webapp/views/documents/editDocument.html b/coselmar-ui/src/main/webapp/views/documents/editDocument.html index 9e17d46..afc4e2f 100644 --- a/coselmar-ui/src/main/webapp/views/documents/editDocument.html +++ b/coselmar-ui/src/main/webapp/views/documents/editDocument.html @@ -195,7 +195,7 @@ </div> <div class="col-md-1"> - <button type="button" class="btn btn-primary" value="add" + <button type="button" class="btn btn-primary" value="{{ 'common.button.add' | translate}}" ng-click="addKeyword(toAddKeyword); toAddKeyword=''">{{ 'common.button.add' | translate }}</button> </div> @@ -297,7 +297,7 @@ <div class="text-center help-block">{{ 'common.message.missingMandatoryFields' | translate }}</div> </div> <div class="actions"> - <input type="submit" value="Submit" class="btn btn-action btn-success" + <input type="submit" value="{{ 'common.button.validate' | translate}}" class="btn btn-action btn-success" ng-click="saveDocument()" ng-disabled="documentForm.$invalid || keywordsError" /> </div> </div> diff --git a/coselmar-ui/src/main/webapp/views/documents/modalDocumentEdit.html b/coselmar-ui/src/main/webapp/views/documents/modalDocumentEdit.html index 3099f41..95d6a5b 100644 --- a/coselmar-ui/src/main/webapp/views/documents/modalDocumentEdit.html +++ b/coselmar-ui/src/main/webapp/views/documents/modalDocumentEdit.html @@ -284,7 +284,7 @@ <div class="modal-footer"> <button class="btn btn-action btn-disable" ng-click="cancel()">{{ 'common.button.cancel' | translate }}</button> - <input type="submit" value="Submit" class="btn btn-action btn-success float-right" + <input type="submit" value="{{ 'common.button.validate' | translate}}" class="btn btn-action btn-success float-right" ng-disabled="documentForm.$invalid || keywordsError || (!document.externalUrl && !upload.file)" /> </div> diff --git a/coselmar-ui/src/main/webapp/views/documents/newdocument.html b/coselmar-ui/src/main/webapp/views/documents/newdocument.html index f4e1048..7e29535 100644 --- a/coselmar-ui/src/main/webapp/views/documents/newdocument.html +++ b/coselmar-ui/src/main/webapp/views/documents/newdocument.html @@ -287,7 +287,7 @@ </div> <div class="form-group actions" ng-if="privacy != 'RESTRICTED'"> - <input type="submit" value="Submit" class="btn btn-action" + <input type="submit" value="{{ 'common.button.validate' | translate}}" class="btn btn-action" ng-disabled="documentForm.$invalid || keywordsError || (!document.externalUrl && !upload.file)"/> </div> </form> diff --git a/coselmar-ui/src/main/webapp/views/users/edituser.html b/coselmar-ui/src/main/webapp/views/users/edituser.html index 144d42e..2d0ee19 100644 --- a/coselmar-ui/src/main/webapp/views/users/edituser.html +++ b/coselmar-ui/src/main/webapp/views/users/edituser.html @@ -183,7 +183,7 @@ <div class="actions"> - <input type="submit" value="Validate" class="btn btn-action" ng-disabled="userForm.$invalid"/> + <input type="submit" value="{{ 'common.button.validate' | translate}}" class="btn btn-action" ng-disabled="userForm.$invalid"/> </div> </form> </div> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm