Jodie request change of the link name for status.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 16 Oct 2018 17:26:18 +0000 (13:26 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 16 Oct 2018 17:26:18 +0000 (13:26 -0400)
Changing to Current if status is Active. Full link is Edit Current
Profile.

views/admin/dashboard/index.html
views/admin/member/index.html

index dd8d0b0..aa9c820 100644 (file)
@@ -33,7 +33,9 @@
                         <tr class="alternate{if $m.status.name == 'Active'} glm-admin-table-active{/if}">
                     {/if}
                         <td>
-                            <a href="{$thisUrl}?page={$thisPage}&glm_action=memberInfo&member={$memberID}&memberInfo={$m.id}"{if $m.status.value == $statusPending} class="glm-notice"{/if}>{$m.status.name}</a>
+                            <a href="{$thisUrl}?page={$thisPage}&glm_action=memberInfo&member={$memberID}&memberInfo={$m.id}"{if $m.status.value == $statusPending} class="glm-notice"{/if}>
+                                Edit {if $m.status.name == 'Active'}Current{else}{$m.status.name}{/if} Profile
+                            </a>
                         </td>
                         <td>{$m.reference_name}</td>
                         <td>
index ec25fc0..1e66fc0 100644 (file)
             <tr class="alternate{if $m.status.name == 'Active'} glm-admin-table-active{/if}">
           {/if}
                 <td>
-                    <a href="{$thisUrl}?page={$thisPage}&glm_action=memberInfo&member={$memberID}&memberInfo={$m.id}"{if $m.status.value == $statusPending} class="glm-notice"{/if}>{$m.status.name}</a>
+                    <a href="{$thisUrl}?page={$thisPage}&glm_action=memberInfo&member={$memberID}&memberInfo={$m.id}"{if $m.status.value == $statusPending} class="glm-notice"{/if}>
+                        Edit {if $m.status.name == 'Active'}Current{else}{$m.status.name}{/if} Profile
+                    </a>
                 </td>
                 <td>{$m.reference_name}</td>
                 <td>{$m.create_time.datetime}</td>