File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 66class TranslatableCatalogExtension extends Extension
77{
88
9- /**
10- * @var array
11- */
12- private static $ allowed_actions = [
13- 'language '
14- ];
15-
169 /**
1710 * @return mixed
1811 */
@@ -72,7 +65,7 @@ public function getLanguageSelectorForm()
7265 $ fields = FieldList::create ($ this ->getLanguageField ());
7366 return Form::create (
7467 $ this ->owner ,
75- 'language ' ,
68+ 'LangForm ' ,
7669 $ fields ,
7770 FieldList::create (FormAction::create (
7871 'language ' ,
Original file line number Diff line number Diff line change 1111 <% end_if %>
1212 <% if $LanguageSelectorForm %>
1313 <h3 class=" cms-panel-header" ><% _t('ModelAdmin_Tools_ss.LANGUAGE ', 'Language ' ) %></h3>
14- $LanguageSelectorForm
14+ <div class=" CMSMain" >
15+ $LanguageSelectorForm
16+ </div>
1517 <% end_if %>
1618 </div>
1719 <div class=" cms-panel-content-collapsed" >
You can’t perform that action at this time.
0 commit comments