From 30456e0a0d09702fab99d09f69eb313aa9bfaadb Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 26 Oct 2012 18:41:08 +0300 Subject: [PATCH] Pages Plugin: code optimizations --- plugins/box/pages/views/backend/index.view.php | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/plugins/box/pages/views/backend/index.view.php b/plugins/box/pages/views/backend/index.view.php index bcb59cb..ce7687c 100755 --- a/plugins/box/pages/views/backend/index.view.php +++ b/plugins/box/pages/views/backend/index.view.php @@ -1,14 +1,11 @@
-


- - __('Create new page', 'pages'), 'class' => 'btn default btn-small')). Html::nbsp(3). @@ -16,7 +13,6 @@ ); ?> -

@@ -35,21 +31,14 @@ foreach ($pages as $page) { if ($page['parent'] != '') { $dash = Html::arrow('right').'  '; } else { $dash = ""; } ?> -
'_blank')); ?> - - '_blank')); ?>