Commit ad9d40aafeac50b41c4988f57f983d35326d9193
1 parent
de9ddfb5
Brand server without requiring access to FS
PT: 1243391 Added cancel button to scale logo form Updated by: Charl Joseph Mert
Showing
1 changed file
with
1 additions
and
0 deletions
plugins/ktcore/admin/manageBranding.php
| @@ -163,6 +163,7 @@ class ManageBrandDispatcher extends KTAdminDispatcher { | @@ -163,6 +163,7 @@ class ManageBrandDispatcher extends KTAdminDispatcher { | ||
| 163 | 'label' => _kt('Choose Logo'), | 163 | 'label' => _kt('Choose Logo'), |
| 164 | 'submit_label' => _kt('Select'), | 164 | 'submit_label' => _kt('Select'), |
| 165 | 'action' => 'selectLogo', | 165 | 'action' => 'selectLogo', |
| 166 | + 'cancel_action' => 'main', | ||
| 166 | 'fail_action' => 'main', | 167 | 'fail_action' => 'main', |
| 167 | 'encoding' => 'multipart/form-data', | 168 | 'encoding' => 'multipart/form-data', |
| 168 | 'context' => &$this, | 169 | 'context' => &$this, |