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:
@@ -51,7 +51,7 @@
|
||||
</label>
|
||||
<div class="controls clearfix">
|
||||
<span class="btn btn-success fileinput-button pull-left">
|
||||
<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 type="file" name="image_off" accept="image/jpg, image/png"/>
|
||||
</span>
|
||||
@@ -115,7 +115,7 @@
|
||||
</label>
|
||||
<div class="controls clearfix">
|
||||
<span class="btn btn-success fileinput-button pull-left">
|
||||
<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 type="file" name="image_on" accept="image/jpg, image/png"/>
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user