diff --git a/admin/admin_settings.php b/admin/admin_settings.php index ef40ccc5..75bc2c8c 100644 --- a/admin/admin_settings.php +++ b/admin/admin_settings.php @@ -3851,7 +3851,7 @@ $modsForHesk_settings = mfh_getSettings();
-
@@ -3946,7 +3946,7 @@ $modsForHesk_settings = mfh_getSettings();

-
@@ -3965,7 +3965,7 @@ $modsForHesk_settings = mfh_getSettings();
-
-
@@ -4001,7 +4001,7 @@ $modsForHesk_settings = mfh_getSettings();
-
@@ -4020,7 +4020,7 @@ $modsForHesk_settings = mfh_getSettings();
-
@@ -4040,17 +4040,28 @@ $modsForHesk_settings = mfh_getSettings();
-
- +
+
+ +

+
+ +
diff --git a/install/mods-for-hesk/sql/installSql.php b/install/mods-for-hesk/sql/installSql.php index 1bfd29eb..18d4adcc 100644 --- a/install/mods-for-hesk/sql/installSql.php +++ b/install/mods-for-hesk/sql/installSql.php @@ -1042,7 +1042,7 @@ function execute310Scripts() { 'text' => $light_theme ? '#444' : '#b8c7ce', 'text_hover' => $light_theme ? '#444' : '#b8c7ce', 'background_hover' => $light_theme ? '#f4f4f5' : '#1e282c', - 'font_weight' => $light_theme ? '600' : 'normal' + 'font_weight' => $light_theme ? 'bold' : 'normal' ); $sidebar_header = array( 'background' => $light_theme ? '#f9fafc' : '#1a2226', diff --git a/language/en/text.php b/language/en/text.php index 0cac0aad..a5ac9b15 100644 --- a/language/en/text.php +++ b/language/en/text.php @@ -2151,6 +2151,10 @@ $hesklang['navbar'] = 'Navigation Bar'; $hesklang['navbar_brand'] = 'Navigation Brand'; $hesklang['sidebar'] = 'Sidebar'; $hesklang['sidebar_header'] = 'Sidebar Header'; +$hesklang['font_weight'] = 'Font Weight'; +$hesklang['font_weight_help'] = 'The font weight for text'; +$hesklang['normal'] = 'Normal'; +$hesklang['bold'] = 'Bold'; // DO NOT CHANGE BELOW