From 645f20742c8d9fb3082b96520ee7c6d7699b9bdc Mon Sep 17 00:00:00 2001 From: acognet Date: Mon, 4 Oct 2021 09:57:50 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03934=20-=20Polishing:=20User=20Preferenc?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/preferences.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/pages/preferences.php b/pages/preferences.php index aafe86937..8cf165b47 100644 --- a/pages/preferences.php +++ b/pages/preferences.php @@ -372,9 +372,6 @@ JS $oKeyboardShortcutCancelButton = ButtonUIBlockFactory::MakeForCancel(); $oKeyboardShortcutToolbar->AddSubBlock($oKeyboardShortcutCancelButton); $oKeyboardShortcutCancelButton->SetOnClickJsCode("window.location.href = '$sURL'"); - // - Submit button - $oKeyboardShortcutSubmitButton = ButtonUIBlockFactory::MakeForPrimaryAction(Dict::S('UI:Button:Apply'), 'operation', 'apply_keyboard_shortcuts', true); - $oKeyboardShortcutToolbar->AddSubBlock($oKeyboardShortcutSubmitButton); // - Reset button $oKeyboardShortcutResetButton = ButtonUIBlockFactory::MakeForSecondaryAction(Dict::S('UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset'), 'operation', 'reset_keyboard_shortcuts', true);