mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Bugfix
This commit is contained in:
@@ -195,16 +195,15 @@ if (!$has_settings) {
|
||||
|
||||
<div class="panel-body">
|
||||
<div class="row">';
|
||||
|
||||
|
||||
foreach ($settings as $setting => $required) {
|
||||
if (empty(setting($setting))) {
|
||||
echo '
|
||||
foreach ($settings as $setting => $required) {
|
||||
if (empty(setting($setting))) {
|
||||
echo '
|
||||
<div class="col-md-6">
|
||||
'.Settings::input($setting, $required).'
|
||||
</div>';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
echo ' </div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user