implemented visual editor for satellite conf and added some changes on editor

This commit is contained in:
alejandro.campos@artica.es 2022-08-04 09:14:05 +02:00
parent 2ebc4c801d
commit af63bfe948

View File

@ -122,7 +122,6 @@ if (isset($_GET['server'])) {
$buttons = ''; $buttons = '';
if ($server_type !== 13) {
// Buttons. // Buttons.
$buttons = [ $buttons = [
'standard_editor' => [ 'standard_editor' => [
@ -136,11 +135,10 @@ if (isset($_GET['server'])) {
]; ];
$buttons[$tab]['active'] = true; $buttons[$tab]['active'] = true;
}
ui_print_page_header(__('Remote Configuration'), 'images/gm_servers.png', false, 'servers', true, $buttons); ui_print_page_header(__('Remote Configuration'), 'images/gm_servers.png', false, 'servers', true, $buttons);
if ($server_type !== 13 && $tab == 'standard_editor') { if ($tab == 'standard_editor') {
$advanced_editor = false; $advanced_editor = false;
} }