Plugins 0.3 - SQL call fix and additional UI controls

This commit is contained in:
Jokob-sk
2023-02-25 12:56:40 +11:00
parent 16d04fe485
commit d0d9a1a65d
5 changed files with 17 additions and 351 deletions

View File

@@ -121,7 +121,7 @@ while ($row = $result -> fetchArray (SQLITE3_ASSOC)) {
// text - textbox
if($set['Type'] == 'text' )
{
$input = '<input class="form-control" onChange="settingsChanged()" input" id="'.$set['Code_Name'].'" value="'.$set['Value'].'"/>';
$input = '<input class="form-control" onChange="settingsChanged()" id="'.$set['Code_Name'].'" value="'.$set['Value'].'"/>';
}
// password - hidden text
elseif ($set['Type'] == 'password')