1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Miglioramenti minori

This commit is contained in:
Thomas Zilio
2018-09-07 16:19:16 +02:00
parent 2c421dc85d
commit 0bb64a00f2
3 changed files with 15 additions and 8 deletions

View File

@@ -179,7 +179,7 @@ if (!$has_settings) {
foreach ($settings as $setting) {
echo '
<div class="col-md-6">
'.Settings::input($setting).'
'.Settings::input($setting, true).'
</div>';
}