force the options labels small

seems backwards, but the bootstrap 4 docs have <small> and <strong> tags rather than a css class
This commit is contained in:
Andrew Bauer 2020-07-30 09:11:39 -05:00 committed by GitHub
parent 6b303b67d0
commit 68dcc05cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ foreach ( array_map('basename', glob('skins/'.$skin.'/css/*', GLOB_ONLYDIR)) as
$optionPromptText = !empty($OLANG[$shortName])?$OLANG[$shortName]['Prompt']:$value['Prompt'];
?>
<div class="form-group form-row">
<label for="<?php echo $name ?>" class="col-md-4 control-label form-control-sm font-weight-bold text-md-right"><?php echo $shortName ?></label>
<label for="<?php echo $name ?>" class="col-md-4 control-label text-md-right"><small><strong><?php echo $shortName ?></strong></small></label>
<div class="col-md">
<?php
if ( $value['Type'] == 'boolean' ) {