Issue #2506793 by Gábor Hojtsy: Config translation shows search field below table
parent
143d7b2a06
commit
bff2917367
|
@ -41,6 +41,7 @@ class ConfigTranslationEntityListBuilder extends ConfigEntityListBuilder impleme
|
|||
'#attributes' => array(
|
||||
'class' => array('table-filter', 'js-show'),
|
||||
),
|
||||
'#weight' => -10,
|
||||
);
|
||||
|
||||
$build['filters']['text'] = array(
|
||||
|
@ -57,6 +58,7 @@ class ConfigTranslationEntityListBuilder extends ConfigEntityListBuilder impleme
|
|||
);
|
||||
|
||||
$build['table']['#attributes']['class'][] = 'config-translation-entity-list';
|
||||
$build['table']['#weight'] = 0;
|
||||
$build['#attached']['library'][] = 'system/drupal.system.modules';
|
||||
|
||||
return $build;
|
||||
|
|
Loading…
Reference in New Issue