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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user