Commit b224831e authored by Ad Schellevis's avatar Ad Schellevis

change style default input row

parent af967148
<tr for="{{ id }}"> <tr for="{{ id }}">
<td > <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>
<td > <td >
{% if type == "text" %} {% if type == "text" %}
...@@ -11,10 +14,10 @@ ...@@ -11,10 +14,10 @@
{% if help|default(false) %} {% if help|default(false) %}
<br/> <br/>
<small>{{help}}</small> <small class="hidden" for="help_for_{{ id }}" >{{help}}</small>
{% endif %} {% endif %}
</td> </td>
<td> <td>
<span class="help-block" for="{{ id }}"></span> <span class="help-block" for="{{ id }}" ></span>
</td> </td>
</tr> </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