|
|
@ -388,7 +388,7 @@ if (!$isConfig and $hasSupplier) { |
|
|
|
<div class="btn-group" role="group"> |
|
|
|
<?php foreach ($config[$supplier]['choices'] as $index => $choice) : ?>
|
|
|
|
<input type="radio" class="btn-check" id="<?php printf('option%d', $index); ?>" autocomplete="off" name="choice" value="<?php echo $choice; ?>" /> |
|
|
|
<label class="btn btn-outline-secondary" for="<?php printf('option%d', $index); ?>"><?php echo $choice; ?></label>
|
|
|
|
<label class="btn btn-outline-light" for="<?php printf('option%d', $index); ?>"><?php echo $choice; ?></label>
|
|
|
|
<?php endforeach; ?>
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|