You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minput+="<div id='shopsact'>Für welche Shop-IDs soll das Modul aktiviert/deaktiviert werden?<br></div>";// Verfügbare Shop-IDs: <i>"+response.data.subshops.toString()+"</i>
minput+="<div id='shopsact'>Für welche Shop-IDs soll das Modul "+sAction+" werden?<br></div>";// Verfügbare Shop-IDs: <i>"+response.data.subshops.toString()+"</i>
Copy file name to clipboardExpand all lines: modules/oxcom/oxcom-omc/views/admin/de/omc_lang.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@
74
74
'IOLY_EXCEPTION_MESSAGE_MODULE_ACTIVE' => 'Das Modul ist noch im Shop aktiv und kann nicht entfernt werden! Bitte deaktivieren Sie es vor dem Entfernen.',
Copy file name to clipboardExpand all lines: modules/oxcom/oxcom-omc/views/admin/en/omc_lang.php
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,10 @@
71
71
'HELP_SHOP_MODULE_omccheckactive' => 'For every module in the module list, check if the module is activated in any sub shop (costly, because the metadata.php files of all modules have to be checked etc.)?',
72
72
'IOLY_RECIPES' => 'Recipes',
73
73
'IOLY_EXCEPTION_MESSAGE_MODULE_ACTIVE' => 'The module is still active in the shop and cannot be removed! Please deactivate it before removal.',
0 commit comments