mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
refatored html code to use proper font-awesome classes
This commit is contained in:
@@ -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>
|
||||
|
@@ -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">
|
||||
|
@@ -50,7 +50,7 @@
|
||||
</div>
|
||||
</form>
|
||||
<div class="well well-small alert-info">
|
||||
<i class="icon icon-info-sign"></i>
|
||||
<i class="icon fa fa-info-circle" aria-hidden="true"></i>
|
||||
<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 }}
|
||||
|
Reference in New Issue
Block a user