rework previous, expand <a> to text

This commit is contained in:
Ad Schellevis 2018-05-29 14:42:03 +02:00
parent d71abdf70b
commit 230ac3fb4e

View File

@ -70,7 +70,7 @@
data-live-search="true"
{% if separator|default(false) %}data-separator="{{separator}}"{% endif %}
></select>
<br/><a href="#" class="text-danger" id="clear-options_{{ id }}"><i class="fa fa-times-circle"></i></a> <small>{{ lang._('Clear All') }}</small>
<br/><a href="#" class="text-danger" id="clear-options_{{ id }}"><i class="fa fa-times-circle"></i> <small>{{ lang._('Clear All') }}</small></a>
{% elseif type == "dropdown" %}
<select {% if size|default(false) %}size="{{size}}"{% endif %} id="{{ id }}" class="{{style|default('selectpicker')}}" data-width="{{width|default("334px")}}"></select>
{% elseif type == "password" %}