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 ''.PHP_EOL; echo ''.$L->g('View').''.PHP_EOL; - echo ''.$L->g('Edit').''.PHP_EOL; + echo ''.$L->g('Edit').''.PHP_EOL; if (count($page->children())==0) { - echo ''.$L->g('Delete').''.PHP_EOL; + echo ''.$L->g('Delete').''.PHP_EOL; } echo ''; @@ -129,8 +129,8 @@ function table($type) { if ($type=='published' || $type=='static' || $type=='sticky') { echo ''.$L->g('View').''.PHP_EOL; } - echo ''.$L->g('Edit').''.PHP_EOL; - echo ''.$L->g('Delete').''.PHP_EOL; + echo ''.$L->g('Edit').''.PHP_EOL; + echo ''.$L->g('Delete').''.PHP_EOL; echo ''; echo ''; @@ -166,9 +166,9 @@ function table($type) { if ($type=='published' || $type=='static' || $type=='sticky') { echo ''.$L->g('View').''.PHP_EOL; } - echo ''.$L->g('Edit').''.PHP_EOL; + echo ''.$L->g('Edit').''.PHP_EOL; if (count($page->children())==0) { - echo ''.$L->g('Delete').''.PHP_EOL; + echo ''.$L->g('Delete').''.PHP_EOL; } echo ''; diff --git a/bl-kernel/admin/views/dashboard.php b/bl-kernel/admin/views/dashboard.php index cdb21944..7ff6296e 100644 --- a/bl-kernel/admin/views/dashboard.php +++ b/bl-kernel/admin/views/dashboard.php @@ -88,7 +88,7 @@ html += '
' + data.text + ' ' + data.type + '
'; html += '
'; html += 'p('view') ?>'; - html += 'p('edit') ?>'; + html += 'p('edit') ?>'; html += '
'; } diff --git a/bl-kernel/admin/views/edit-content.php b/bl-kernel/admin/views/edit-content.php index 2626c011..b0715c04 100644 --- a/bl-kernel/admin/views/edit-content.php +++ b/bl-kernel/admin/views/edit-content.php @@ -51,7 +51,7 @@ echo Bootstrap::formInputHidden(array(
- 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 '
- +
'; diff --git a/bl-kernel/admin/views/new-content.php b/bl-kernel/admin/views/new-content.php index e1b025f1..7aa4b2f2 100644 --- a/bl-kernel/admin/views/new-content.php +++ b/bl-kernel/admin/views/new-content.php @@ -44,7 +44,7 @@ echo Bootstrap::formInputHidden(array(
- p('Publish') ?> + p('Publish') ?>
@@ -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').'':'').'
'; diff --git a/bl-themes/alternative/php/footer.php b/bl-themes/alternative/php/footer.php index 4116c1b1..96b7baa1 100644 --- a/bl-themes/alternative/php/footer.php +++ b/bl-themes/alternative/php/footer.php @@ -1,5 +1,5 @@
-

footer(); ?> Powered by

+

footer(); ?> Powered by

diff --git a/bl-themes/alternative/php/home.php b/bl-themes/alternative/php/home.php index 6d60915a..33f6e990 100644 --- a/bl-themes/alternative/php/home.php +++ b/bl-themes/alternative/php/home.php @@ -12,7 +12,7 @@
- +