Fixed bad links to old configure page.
authorChuck Scott <cscott@gaslightmedia.com>
Wed, 24 Feb 2016 21:50:25 +0000 (16:50 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Wed, 24 Feb 2016 21:50:25 +0000 (16:50 -0500)
views/admin/members/index.html

index bd6cf74..b0bf63e 100644 (file)
   {if !$haveMemberTypes}
         <tr>
             <th class="glm-error">You do not have any Member Types setup.</th>
-            <td><a href="{$thisURL}?page=glm-members-admin-menu-configure&glm_action=index">Click here to add Member Types.</a></td>
+            <td><a href="{$thisURL}?page=glm-members-admin-menu-settings&glm_action=index">Click here to add Member Types.</a></td>
         </tr>
   {/if}                
   {if !$haveCategories}
         <tr>
             <th><span class="glm-error">You do not have any Member Categories setup.</span></th>
-            <td><a href="{$thisURL}?page=glm-members-admin-menu-configure&glm_action=categories">Click here to add Member Categories.</a></td>
+            <td><a href="{$thisURL}?page=glm-members-admin-menu-settings&glm_action=categories">Click here to add Member Categories.</a></td>
         </tr>
   {/if}                
   {if !$haveAmenities}
         <tr>
             <th><span class="glm-error">You do not have any Amenities setup.</span></th>
-            <td><a href="{$thisURL}?page=glm-members-admin-menu-configure&glm_action=amenities">Click here to add Amenities.</a></td>
+            <td><a href="{$thisURL}?page=glm-members-admin-menu-settings&glm_action=amenities">Click here to add Amenities.</a></td>
         </tr>
   {/if}                
   {if !$haveCities}
         <tr>
             <th><span class="glm-error">You do not have any Cities setup.</span></th>
-            <td><a href="{$thisURL}?page=glm-members-admin-menu-configure&glm_action=cities">Click here to add Cities.</a></td>
+            <td><a href="{$thisURL}?page=glm-members-admin-menu-settings&glm_action=cities">Click here to add Cities.</a></td>
         </tr>
   {/if}                
   {if !$haveRegions}
         <tr>
             <th><span class="glm-error">You do not have any Regions setup.</span></th>
-            <td><a href="{$thisURL}?page=glm-members-admin-menu-configure&glm_action=regions">Click here to add Regions.</a></td>
+            <td><a href="{$thisURL}?page=glm-members-admin-menu-settings&glm_action=regions">Click here to add Regions.</a></td>
         </tr>
   {/if}
 {/if}