Commit b224831e authored by Ad Schellevis's avatar Ad Schellevis

change style default input row

parent af967148
<tr for="{{ id }}">
<td >
<label class="control-label" for="{{ id }}">{{label}}</label>
<div class="control-label" for="{{ id }}">
{{label}}
{% if help|default(false) %} <a id="help_for_{{ id }}" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> {% endif %}
</div>
</td>
<td >
{% if type == "text" %}
......@@ -11,10 +14,10 @@
{% if help|default(false) %}
<br/>
<small>{{help}}</small>
<small class="hidden" for="help_for_{{ id }}" >{{help}}</small>
{% endif %}
</td>
<td>
<span class="help-block" for="{{ id }}"></span>
<span class="help-block" for="{{ id }}" ></span>
</td>
</tr>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment