Author: echatellier Date: 2014-08-22 15:33:51 +0200 (Fri, 22 Aug 2014) New Revision: 586 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/586 Log: Label 'type de demande' Modified: trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuration-input.jsp Modified: trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuration-input.jsp =================================================================== --- trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuration-input.jsp 2014-08-22 13:30:33 UTC (rev 585) +++ trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuration-input.jsp 2014-08-22 13:33:51 UTC (rev 586) @@ -195,7 +195,7 @@ <div class="row"> <div class="col-md-4"> - <h3>Type de document <input type="button" class="btn btn-success btn-xs pull-right" value="Nouveau" ng-click="newDemandType()" /></h3> + <h3>Type de demande <input type="button" class="btn btn-success btn-xs pull-right" value="Nouveau" ng-click="newDemandType()" /></h3> <table class="table table-hover"> <tbody> <tr ng-repeat="demandType in demandTypes" @@ -208,8 +208,8 @@ </div> <div class="col-md-8" ng-if="selectedDemandType"> - <h3>Édition du type de document {{selectedDemandType.label}}</h3> - Champs obligatoires pour le type de document : + <h3>Édition du type de demande {{selectedDemandType.label}}</h3> + Champs obligatoires pour le type de demande : <div class="checkbox" ng-repeat="(mailField,label) in canBeRequiredMailFields"> <label> <input type="checkbox" ng-checked="selectedDemandType.requiredFields.indexOf(mailField) != -1" @@ -223,7 +223,7 @@ </div> </div> <div class="col-md-8" ng-if="!selectedDemandType"> - <em>Sélectionnez un type de document.</em> + <em>Sélectionnez un type de demande.</em> </div> </div>