mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
(mvc) add info tag to frontend form definition
This commit is contained in:
parent
4c736c6506
commit
9d12fd35fa
@ -61,6 +61,8 @@ allownew : allow new items (for list) if applicable
|
||||
<br/><a href="#" class="text-danger" id="clear-options" for="{{id}}"><i class="fa fa-times-circle"></i></a><small> Clear All</small>
|
||||
{% elseif type == "dropdown" %}
|
||||
<select {% if size|default(false) %}size="{{size}}"{% endif %} id="{{ id }}" class="{{style|default('selectpicker')}}" data-width="{{width|default("348px")}}"></select>
|
||||
{% elseif type == "info" %}
|
||||
<span id="{{ id }}" />
|
||||
{% endif %}
|
||||
|
||||
{% if help|default(false) %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user