diff --git a/templates/handlebars/bootstrap/input.hbs b/templates/handlebars/bootstrap/input.hbs index 4c5667fb5..029825d9b 100644 --- a/templates/handlebars/bootstrap/input.hbs +++ b/templates/handlebars/bootstrap/input.hbs @@ -1,4 +1,4 @@ -
+
{{#if label}}{{/if}} {{#if horizontal}}
{{/if}} {{#if hasAside}}
{{/if}} @@ -29,4 +29,4 @@ {{#if feedback}}({{#if validation}}{{validation}}{{/if}}){{/if}} {{#if helptext}}

{{helptext}}

{{/if}} {{#if horizontal}}
{{/if}} -
\ No newline at end of file +
diff --git a/templates/handlebars/bootstrap/textarea.hbs b/templates/handlebars/bootstrap/textarea.hbs index 6ff63973c..2a1d57738 100644 --- a/templates/handlebars/bootstrap/textarea.hbs +++ b/templates/handlebars/bootstrap/textarea.hbs @@ -1,7 +1,7 @@ -
+
{{#if horizontal}}
{{/if}} {{#if helptext}}

{{helptext}}

{{/if}} {{#if horizontal}}
{{/if}} -
\ No newline at end of file +
diff --git a/templates/handlebars/fuelux/checkbox.hbs b/templates/handlebars/fuelux/checkbox.hbs index 2228ec65f..43dcc6238 100644 --- a/templates/handlebars/fuelux/checkbox.hbs +++ b/templates/handlebars/fuelux/checkbox.hbs @@ -1,4 +1,4 @@ -
+
@@ -12,4 +12,4 @@ {{/each}} {{#if helptext}}

{{helptext}}

{{/if}}
-
\ No newline at end of file +
diff --git a/templates/handlebars/fuelux/combobox.hbs b/templates/handlebars/fuelux/combobox.hbs index e6fa49fcb..345b659e6 100644 --- a/templates/handlebars/fuelux/combobox.hbs +++ b/templates/handlebars/fuelux/combobox.hbs @@ -1,4 +1,4 @@ -
+
{{#if horizontal}}
{{/if}} @@ -17,4 +17,4 @@ {{#if feedback}}({{#if validation}}{{validation}}{{/if}}){{/if}} {{#if helptext}}

{{helptext}}

{{/if}} {{#if horizontal}}
{{/if}} -
\ No newline at end of file +
diff --git a/templates/handlebars/fuelux/radio.hbs b/templates/handlebars/fuelux/radio.hbs index 068bb598c..da610f620 100644 --- a/templates/handlebars/fuelux/radio.hbs +++ b/templates/handlebars/fuelux/radio.hbs @@ -1,4 +1,4 @@ -
+
@@ -12,4 +12,4 @@ {{/each}} {{#if helptext}}

{{helptext}}

{{/if}}
-
\ No newline at end of file +
diff --git a/templates/handlebars/fuelux/selectlist.hbs b/templates/handlebars/fuelux/selectlist.hbs index 97f987a84..592e9112c 100644 --- a/templates/handlebars/fuelux/selectlist.hbs +++ b/templates/handlebars/fuelux/selectlist.hbs @@ -1,4 +1,4 @@ -
+
@@ -16,4 +16,4 @@
{{#if helptext}}

{{helptext}}

{{/if}}
-
\ No newline at end of file +
diff --git a/templates/handlebars/fuelux/spinbox.hbs b/templates/handlebars/fuelux/spinbox.hbs index 5abab7849..2c5565f17 100644 --- a/templates/handlebars/fuelux/spinbox.hbs +++ b/templates/handlebars/fuelux/spinbox.hbs @@ -1,4 +1,4 @@ -
+
@@ -15,4 +15,4 @@
{{#if helptext}}

{{helptext}}

{{/if}}
-
\ No newline at end of file +
diff --git a/templates/underscore/bootstrap/input.html b/templates/underscore/bootstrap/input.html index 2b717a7bc..ef00c4d1c 100644 --- a/templates/underscore/bootstrap/input.html +++ b/templates/underscore/bootstrap/input.html @@ -1,8 +1,8 @@ -
+
<% if(horizontal) {%>
<% } %> required <% } %><% if(readonly) {%> readonly <% } %><% if(isDisabled) {%> disabled <% } %>> <% if (helptext.length > 0) { %>

<%= helptext %>

<% } %> <% if(horizontal) {%>
<% } %> -
\ No newline at end of file +
diff --git a/templates/underscore/bootstrap/textarea.html b/templates/underscore/bootstrap/textarea.html index 7e907bec0..0012caad7 100644 --- a/templates/underscore/bootstrap/textarea.html +++ b/templates/underscore/bootstrap/textarea.html @@ -1,5 +1,5 @@ -
+
<% if(horizontal) {%>
<% } %> diff --git a/templates/underscore/fuelux/checkboxes.html b/templates/underscore/fuelux/checkboxes.html index b1be18f1d..aeb93469e 100644 --- a/templates/underscore/fuelux/checkboxes.html +++ b/templates/underscore/fuelux/checkboxes.html @@ -1,5 +1,5 @@ -
+
<% _.each(checkboxes, function(checkbox, i){ %>
@@ -10,4 +10,4 @@
<% }); %> <% if (helptext.length > 0) { %>

<%= helptext %>

<% } %>
-
\ No newline at end of file +
diff --git a/templates/underscore/fuelux/input-with-combobox.html b/templates/underscore/fuelux/input-with-combobox.html index 8035f30e4..50651cc86 100644 --- a/templates/underscore/fuelux/input-with-combobox.html +++ b/templates/underscore/fuelux/input-with-combobox.html @@ -1,5 +1,5 @@ -
+
<% if(horizontal) {%>
<% } %>
input-append<% } else { %>input-prepend<% } %> dropdown combobox<% if(inputsize.length > 0) {%> input-group-<%= inputsize %><% } %>" data-initialize="combobox" id="<%= id %>"> @@ -14,4 +14,4 @@
<% if (helptext.length > 0) { %>

<%= helptext %>

<% } %> <% if(horizontal) {%>
<% } %> -
\ No newline at end of file +
diff --git a/templates/underscore/fuelux/radios.html b/templates/underscore/fuelux/radios.html index 505a4cf58..8e7b4329d 100644 --- a/templates/underscore/fuelux/radios.html +++ b/templates/underscore/fuelux/radios.html @@ -1,5 +1,5 @@ -
+
<% _.each(radios, function(radio, i){ %>
@@ -10,4 +10,4 @@
<% }); %> <% if (helptext.length > 0) { %>

<%= helptext %>

<% } %>
-
\ No newline at end of file +
diff --git a/templates/underscore/fuelux/selectlist.html b/templates/underscore/fuelux/selectlist.html index 1de400375..649905979 100644 --- a/templates/underscore/fuelux/selectlist.html +++ b/templates/underscore/fuelux/selectlist.html @@ -1,5 +1,5 @@ -
+
@@ -15,4 +15,4 @@
<% if (helptext.length > 0) { %>

<%= helptext %>

<% } %>
-
\ No newline at end of file +
diff --git a/templates/underscore/fuelux/spinbox.html b/templates/underscore/fuelux/spinbox.html index 32346f38b..7da427148 100644 --- a/templates/underscore/fuelux/spinbox.html +++ b/templates/underscore/fuelux/spinbox.html @@ -1,5 +1,5 @@ -
+
class="col-sm-10"<% } %>>
@@ -15,4 +15,4 @@
<% if (helptext.length > 0) { %>

<%= helptext %>

<% } %>
-
\ No newline at end of file +