Skip to content

Commit

Permalink
Removed a long longer valid option from Misc Site Config tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
jomres committed May 25, 2023
1 parent d7dd36d commit 378f4d8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core-minicomponents/j10501a_misc.class.php
Expand Up @@ -109,13 +109,6 @@ public function __construct($componentArgs)
$configurationPanel->setright(jr_gettext('_JOMRES_BOOTSTRAP_VERSION_DESC', '_JOMRES_BOOTSTRAP_VERSION_DESC', false));
$configurationPanel->insertSetting();

if ($jrConfig[ 'admin_options_level' ] > 1) {
$configurationPanel->setleft(jr_gettext('_JOMRES_COM_CHOOSELANGUAGES_SHOWDROPDOWN', '_JOMRES_COM_CHOOSELANGUAGES_SHOWDROPDOWN', false));
$configurationPanel->setmiddle($lists[ 'showLangDropdown' ]);
$configurationPanel->setright(jr_gettext('_JOMRES_COM_CHOOSELANGUAGES_SHOWDROPDOWN_DESC', '_JOMRES_COM_CHOOSELANGUAGES_SHOWDROPDOWN_DESC', false));
$configurationPanel->insertSetting();
}

if ($jrConfig[ 'admin_options_level' ] > 1) {
$configurationPanel->setleft(jr_gettext('_JOMRES_REGION_TRANSLATION_SWITCH_TITLE', '_JOMRES_REGION_TRANSLATION_SWITCH_TITLE', false));
$configurationPanel->setmiddle($lists[ 'region_names_are_translatable' ]);
Expand Down

0 comments on commit 378f4d8

Please sign in to comment.