diff --git a/bl-kernel/admin/themes/booty/css/01-bludit.css b/bl-kernel/admin/themes/booty/css/01-bludit.css index 97f670a7..d165a2e6 100644 --- a/bl-kernel/admin/themes/booty/css/01-bludit.css +++ b/bl-kernel/admin/themes/booty/css/01-bludit.css @@ -36,5 +36,11 @@ div.sidebar .nav-item h4 { text-decoration: underline; } +/** Tables +*/ +tr.disabled{ + filter: blur(1px); + pointer-events: none; +} diff --git a/bl-kernel/admin/themes/booty/css/99-lightmode.css b/bl-kernel/admin/themes/booty/css/99-lightmode.css index dfd99ed3..29e586d8 100644 --- a/bl-kernel/admin/themes/booty/css/99-lightmode.css +++ b/bl-kernel/admin/themes/booty/css/99-lightmode.css @@ -2,12 +2,16 @@ body { background-color: #f1f1f1; } -a { +a, +a.nav-link, +.link { color: #555; } -a.nav-link { - color: #555; +a:hover, +a.nav-link:hover, +.link:hover { + color: #0a58ca; } .form-control:focus, diff --git a/bl-kernel/admin/themes/booty/html/alerts.php b/bl-kernel/admin/themes/booty/html/alerts.php index 42cc2dad..3a10d0e3 100644 --- a/bl-kernel/admin/themes/booty/html/alerts.php +++ b/bl-kernel/admin/themes/booty/html/alerts.php @@ -7,25 +7,25 @@ \ No newline at end of file diff --git a/bl-kernel/admin/views/editor.php b/bl-kernel/admin/views/editor.php index 3c900240..88776ff2 100644 --- a/bl-kernel/admin/views/editor.php +++ b/bl-kernel/admin/views/editor.php @@ -347,8 +347,8 @@
@@ -367,8 +367,8 @@ @@ -397,8 +397,8 @@ @@ -441,8 +441,8 @@ @@ -474,8 +474,8 @@ @@ -494,8 +494,8 @@ diff --git a/bl-kernel/admin/views/login.php b/bl-kernel/admin/views/login.php index 9518c2a6..82af8701 100644 --- a/bl-kernel/admin/views/login.php +++ b/bl-kernel/admin/views/login.php @@ -66,6 +66,6 @@ echo Bootstrap::formOpen(array('name'=>'login')); echo ''; -echo 'Powered by Bludit
' +echo ''.$L->g('Powered by Bludit').'
' ?> \ No newline at end of file diff --git a/bl-kernel/boot/rules/69.pages.php b/bl-kernel/boot/rules/69.pages.php index 58651653..bb256590 100644 --- a/bl-kernel/boot/rules/69.pages.php +++ b/bl-kernel/boot/rules/69.pages.php @@ -41,7 +41,7 @@ if ($pages->scheduler()) { execPluginsByHook('afterPageCreate'); reindexTags(); - reindexCategories(); + reindexCategories(); // Add to syslog $syslog->add(array( diff --git a/bl-languages/en.json b/bl-languages/en.json index 76466321..6b7344bc 100644 --- a/bl-languages/en.json +++ b/bl-languages/en.json @@ -215,6 +215,7 @@ "new-user-created": "New user created", "user-edited": "User edited", "user-deleted": "User deleted", + "page-deleted": "Page deleted", "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", "authentication-token": "Authentication Token", "token": "Token", @@ -399,5 +400,6 @@ "are-you-sure-you-want-to-delete-this-category?": "Are you sure you want to delete this category?", "are-you-sure-you-want-to-change-the-password?": "Are you sure you want to change the password?", "website-plugins": "Website plugins", - "dashboard-plugins": "Dashboard plugins" + "dashboard-plugins": "Dashboard plugins", + "powered-by-bludit": "Powered by Bludit" } \ No newline at end of file diff --git a/bl-plugins/about/plugin.php b/bl-plugins/about/plugin.php index bc3ed6d4..b1205b1b 100644 --- a/bl-plugins/about/plugin.php +++ b/bl-plugins/about/plugin.php @@ -14,11 +14,7 @@ class pluginAbout extends Plugin { { global $L; - $html = '