diff --git a/templates/settings/admin-form.php.bk b/templates/settings/admin-form.php.bk deleted file mode 100644 index 492b8df..0000000 --- a/templates/settings/admin-form.php.bk +++ /dev/null @@ -1,1148 +0,0 @@ -. - */ - -use OCP\IURLGenerator; -use OCP\IConfig; -use OCA\SideMenu\AppInfo\Application; - -vendor_script('side_menu', 'html5sortable.min'); -script('side_menu', 'side_menu-admin'); - -$urlGenerator = \OC::$server[IURLGenerator::class]; -$cacheSize = floor(mb_strlen(\OC::$server[IConfig::class]->getAppValue(Application::APP_ID, 'cache-categories', ''), '8bit') / 1024); - -$choicesYesNo = [ - 'No' => '0', - 'Yes' => '1', -]; - -$choicesSizes = [ - 'Hidden' => 'hidden', - 'Small' => 'small', - 'Normal' => 'normal', - 'Big' => 'big', -]; - -$labelShowHideApps = 'Show and hide the list of applications'; -$labelReset = 'Reset to default'; -$labelDefault = 'Default'; -$labelWithCategories = 'With categories'; -$labelBigMenu = 'Big menu'; -$labelAlwaysDisplayed = 'Always displayed'; - -?> -
-
-
-
-
-
-
t('Not compatible with touch screens.')); ?>
-
-
-
- t('This parameters are used when Dark theme or Breeze Dark Theme are enabled.'); ?> -
- -- t('Use the shortcut Ctrl+o to open and to hide the side menu. Use tab to navigate.'); ?> -
-