refatored html code to use proper font-awesome classes

This commit is contained in:
Mike Ng
2018-01-19 13:32:20 +04:00
parent 431d9dc46a
commit 802c52d7ff
51 changed files with 233 additions and 172 deletions

View File

@@ -181,7 +181,7 @@
{% set TOU = attribute(baseInfo["config"]["cgu"], app['locale']) %}
<tr>
<td colspan="3" style="text-align: center;">
<i class="icon-warning"></i>
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
<h4>{{ "Access to the above bases constitutes acceptance of the following Terms of Use (TOU)." | trans }}</h4>
</td>
</tr>

View File

@@ -32,11 +32,11 @@
</div>
<div class="row-fluid">
<div class="span12">
{{ auth_macro.fieldInput(form.oldPassword, "passwordChangeForm", 'icon-lock') }}
{{ auth_macro.fieldInput(form.oldPassword, "passwordChangeForm", 'fa fa-lock') }}
</div>
</div>
{{ auth_macro.repeatedInput(form.password, "passwordChangeForm", 'icon-lock') }}
{{ auth_macro.repeatedInput(form.password, "passwordChangeForm", 'fa fa-lock') }}
{{ form_rest(form) }}
<div class="row-fluid">

View File

@@ -50,7 +50,7 @@
</div>
</form>
<div class="well well-small alert-info">
<i class="icon icon-info-sign"></i> &nbsp;
<i class="icon fa fa-info-circle" aria-hidden="true"></i> &nbsp;
<b>{{ "admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ?" | trans }}</b>
<br />
{{ "admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer." | trans }}