* adjust for style.

This commit is contained in:
wangyidong
2019-11-07 11:31:33 +08:00
parent a5411a8aca
commit c628ea60ef
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<table class='table table-form'>
<tr>
<th class='w-300px'><?php echo $lang->custom->scoreTitle;?></th>
<td class='w-120px text-center'>
<td class='w-150px text-center'>
<?php $checkedKey = isset($config->global->scoreStatus) ? $config->global->scoreStatus : 0;?>
<?php foreach($lang->custom->scoreStatus as $key => $value):?>
<label class="radio-inline"><input type="radio" name="score" value="<?php echo $key?>"<?php echo $key == $checkedKey ? " checked='checked'" : ''?> id="score<?php echo $key;?>"><?php echo $value;?></label>