From: Steve Sutton Date: Tue, 16 Oct 2018 17:26:18 +0000 (-0400) Subject: Jodie request change of the link name for status. X-Git-Tag: v2.10.45^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1fe6429fcb0fb3e5e0838c43768cac66dd6a28b9;p=WP-Plugins%2Fglm-member-db.git Jodie request change of the link name for status. Changing to Current if status is Active. Full link is Edit Current Profile. --- diff --git a/views/admin/dashboard/index.html b/views/admin/dashboard/index.html index dd8d0b05..aa9c8209 100644 --- a/views/admin/dashboard/index.html +++ b/views/admin/dashboard/index.html @@ -33,7 +33,9 @@ {/if} - {$m.status.name} + + Edit {if $m.status.name == 'Active'}Current{else}{$m.status.name}{/if} Profile + {$m.reference_name} diff --git a/views/admin/member/index.html b/views/admin/member/index.html index ec25fc03..1e66fc05 100644 --- a/views/admin/member/index.html +++ b/views/admin/member/index.html @@ -197,7 +197,9 @@ {/if} - {$m.status.name} + + Edit {if $m.status.name == 'Active'}Current{else}{$m.status.name}{/if} Profile + {$m.reference_name} {$m.create_time.datetime}