From 009ab352aec647255bbb9317fdb393caf519f30c Mon Sep 17 00:00:00 2001
From: Dries <dries@buytaert.net>
Date: Mon, 19 Nov 2012 21:26:18 -0500
Subject: [PATCH] Issue #1826368 by larowlan, Yoshi: Place dropbutton
 operations after their heading.

---
 .../views/views_ui/theme/views-ui-display-tab-bucket.tpl.php    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/views/views_ui/theme/views-ui-display-tab-bucket.tpl.php b/core/modules/views/views_ui/theme/views-ui-display-tab-bucket.tpl.php
index b93e38d692dc..1f643ed4d85c 100644
--- a/core/modules/views/views_ui/theme/views-ui-display-tab-bucket.tpl.php
+++ b/core/modules/views/views_ui/theme/views-ui-display-tab-bucket.tpl.php
@@ -9,8 +9,8 @@
   <?php if (!empty($title)) : ?>
     <h3><?php print $title; ?></h3>
   <?php endif; ?>
+  <?php print $content; ?>
   <?php if (!empty($actions)) : ?>
     <?php print $actions; ?>
   <?php endif; ?>
-  <?php print $content; ?>
 </div>
-- 
GitLab