From 2aa8a982a7db437c7a4742fe79ce3e821035b63d Mon Sep 17 00:00:00 2001 From: Charl Joseph Mert Date: Mon, 25 Jan 2010 11:04:07 +0200 Subject: [PATCH] Brand server without requiring access to FS PT: 1243391 --- plugins/ktcore/admin/manageBranding.php | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/plugins/ktcore/admin/manageBranding.php b/plugins/ktcore/admin/manageBranding.php index 02782c4..c63429e 100755 --- a/plugins/ktcore/admin/manageBranding.php +++ b/plugins/ktcore/admin/manageBranding.php @@ -111,6 +111,12 @@ class ManageBrandDispatcher extends KTAdminDispatcher { 'value' => '', 'description' => _kt("This is the website address you will be redirected to after clicking the logo"), )); + + $widgets[] = $oWF->get('ktcore.widgets.button',array( + 'value' => _kt('Save'), + 'description' => _kt('If you do not need to upload a logo, then you can simply click "Save" here to save the title and url details.'), + 'name' => 'btn_quick_save', + )); // Adding the File Upload Widget $widgets[] = $oWF->get('ktcore.widgets.file', array( -- libgit2 0.21.4