From 10bc30112f66be58518b80a7fa9e40a73c3eb431 Mon Sep 17 00:00:00 2001 From: danpros Date: Mon, 11 Nov 2024 13:04:17 +0700 Subject: [PATCH] Sidebar always dark + add missing lang string --- lang/ar_AR.ini | 3 +++ lang/da_DK.ini | 3 +++ lang/de_DE.ini | 3 +++ lang/de_DE_gender_doppelpunkt.ini | 3 +++ lang/de_DE_gender_dudenkonform.ini | 3 +++ lang/el_GR.ini | 3 +++ lang/en_US.ini | 2 +- lang/es_ES.ini | 3 +++ lang/fa_IR.ini | 3 +++ lang/fr_FR.ini | 3 +++ lang/gu_GU.ini | 3 +++ lang/hi_HI.ini | 3 +++ lang/hr_HR.ini | 3 +++ lang/hu_HU.ini | 3 +++ lang/id_ID.ini | 3 +++ lang/ko_KO.ini | 3 +++ lang/ms_MY.ini | 3 +++ lang/nl_NL.ini | 3 +++ lang/pl_PL.ini | 3 +++ lang/pt_BR.ini | 3 +++ lang/ru_RU.ini | 3 +++ lang/sv_SE.ini | 3 +++ lang/tr_TR.ini | 4 +++- lang/uk_UA.ini | 3 +++ lang/zh_CN.ini | 3 +++ lang/zh_TW.ini | 3 +++ system/admin/views/add-content.html.php | 2 +- system/admin/views/layout.html.php | 3 ++- system/resources/css/adminlte.min.css | 2 +- 29 files changed, 80 insertions(+), 5 deletions(-) diff --git a/lang/ar_AR.ini b/lang/ar_AR.ini index c15bf30..132fedb 100644 --- a/lang/ar_AR.ini +++ b/lang/ar_AR.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/da_DK.ini b/lang/da_DK.ini index 5c9224e..94499f9 100644 --- a/lang/da_DK.ini +++ b/lang/da_DK.ini @@ -332,3 +332,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/de_DE.ini b/lang/de_DE.ini index 440368b..2ac54ed 100644 --- a/lang/de_DE.ini +++ b/lang/de_DE.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/de_DE_gender_doppelpunkt.ini b/lang/de_DE_gender_doppelpunkt.ini index 74cc861..68ca949 100644 --- a/lang/de_DE_gender_doppelpunkt.ini +++ b/lang/de_DE_gender_doppelpunkt.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/de_DE_gender_dudenkonform.ini b/lang/de_DE_gender_dudenkonform.ini index c134f7c..4a8d720 100644 --- a/lang/de_DE_gender_dudenkonform.ini +++ b/lang/de_DE_gender_dudenkonform.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/el_GR.ini b/lang/el_GR.ini index cb21b47..bf5ed33 100644 --- a/lang/el_GR.ini +++ b/lang/el_GR.ini @@ -323,3 +323,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/en_US.ini b/lang/en_US.ini index 0c988f3..dd0c96c 100644 --- a/lang/en_US.ini +++ b/lang/en_US.ini @@ -323,4 +323,4 @@ rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" admin_theme = "Admin theme" admin_theme_light = "Light" -admin_theme_dark = "Dark" \ No newline at end of file +admin_theme_dark = "Dark" diff --git a/lang/es_ES.ini b/lang/es_ES.ini index b000030..830ae2c 100644 --- a/lang/es_ES.ini +++ b/lang/es_ES.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/fa_IR.ini b/lang/fa_IR.ini index d219f55..7a2b523 100644 --- a/lang/fa_IR.ini +++ b/lang/fa_IR.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/fr_FR.ini b/lang/fr_FR.ini index 1ebadd1..c2e341f 100644 --- a/lang/fr_FR.ini +++ b/lang/fr_FR.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/gu_GU.ini b/lang/gu_GU.ini index 162bf5d..8fde608 100644 --- a/lang/gu_GU.ini +++ b/lang/gu_GU.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/hi_HI.ini b/lang/hi_HI.ini index 433bbfc..acec68c 100644 --- a/lang/hi_HI.ini +++ b/lang/hi_HI.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/hr_HR.ini b/lang/hr_HR.ini index 0386862..0a93dd9 100644 --- a/lang/hr_HR.ini +++ b/lang/hr_HR.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/hu_HU.ini b/lang/hu_HU.ini index 0bba601..d6841a3 100644 --- a/lang/hu_HU.ini +++ b/lang/hu_HU.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/id_ID.ini b/lang/id_ID.ini index 67c6910..118859d 100644 --- a/lang/id_ID.ini +++ b/lang/id_ID.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/ko_KO.ini b/lang/ko_KO.ini index caa5bab..ad020e0 100644 --- a/lang/ko_KO.ini +++ b/lang/ko_KO.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/ms_MY.ini b/lang/ms_MY.ini index 27b2d57..384d92c 100644 --- a/lang/ms_MY.ini +++ b/lang/ms_MY.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/nl_NL.ini b/lang/nl_NL.ini index 156f649..ff808cf 100644 --- a/lang/nl_NL.ini +++ b/lang/nl_NL.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/pl_PL.ini b/lang/pl_PL.ini index 2dca568..b022fbd 100644 --- a/lang/pl_PL.ini +++ b/lang/pl_PL.ini @@ -322,3 +322,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/pt_BR.ini b/lang/pt_BR.ini index db92483..297ad49 100644 --- a/lang/pt_BR.ini +++ b/lang/pt_BR.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/ru_RU.ini b/lang/ru_RU.ini index 453ff9a..5bd8cc5 100644 --- a/lang/ru_RU.ini +++ b/lang/ru_RU.ini @@ -322,3 +322,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/sv_SE.ini b/lang/sv_SE.ini index 2bede78..2395ac4 100644 --- a/lang/sv_SE.ini +++ b/lang/sv_SE.ini @@ -333,3 +333,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/tr_TR.ini b/lang/tr_TR.ini index a600db6..e937e3f 100644 --- a/lang/tr_TR.ini +++ b/lang/tr_TR.ini @@ -321,4 +321,6 @@ msg_error_field_req_feedurl = "Besleme URL'sini belirtmeniz gerekiyor." rss_feeds_description_select = "RSS Açıklaması" rss_description_body = "Gönderi Metni" rss_description_meta = "Gönderi Meta Açıklaması" - +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/uk_UA.ini b/lang/uk_UA.ini index 51db97c..62ec836 100644 --- a/lang/uk_UA.ini +++ b/lang/uk_UA.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/zh_CN.ini b/lang/zh_CN.ini index 297c819..9045b97 100644 --- a/lang/zh_CN.ini +++ b/lang/zh_CN.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "You need to specify the feed url." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/lang/zh_TW.ini b/lang/zh_TW.ini index 8fba911..6bc5a60 100644 --- a/lang/zh_TW.ini +++ b/lang/zh_TW.ini @@ -321,3 +321,6 @@ msg_error_field_req_feedurl = "您需指定 Feed 網址." rss_feeds_description_select = "RSS Description" rss_description_body = "Post Body" rss_description_meta = "Post Meta Description" +admin_theme = "Admin theme" +admin_theme_light = "Light" +admin_theme_dark = "Dark" diff --git a/system/admin/views/add-content.html.php b/system/admin/views/add-content.html.php index a36b980..e3bb395 100644 --- a/system/admin/views/add-content.html.php +++ b/system/admin/views/add-content.html.php @@ -195,7 +195,7 @@ $( function() {

-
" style="width:100%;overflow:auto;">" style="width:100%;overflow:auto;">
diff --git a/system/admin/views/layout.html.php b/system/admin/views/layout.html.php index 2941b40..3dfbf1a 100644 --- a/system/admin/views/layout.html.php +++ b/system/admin/views/layout.html.php @@ -54,7 +54,7 @@ if (isset($_GET['search'])) { -