branch develop updated (491bf7f7 -> c356678a)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 491bf7f7 Use try-with-ressources on all closeables Fix some other Sonar warnings new c356678a Accessibility 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 c356678a5cdc7bfd79aa3eaea2e5c5748949cf9f Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 31 11:46:17 2018 +0100 Accessibility Summary of changes: .../WEB-INF/content/admin/configuration-input.jsp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 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 faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit c356678a5cdc7bfd79aa3eaea2e5c5748949cf9f Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 31 11:46:17 2018 +0100 Accessibility --- .../WEB-INF/content/admin/configuration-input.jsp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuration-input.jsp b/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuration-input.jsp index 1d0990ee..c2c78b98 100644 --- a/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuration-input.jsp +++ b/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuration-input.jsp @@ -217,7 +217,7 @@ <span ng-show="mailField == 'RANGE_ROW'">(<label> <input type="checkbox" ng-model="selectedDemandType.ediTransfer" ng-disabled="selectedDemandType.requiredFields.indexOf(mailField) == -1"/> Autoriser le transfert EDI - <i class="fa fa-info-circle" tooltip="Si cette case est cochée, les demandes valides seront transférées à l'EDI pour le traitement des numéros de commande des gammes, sinon les demandes passerons directement dans le statut 'en cours'. Cette configuration n'est utilisée que si la société autorise également le transfert EDI."></i> + <span class="fa fa-info-circle" tooltip="Si cette case est cochée, les demandes valides seront transférées à l'EDI pour le traitement des numéros de commande des gammes, sinon les demandes passerons directement dans le statut 'en cours'. Cette configuration n'est utilisée que si la société autorise également le transfert EDI."></span> </label>)</span> </div> </div> @@ -270,7 +270,7 @@ onchange="angular.element(this).scope().imageChanged(this)"/> <output> - <img id="stampPreview"/> + <img id="stampPreview" alt="Stamp preview"/> </output> </div> @@ -736,7 +736,7 @@ <hr /> <div class="form-group"> - <label class="control-label">Autoriser le transfert EDI ?</label> <i class="fa fa-info-circle" tooltip="Autorise le transfert des demandes à l'EDI si les demandes utilisent un type de demande qui autorise également le transfert EDI"></i><br /> + <label class="control-label">Autoriser le transfert EDI ?</label> <span class="fa fa-info-circle" tooltip="Autorise le transfert des demandes à l'EDI si les demandes utilisent un type de demande qui autorise également le transfert EDI"></span><br /> <label class="radio-inline"> <input type="radio" ng-model="selectedMailFolder.ediTransfer" ng-value="true"> oui @@ -764,7 +764,7 @@ <div class="input-group" ng-if="selectedMailFolder.useCurrentLevelEdiFolder || !selectedMailFolder.$parent"> <input type="text" class="form-control" ng-model="selectedMailFolder.ediFolder"> <span class="input-group-addon btn btn-info" ng-disabled="!selectedMailFolder.ediFolder" ng-click="checkRemotePath()"> - <i class="fa fa-cogs"></i> Test + <span class="fa fa-cogs"></span> Test </span> </div> </div> @@ -829,7 +829,7 @@ class="form-control" onchange="angular.element(this).scope().imageChanged(this, 'acknowledgementSigning')"/> <output> - <img id="acknowledgementSigningPreview" ng-src="{{selectedMailFolder.acknowledgementSigning}}"/> + <img id="acknowledgementSigningPreview" alt="Aknowledgment Signing Preview" ng-src="{{selectedMailFolder.acknowledgementSigning}}"/> </output> </div> @@ -925,7 +925,7 @@ class="form-control" onchange="angular.element(this).scope().imageChanged(this, 'rejectResponseSigning')"/> <output> - <img id="rejectResponseSigningPreview" ng-src="{{selectedMailFolder.rejectResponseSigning}}"/> + <img id="rejectResponseSigningPreview" alt="Reject response signing preview" ng-src="{{selectedMailFolder.rejectResponseSigning}}"/> </output> </div> </div> @@ -1651,7 +1651,7 @@ </div> </div> <button type="button" class="btn btn-success" ng-disabled="!newFilter.expression || !newFilter.mailFolder" ng-click="addNewFilter(mailFolder)"> - <i class="glyphicon glyphicon-plus"></i> Ajouter + <span class="glyphicon glyphicon-plus"></span> Ajouter </button> </div> </div> @@ -1769,10 +1769,10 @@ <br /> <button type="button" class="btn btn-info" ng-disabled="!newAccount.protocol || !newAccount.host || !newAccount.port || !newAccount.login || addEmailAccountForm.$invalid" ng-click="checkEmailAccount()"> - <i class="fa fa-cogs"></i> Test + <span class="fa fa-cogs"></span> Test </button> <button type="button" class="btn btn-success" ng-disabled="!newAccount.protocol || !newAccount.host || !newAccount.port || !newAccount.login || addEmailAccountForm.$invalid" ng-click="addEmailAccount()"> - <i class="fa fa-plus"></i> Ajouter + <span class="fa fa-plus"></span> Ajouter </button> </div> </div> @@ -1823,7 +1823,7 @@ <div class="form-group col-xs-2"> <br/> <button type="button" class="btn btn-success" ng-disabled="!newBrandsForDomain.domainName || !newBrandsForDomain.brands || newBrandsForDomain.$invalid" ng-click="addBrandsForDomain()"> - <i class="fa fa-plus"></i> Ajouter + <span class="fa fa-plus"></span> Ajouter </button> </div> </div> @@ -1868,7 +1868,7 @@ onchange="angular.element(this).scope().imageChanged(this)"/> <output> - <img id="signingPreview"/> + <img id="signingPreview" alt="Signing preview"/> </output> </div> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm