From 236b1b2d1bb2aea14d8bb7240333a94226b0a58d Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 29 Apr 2014 13:27:03 -0700 Subject: [PATCH] tpl cleanup --- .../CRM/Member/Page/MembershipStatus.tpl | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/CRM/Member/Page/MembershipStatus.tpl b/templates/CRM/Member/Page/MembershipStatus.tpl index ddb1e4d815..7648ee637e 100644 --- a/templates/CRM/Member/Page/MembershipStatus.tpl +++ b/templates/CRM/Member/Page/MembershipStatus.tpl @@ -27,15 +27,14 @@ {if $action eq 1 or $action eq 2 or $action eq 8} {include file="CRM/Member/Form/MembershipStatus.tpl"} {else} -
-

{ts}CiviMember automatically calculates the current status of each contact's membership based on the status names and rules configured here. The status 'rule' tells CiviMember what status to assign based on the start and end dates of a given membership. For example, the default Grace status rule says: 'assign Grace status if the membership period ended sometime within the past month.'{/ts} {docURL page="user/membership/setup"} -

{ts 1=$crmURL}The status rules provided by default may be sufficient for your organization. However, you can easily change the status names and/or adjust the rules by clicking the Edit links below. Or you can add a new status and rule.{/ts} -

-{/if} +
+

{ts}CiviMember automatically calculates the current status of each contact's membership based on the status names and rules configured here. The status 'rule' tells CiviMember what status to assign based on the start and end dates of a given membership. For example, the default Grace status rule says: 'assign Grace status if the membership period ended sometime within the past month.'{/ts} {docURL page="user/membership/setup"} +

{ts 1=$crmURL}The status rules provided by default may be sufficient for your organization. However, you can easily change the status names and/or adjust the rules by clicking the Edit links below. Or you can add a new status and rule.{/ts} +

-{if $rows} -
-

+ {if $rows} +
+

{strip} {* handle enable/disable actions*} @@ -73,11 +72,12 @@
{/if}
-
-{else} - {if $action ne 1} -
+
+ {else} + {if $action ne 1} +
{ts}status{/ts}{ts 1=$crmURL}There are no custom membership status entered. You can add one.{/ts} -
+ + {/if} {/if} {/if} -- 2.25.1