diff --git a/plugins/box/pages/views/backend/index.view.php b/plugins/box/pages/views/backend/index.view.php
index affe6a2..8dc12e1 100755
--- a/plugins/box/pages/views/backend/index.view.php
+++ b/plugins/box/pages/views/backend/index.view.php
@@ -22,10 +22,10 @@
|
|
- |
- |
- |
- |
+ |
+ |
+ |
+ |
|
@@ -60,47 +60,45 @@
echo $dash.Html::anchor(Html::toText($page['title']), $site_url.'/'.$parent.$page['slug'], array('target' => '_blank', 'rel' => 'children_'.$_parent));
?>
-
+ |
|
-
+ |
|
-
+ |
|
-
+ |
|
+
+ 'btn btn-primary')); ?>
+
+
+
-
- 'btn btn-primary')); ?>
-
-
-
-
- 'btn btn-danger btn-actions btn-actions-default', 'onclick' => "return confirmDelete('".__("Delete page: :page", 'pages', array(':page' => Html::toText($page['title'])))."')"));
- ?>
-
+ 'btn btn-danger btn-actions btn-actions-default', 'onclick' => "return confirmDelete('".__("Delete page: :page", 'pages', array(':page' => Html::toText($page['title'])))."')"));
+ ?>
|