[mod] hide hidden fields

This commit is contained in:
Laurent Peuch 2019-06-25 05:39:25 +02:00
parent ab6ad1e235
commit 8e4fcd24d6
2 changed files with 5 additions and 1 deletions

View file

@ -617,6 +617,10 @@ input[type='radio'].nice-radio {
width: auto;
}
.input-hidden {
display: none;
}
.alert-debug {
background-color: white;
}

View file

@ -34,7 +34,7 @@
<div class="panel-heading"><h3 class="panel-title">{{name}} <small>{{help}}</small></h3></div>
<div class="panel-body">
{{#options}}
<div class="form-group">
<div class="form-group input-{{inputType}}">
<label for="{{name}}" class="col-sm-2 control-label">{{label}}</label>
<div class="col-sm-10">