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

@@ -33,13 +33,17 @@
<div>
<div class="well well-small">
<a target="_blank" href="{{ path('users_import_csv') }}" class="no-ajax"> <i class="icon-share"></i> {{ 'You can download an example by clicking here' | trans }}</a>
<a target="_blank" href="{{ path('users_import_csv') }}" class="no-ajax"> <i class="fa fa-share-square-o"
aria-hidden="true"></i> {{ 'You can download an example by clicking here' | trans }}
</a>
</div>
<div class="well well-small">
<a target="_blank" href="{{ path('users_import_rtf') }}" class="no-ajax"> <i class="icon-share"></i> {{ 'You can download the documentation here' | trans }}</a>
<a target="_blank" href="{{ path('users_import_rtf') }}" class="no-ajax"> <i class="fa fa-share-square-o"
aria-hidden="true"></i> {{ 'You can download the documentation here' | trans }}
</a>
</div>
<span class="btn btn-success fileinput-button">
<i class="icon-plus icon-white"></i>
<i class="fa fa-plus icon-white" aria-hidden="true"></i>
<span>{% trans %}Select files...{% endtrans %}</span>
<input id="fileupload" type="file" name="files" data-url="/admin/users/import/file/" accept="text/csv, text/rtf">
</span>