diff options
author | Mario <mario@mariovavti.com> | 2024-02-13 12:28:11 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-02-13 12:28:11 +0000 |
commit | 2c93294eea4f6daa7e449c13f61b8398ac937aa0 (patch) | |
tree | ae03f4d8587cbd28095eb7e39efa2cdbeaab84d6 /view/tpl | |
parent | 316829269a06e4a9d7a0ece82a2f093398884035 (diff) | |
download | volse-hubzilla-2c93294eea4f6daa7e449c13f61b8398ac937aa0.tar.gz volse-hubzilla-2c93294eea4f6daa7e449c13f61b8398ac937aa0.tar.bz2 volse-hubzilla-2c93294eea4f6daa7e449c13f61b8398ac937aa0.zip |
scss: show current color and add some help text
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/field_colorinput.tpl | 2 |
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> |