From 0545f30629530154122732d204aa4cbaa772f69d Mon Sep 17 00:00:00 2001 From: fBrignoli Date: Fri, 1 Jun 2012 07:32:03 +0000 Subject: [PATCH] // toolbar --- controllers/admin/AdminBackupController.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/controllers/admin/AdminBackupController.php b/controllers/admin/AdminBackupController.php index ad163705d..50fdcc81d 100644 --- a/controllers/admin/AdminBackupController.php +++ b/controllers/admin/AdminBackupController.php @@ -111,6 +111,12 @@ class AdminBackupControllerCore extends AdminController 'desc' => $this->l('Cancel') ); break; + case 'options': + $this->toolbar_btn['save'] = array( + 'href' => '#', + 'desc' => $this->l('Save') + ); + break; } }