From 65a3750ea25fbe7a09cc7f908933ad4ed833a0d0 Mon Sep 17 00:00:00 2001
From: Kevin Cristiano <kcristiano@kcristiano.com>
Date: Thu, 16 Jan 2025 08:26:05 -0500
Subject: [PATCH] restore alpha-selector to the top of search results
 https://github.com/civicrm/civicrm-core/pull/31794

---
 civicrm/templates/CRM/Contact/Form/Selector.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/civicrm/templates/CRM/Contact/Form/Selector.tpl b/civicrm/templates/CRM/Contact/Form/Selector.tpl
index d00ce031a1..6a05cba01e 100644
--- a/civicrm/templates/CRM/Contact/Form/Selector.tpl
+++ b/civicrm/templates/CRM/Contact/Form/Selector.tpl
@@ -8,6 +8,7 @@
  +--------------------------------------------------------------------+
 *}
 {include file="CRM/common/pager.tpl" location="top"}
+{include file="CRM/common/pagerAToZ.tpl"}
 <table summary="{ts}Search results listings.{/ts}" class="selector row-highlight">
   <thead class="sticky">
     <tr>
@@ -119,7 +120,6 @@
     {/foreach}
   {/if}
 </table>
-{include file="CRM/common/pagerAToZ.tpl"}
 {include file="CRM/common/pager.tpl" location="bottom"}
 <script type="text/javascript">
   {literal}
-- 
GitLab