mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
implemented visual editor for satellite conf and added some changes on editor
This commit is contained in:
parent
2ebc4c801d
commit
af63bfe948
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user