bugfix label text for admin interface
On formInputText it didn't show the label name, because of missing quotes and wrong var name
このコミットが含まれているのは:
コミット
ee21315294
@ -262,7 +262,7 @@ EOF;
|
||||
|
||||
$label = '';
|
||||
if (isset($args['label'])) {
|
||||
$label = '<label for="$id" class="col-sm-2 col-form-label">$label</label>';
|
||||
$label = '<label for="'.$id.'" class="col-sm-2 col-form-label">'.$args['label'].'</label>';
|
||||
}
|
||||
|
||||
$class = 'form-control';
|
||||
|
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする