From 4e0d00c9cadedf1e069adb05b71f74f35dd086ec Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Fri, 10 May 2019 15:08:02 +0200 Subject: [PATCH] Content managment improves in small devices --- bl-kernel/admin/views/content.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bl-kernel/admin/views/content.php b/bl-kernel/admin/views/content.php index 2bfd98ad..bb4cfc6e 100644 --- a/bl-kernel/admin/views/content.php +++ b/bl-kernel/admin/views/content.php @@ -86,9 +86,9 @@ function table($type) { echo ''.$friendlyURL.''; echo ''.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 ''; @@ -109,11 +109,11 @@ function table($type) { '; $friendlyURL = Text::isEmpty($url->filters('page')) ? '/'.$child->key() : '/'.$url->filters('page').'/'.$child->key(); - echo ''.$friendlyURL.''; + echo ''.$friendlyURL.''; echo ''.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 ''; @@ -144,9 +144,9 @@ function table($type) { echo ''.$friendlyURL.''; echo ''.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 '';