mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-408 #fix
This commit is contained in:
@@ -42,12 +42,12 @@
|
||||
{% set statusbit = attribute(status, bit) %}
|
||||
<td>
|
||||
{% if statusbit['img_off'] %}
|
||||
<img title='{{ statusbit['labels_off_i18n'][app['locale.I18n']] }}' src='{{ statusbit['img_off'] }}' />
|
||||
<img class="status-img" title='{{ statusbit['labels_off_i18n'][app['locale.I18n']] }}' src='{{ statusbit['img_off'] }}' />
|
||||
{% endif %}
|
||||
{{ statusbit['labels_off_i18n'][app['locale.I18n']] }}
|
||||
/
|
||||
{% if statusbit['img_on'] %}
|
||||
<img title='{{ statusbit['labels_on_i18n'][app['locale.I18n']] }}' src='{{ statusbit['img_on'] }}' />
|
||||
<img class="status-img" title='{{ statusbit['labels_on_i18n'][app['locale.I18n']] }}' src='{{ statusbit['img_on'] }}' />
|
||||
{% endif %}
|
||||
{{ statusbit['labels_on_i18n'][app['locale.I18n']] }}
|
||||
</td>
|
||||
|
@@ -53,7 +53,7 @@
|
||||
<span class="btn btn-success fileinput-button pull-left">
|
||||
<i class="icon-plus icon-white"></i>
|
||||
<span>{% trans %}Select files...{% endtrans %}</span>
|
||||
<input type="file" name="image_off" accept="image/*"/>
|
||||
<input type="file" name="image_off" accept="image/jpg, image/png"/>
|
||||
</span>
|
||||
<div class='thumbnail pull-left' style='height:20px;width:20px;margin-left:10px;'>
|
||||
{% if status['img_off'] is defined and status['img_off'] %}
|
||||
@@ -117,7 +117,7 @@
|
||||
<span class="btn btn-success fileinput-button pull-left">
|
||||
<i class="icon-plus icon-white"></i>
|
||||
<span>{% trans %}Select files...{% endtrans %}</span>
|
||||
<input type="file" name="image_on" accept="image/*"/>
|
||||
<input type="file" name="image_on" accept="image/jpg, image/png"/>
|
||||
</span>
|
||||
<div class='thumbnail pull-left' style='height:20px;width:20px;margin-left:10px'>
|
||||
{% if status['img_on'] is defined and status['img_on'] %}
|
||||
|
@@ -75,3 +75,8 @@ div[id$="_indexed_percent"] {
|
||||
a.btn {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.status-img {
|
||||
max-width: 16px;
|
||||
max-heigh: 16px;
|
||||
}
|
||||
|
@@ -4261,3 +4261,8 @@ ui-dialog-titlebar {
|
||||
#clientModal .close {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#answers .status img {
|
||||
max-width: 16px;
|
||||
max-heigh: 16px;
|
||||
}
|
@@ -4385,3 +4385,8 @@ ui-dialog-titlebar {
|
||||
#clientModal .close {
|
||||
color: #404040;
|
||||
}
|
||||
|
||||
#answers .status img {
|
||||
max-width: 16px;
|
||||
max-heigh: 16px;
|
||||
}
|
Reference in New Issue
Block a user