Organize color theme settings into similar color rows
This commit is contained in:
@@ -19,7 +19,7 @@ require_once "includes/inc_all_admin.php";
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="col-3 text-center mb-3">
|
<div class="col-4 text-center mb-3">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="custom-control custom-radio">
|
<div class="custom-control custom-radio">
|
||||||
<input class="custom-control-input" type="radio" onchange="this.form.submit()" id="customRadio<?php echo $theme_color; ?>" name="edit_theme_settings" value="<?php echo $theme_color; ?>" <?php if ($config_theme == $theme_color) { echo "checked"; } ?>>
|
<input class="custom-control-input" type="radio" onchange="this.form.submit()" id="customRadio<?php echo $theme_color; ?>" name="edit_theme_settings" value="<?php echo $theme_color; ?>" <?php if ($config_theme == $theme_color) { echo "checked"; } ?>>
|
||||||
|
|||||||
+14
-13
@@ -142,21 +142,22 @@ $config_whitelabel_key = $row['config_whitelabel_key'];
|
|||||||
$theme_colors_array = array (
|
$theme_colors_array = array (
|
||||||
'lightblue',
|
'lightblue',
|
||||||
'blue',
|
'blue',
|
||||||
'green',
|
|
||||||
'cyan',
|
'cyan',
|
||||||
'yellow',
|
'green',
|
||||||
'red',
|
'olive',
|
||||||
'black',
|
|
||||||
'gray',
|
|
||||||
'indigo',
|
|
||||||
'navy',
|
|
||||||
'purple',
|
|
||||||
'fuchsia',
|
|
||||||
'pink',
|
|
||||||
'maroon',
|
|
||||||
'orange',
|
|
||||||
'teal',
|
'teal',
|
||||||
'olive'
|
'red',
|
||||||
|
'maroon',
|
||||||
|
'pink',
|
||||||
|
'purple',
|
||||||
|
'indigo',
|
||||||
|
'fuchsia',
|
||||||
|
'yellow',
|
||||||
|
'orange',
|
||||||
|
'yellow',
|
||||||
|
'black',
|
||||||
|
'navy',
|
||||||
|
'gray'
|
||||||
);
|
);
|
||||||
|
|
||||||
$colors_array = array (
|
$colors_array = array (
|
||||||
|
|||||||
Reference in New Issue
Block a user