]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/field_textarea.tpl
Merge branch 'bug/phpinfo-accessible-hotfix' into develop
[friendica.git] / view / theme / frio / templates / field_textarea.tpl
index 769a8357aefd5d4d32dfeb55918c1c9c384d0cf2..a20d8f4ce73dbef7f40573269167332aee6b1dcf 100644 (file)
@@ -1,6 +1,7 @@
-
        <div class="form-group field textarea">
+       {{if $field.1}}
                <label for="id_{{$field.0}}">{{$field.1}}</label>
+       {{/if}}
                <textarea class="form-control text-autosize" name="{{$field.0}}" id="id_{{$field.0}}" {{if $field.4}}{{$field.4 nofilter}}{{/if}} aria-describedby="{{$field.0}}_tip">{{$field.2}}</textarea>
        {{if $field.3}}
                <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>