Commit 2aa8a982a7db437c7a4742fe79ce3e821035b63d
1 parent
95ff20a7
Brand server without requiring access to FS
PT: 1243391 Added a save button to give the user a clear indication that the logo title and url can be adjusted without changing the current logo Updated by: Charl Joseph Mert
Showing
1 changed file
with
6 additions
and
0 deletions
plugins/ktcore/admin/manageBranding.php
| ... | ... | @@ -111,6 +111,12 @@ class ManageBrandDispatcher extends KTAdminDispatcher { |
| 111 | 111 | 'value' => '', |
| 112 | 112 | 'description' => _kt("This is the website address you will be redirected to after clicking the logo"), |
| 113 | 113 | )); |
| 114 | + | |
| 115 | + $widgets[] = $oWF->get('ktcore.widgets.button',array( | |
| 116 | + 'value' => _kt('Save'), | |
| 117 | + '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.'), | |
| 118 | + 'name' => 'btn_quick_save', | |
| 119 | + )); | |
| 114 | 120 | |
| 115 | 121 | // Adding the File Upload Widget |
| 116 | 122 | $widgets[] = $oWF->get('ktcore.widgets.file', array( | ... | ... |