1
0
Fork 0

Add conditional help text for disabled fields

This commit is contained in:
Philipp Holzer 2023-03-26 13:39:11 +02:00
commit fa9c3d40be
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
6 changed files with 11 additions and 6 deletions

View file

@ -2,6 +2,7 @@
<h1>{{$title}} - {{$page}}</h1>
<h2>{{$label_current}}: <b>{{$storagebackend}}</b></h2>
{{$storagebackend_ro_txt nofilter}}
<h2>{{$label_config}}</h2>

View file

@ -5,6 +5,9 @@
<div class="well well-lg">
{{$label_current}}: <b>{{$storagebackend}}</b>
{{if $storagebackend_ro_txt}}
<p><p><i>{{$storagebackend_ro_txt nofilter}}</i>
{{/if}}
</div>
<h2>{{$label_config}}</h2>