diff --git a/plugins/ktcore/admin/manageBranding.php b/plugins/ktcore/admin/manageBranding.php index 9d5195c..10ed26c 100755 --- a/plugins/ktcore/admin/manageBranding.php +++ b/plugins/ktcore/admin/manageBranding.php @@ -308,6 +308,7 @@ class ManageBrandDispatcher extends KTAdminDispatcher { 'label' => _kt('Apply Logo'), 'submit_label' => _kt('Apply'), 'action' => 'apply', + 'cancel_action' => 'main', 'fail_action' => 'main', 'encoding' => 'multipart/form-data', 'context' => &$this, @@ -329,7 +330,7 @@ class ManageBrandDispatcher extends KTAdminDispatcher { 'value' => $logoFileName, 'width' => $this->maxLogoWidth, 'height' => $this->maxLogoHeight, - 'widgetwidth' => 20 + 'div_border' => '1px solid #cccccc' )); // Adding the Hidden FileName Input String diff --git a/templates/ktcore/forms/widgets/image.smarty b/templates/ktcore/forms/widgets/image.smarty index cc35204..0469ed4 100755 --- a/templates/ktcore/forms/widgets/image.smarty +++ b/templates/ktcore/forms/widgets/image.smarty @@ -1,22 +1,12 @@ {if $options.has_div_border} -
+ height:50px;"> {/if} {$name}