-
-
- 0) foreach ($categories as $category) { ?>
-
-
-
-
+
+
+
+
+
+
+ 0) foreach ($pages_list as $page) { ?>
+
+
+ 0) foreach ($components_list as $component) { ?>
+
+
+
+
+
+
+
+
+
+
+
+
+ 0) foreach ($categories as $category) { ?>
+
+
+
+
+
+
+
diff --git a/plugins/box/menu/views/backend/index.view.php b/plugins/box/menu/views/backend/index.view.php
index 4ad0886..604ffc0 100644
--- a/plugins/box/menu/views/backend/index.view.php
+++ b/plugins/box/menu/views/backend/index.view.php
@@ -6,10 +6,10 @@
__('Create New Item', 'menu'), 'class' => 'btn btn-small'))
+ Html::anchor(__('Create New Item', 'menu'), 'index.php?id=menu&action=add', array('title' => __('Create New Item', 'menu'), 'class' => 'btn btn-primary'))
);
?>
-
+
__('Create New Item', 'menu'), 'class' => 'btn btn-small'))
+ Html::anchor(__('Create New Item', 'menu'), 'index.php?id=menu&action=add'.$category_to_add , array('title' => __('Create New Item', 'menu'), 'class' => 'btn btn-primary'))
);
?>
@@ -62,10 +62,10 @@
- 'btn btn-small')); ?>
+ 'btn btn-primary')); ?>
'btn btn-small', 'onclick' => "return confirmDelete('".__('Delete item :name', 'menu', array(':name' => $item['name']))."')"));
+ array('class' => 'btn btn-danger', 'onclick' => "return confirmDelete('".__('Delete item :name', 'menu', array(':name' => $item['name']))."')"));
?>
|
diff --git a/plugins/box/pages/views/backend/add.view.php b/plugins/box/pages/views/backend/add.view.php
index 83a0779..e3d2bad 100644
--- a/plugins/box/pages/views/backend/add.view.php
+++ b/plugins/box/pages/views/backend/add.view.php
@@ -121,7 +121,7 @@
?>