diff options
| author | 2013-11-23 17:29:23 +0100 | |
|---|---|---|
| committer | 2013-11-23 17:29:23 +0100 | |
| commit | 6236f2a803185c06331ddd3e5cbdb4499629e1ef (patch) | |
| tree | 4cddfdf0f050408e6c15effd5305df07678aca53 /app/views/configure/display.phtml | |
| parent | de4e9d5a85dfb99dcfe7fac765c5af6cd5b5f720 (diff) | |
Encore des alternatives Unicode aux icônes
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284
Diffstat (limited to 'app/views/configure/display.phtml')
| -rw-r--r-- | app/views/configure/display.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 3595b0003..38f2ee1d5 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -56,7 +56,7 @@ <?php $token = $this->conf->token (); ?> <div class="group-controls"> <input type="text" id="token" name="token" value="<?php echo $token; ?>" placeholder="<?php echo Translate::t ('blank_to_disable'); ?>"/> - <i class="icon i_help"></i> <?php echo Translate::t('explain_token', Url::display(null, 'html', true), $token); ?> + <i class="icon i_help">ⓘ</i> <?php echo Translate::t('explain_token', Url::display(null, 'html', true), $token); ?> </div> </div> @@ -208,7 +208,7 @@ <p><a class="btn" href="<?php echo _url('entry', 'optimize'); ?>"> <?php echo Translate::t('optimize_bdd'); ?> </a></p> - <i class="icon i_help"></i> <?php echo Translate::t('optimize_todo_sometimes'); ?> + <i class="icon i_help">ⓘ</i> <?php echo Translate::t('optimize_todo_sometimes'); ?> </div> </div> |
