mirror of https://github.com/Aidaho12/haproxy-wi
parent
95227a8016
commit
804553ff64
|
@ -12,7 +12,7 @@
|
||||||
{% if name == '' %}
|
{% if name == '' %}
|
||||||
{% set name = id %}
|
{% set name = id %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<label for="{{id}}" title="{{title}}">{{desc}}</label><input name="{{name}}" type="checkbox" id="{{id}}" value="{{value|e}}" {{checked}} />
|
<label for="{{id}}" title="{{title}}" class="{{id}}">{{desc}}</label><input name="{{name}}" type="checkbox" id="{{id}}" value="{{value|e}}" {{checked}} />
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
|
||||||
{%- macro select(id, values, name='', required='', first='', class='', selected='') -%}
|
{%- macro select(id, values, name='', required='', first='', class='', selected='') -%}
|
||||||
|
|
Loading…
Reference in New Issue