aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/field_colorinput.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-22 08:37:29 +0000
committerMario <mario@mariovavti.com>2024-03-22 08:37:29 +0000
commit1aeb05628b6a2a069c46980efbe628362c9e3e74 (patch)
treee9aed15d0cd74e0c23dcb05c7be8fe9541efdf36 /view/tpl/field_colorinput.tpl
parent5b7387459cf4de8f7354d81cb0392c4225714d94 (diff)
parentb464fae3bf22585888c5f3def8eded76fd48ed16 (diff)
downloadvolse-hubzilla-9.0.tar.gz
volse-hubzilla-9.0.tar.bz2
volse-hubzilla-9.0.zip
Merge branch '9.0RC'9.0
Diffstat (limited to 'view/tpl/field_colorinput.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>