diff --git a/bl-kernel/admin/views/content.php b/bl-kernel/admin/views/content.php
index 0815a6c7..f8e24087 100644
--- a/bl-kernel/admin/views/content.php
+++ b/bl-kernel/admin/views/content.php
@@ -98,9 +98,9 @@ function table($type) {
echo '
-
draft() ? $L->g('Draft') : $L->g('Publish')) ?>
+
draft() ? $L->g('Draft') : $L->g('Publish')) ?>
scheduled()) : ?>
p('scheduled') ?>: date(SCHEDULED_DATE_FORMAT) ?>
@@ -489,11 +489,11 @@ foreach ($customFields as $field => $options) {
if ($(this).data("switch") == "publish") {
$(this).html('p('Draft') ?>');
$(this).data("switch", "draft");
- $(this).attr('class', "ml-2 btn-outline-secondary btn");
+ $(this).attr('class', "ms-2 btn-outline-secondary btn");
} else {
$(this).html('p('Publish') ?>');
$(this).data("switch", "publish");
- $(this).attr('class', "ml-2 btn-outline-success btn");
+ $(this).attr('class', "ms-2 btn-outline-success btn");
}
});
diff --git a/bl-kernel/admin/views/login.php b/bl-kernel/admin/views/login.php
index a55aab7d..7ffbee84 100644
--- a/bl-kernel/admin/views/login.php
+++ b/bl-kernel/admin/views/login.php
@@ -28,7 +28,7 @@ echo '
@@ -444,11 +444,11 @@ foreach ($customFields as $field => $options) {
if ($(this).data("switch") == "publish") {
$(this).html('p('Draft') ?>');
$(this).data("switch", "draft");
- $(this).attr('class', "ml-2 btn-outline-secondary btn");
+ $(this).attr('class', "ms-2 btn-outline-secondary btn");
} else {
$(this).html('p('Publish') ?>');
$(this).data("switch", "publish");
- $(this).attr('class', "ml-2 btn-outline-success btn");
+ $(this).attr('class', "ms-2 btn-outline-success btn");
}
});
diff --git a/bl-kernel/admin/views/themes.php b/bl-kernel/admin/views/themes.php
index 8f9066cc..83ec4ffa 100644
--- a/bl-kernel/admin/views/themes.php
+++ b/bl-kernel/admin/views/themes.php
@@ -20,7 +20,7 @@ foreach ($themes as $theme) {
echo '
- '.$theme['name'].($theme['dirname']==$site->theme()?''.$L->g('Active').'':'').'
+ '.$theme['name'].($theme['dirname']==$site->theme()?''.$L->g('Active').'':'').'
|