aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/field_colorinput.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/field_colorinput.tpl b/view/tpl/field_colorinput.tpl
index f04d70c3e..e6601d69c 100644
--- a/view/tpl/field_colorinput.tpl
+++ b/view/tpl/field_colorinput.tpl
@@ -1,6 +1,6 @@
<div class='mb-3 field input color'>
<label for='id_{{$field.0}}' id='label_{{$field.0}}'>{{$field.1}}</label>
<input class='form-control color' name='{{$field.0}}' id='id_{{$field.0}}' type="text" value="{{$field.2}}">{{if $field.4}} <span class="required">{{$field.4}}</span> {{/if}}
- <span id='help_{{$field.0}}' class='help-block'>{{$field.3}}</span>
+ <small id='help_{{$field.0}}' class='form-text text-muted'>{{$field.3}}</small>
<div id='end_{{$field.0}}' class='field_end'></div>
</div>