Cleaned up the top of the Members List page.
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 2 Sep 2016 17:26:50 +0000 (13:26 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 2 Sep 2016 17:26:50 +0000 (13:26 -0400)
views/admin/members/list.html

index 739d15a..ac29e7e 100644 (file)
@@ -6,7 +6,7 @@
         <input type="hidden" name="nextStart" value="{$nextStart}">
         <input type="hidden" name="limit" value="{$limit}">
 
-        <p class="glm-right">
+        <p class="">
 <!--                <th>{$terms.term_member_plur_cap} Found:</th><td><span style="margin-right: 2em;">{$memberCount}</span></td> -->
                 <b>Categories: </b>
                 <select id="filterCategories" name="filterCategories[]" multiple="multiple" size="1">
                 <b>Pending Only: </b><input type="checkbox" id="filterPending" class="listFilter"{if $filterPending} checked{/if} style="margin-right: 1em;">
                 <b>Text Search: </b><input  class="glmMembersSearch" type="text" name="text_search" id="autoTest">
        </p>
-        <h2>List&nbsp;of&nbsp;{$terms.term_member_plur_cap}</h2>
-        <br clear="all">
         
         <p><b>Total found:</b> {$memberCount}&nbsp;&nbsp;</p>
-        
+
+        <br clear="all">        
         <!-- Add Member Type Button and Dialog Box -->
         <div id="exportMembersButton" class="button button-secondary glm-right">Export {$terms.term_member_plur_cap}</div>