adjust column widths on options
This commit is contained in:
parent
aa3b48e7c0
commit
484051a191
|
@ -440,8 +440,8 @@ foreach ( array_map('basename', glob('skins/'.$skin.'/css/*', GLOB_ONLYDIR)) as
|
||||||
$optionPromptText = !empty($OLANG[$shortName])?$OLANG[$shortName]['Prompt']:$value['Prompt'];
|
$optionPromptText = !empty($OLANG[$shortName])?$OLANG[$shortName]['Prompt']:$value['Prompt'];
|
||||||
?>
|
?>
|
||||||
<div class="form-group form-row">
|
<div class="form-group form-row">
|
||||||
<label for="<?php echo $name ?>" class="col-sm-3 control-label form-control-sm font-weight-bold text-right"><?php echo $shortName ?></label>
|
<label for="<?php echo $name ?>" class="col-md-4 control-label form-control-sm font-weight-bold text-md-right"><?php echo $shortName ?></label>
|
||||||
<div class="col-sm-6">
|
<div class="col-md-6">
|
||||||
<?php
|
<?php
|
||||||
if ( $value['Type'] == 'boolean' ) {
|
if ( $value['Type'] == 'boolean' ) {
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue