mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 10:35:27 +00:00
rework previous, expand <a> to text
This commit is contained in:
parent
d71abdf70b
commit
230ac3fb4e
@ -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" %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user