mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
adressed @romainneutron's comments
This commit is contained in:

committed by
Romain Neutron

parent
f47bbcd73e
commit
dd3218cf9d
@@ -52,7 +52,7 @@
|
||||
<div class="controls clearfix">
|
||||
<span class="btn btn-success fileinput-button pull-left">
|
||||
<i class="icon-plus icon-white"></i>
|
||||
<span>{% trans %}Select files{% endtrans %}...</span>
|
||||
<span>{% trans %}Select files...{% endtrans %}</span>
|
||||
<input type="file" name="image_off" accept="image/*"/>
|
||||
</span>
|
||||
<div class='thumbnail pull-left' style='height:20px;width:20px;margin-left:10px;'>
|
||||
@@ -116,7 +116,7 @@
|
||||
<div class="controls clearfix">
|
||||
<span class="btn btn-success fileinput-button pull-left">
|
||||
<i class="icon-plus icon-white"></i>
|
||||
<span>{% trans %}Select files{% endtrans %}...</span>
|
||||
<span>{% trans %}Select files...{% endtrans %}</span>
|
||||
<input type="file" name="image_on" accept="image/*"/>
|
||||
</span>
|
||||
<div class='thumbnail pull-left' style='height:20px;width:20px;margin-left:10px'>
|
||||
|
Reference in New Issue
Block a user