diff --git a/Sources/ManageMaintenance.php b/Sources/ManageMaintenance.php
index b271082ebd..744ec6dd56 100644
--- a/Sources/ManageMaintenance.php
+++ b/Sources/ManageMaintenance.php
@@ -1867,13 +1867,6 @@ function($hook) use ($current_filter)
foreach ($hooks as $hook => $functions)
$hooks_filters[] = '';
- if (!empty($hooks_filters))
- $context['insert_after_template'] .= '
- ';
-
if (!empty($_REQUEST['do']) && isset($_REQUEST['hook']) && isset($_REQUEST['function']))
{
checkSession('request');
@@ -2019,6 +2012,15 @@ function($accumulator, $functions)
' . $txt['hooks_disable_legend_temp_missing'] . '
'
),
+ array(
+ 'position' => 'above_column_headers',
+ 'value' => '
+ ',
+ 'class' => 'floatright',
+ ),
),
);
diff --git a/Themes/default/css/index.css b/Themes/default/css/index.css
index e488c35dad..85c76b5676 100644
--- a/Themes/default/css/index.css
+++ b/Themes/default/css/index.css
@@ -1441,7 +1441,8 @@ ul li.greeting {
#display_jump_to_select,
#message_index_jump_to_select,
#search_jump_to_select,
-#quick_mod_jump_to_select {
+#quick_mod_jump_to_select,
+#list_integration_hooks select {
width: 29ch;
overflow: hidden;
}