(mvc) add info tag to frontend form definition

This commit is contained in:
Ad Schellevis 2015-06-12 16:13:00 +02:00
parent 4c736c6506
commit 9d12fd35fa

View File

@ -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) %}