From a1c7aa1d461d36472ae99d11b79e40a7df3442a7 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 8 Feb 2014 14:08:51 +0200 Subject: [PATCH] Plugins. README.MD #167 --- .../box/plugins/views/backend/index.view.php | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/plugins/box/plugins/views/backend/index.view.php b/plugins/box/plugins/views/backend/index.view.php index 0c8465b..23fd3c5 100755 --- a/plugins/box/plugins/views/backend/index.view.php +++ b/plugins/box/plugins/views/backend/index.view.php @@ -41,10 +41,14 @@
+ 'btn btn-info', 'data-toggle' => 'modal', 'data-target' => '#readme')); + ?> 'btn btn-danger', 'onclick' => "return confirmDelete('".__('Delete plugin :plugin', 'plugins', array(':plugin' => $plugin['title']))."')")); - ?> + ?>
@@ -99,3 +103,23 @@ + + + + \ No newline at end of file