Changes the language from members to metrics

The reason is because Positive Spin policies have changed.  These metrics give you a better idea of who has actually been at the shop based on metrics:

Days and Hours (currently 2 / 8)
This commit is contained in:
Jonathan Rosenbaum
2017-07-17 06:39:15 +00:00
parent 072313ffc3
commit 69ea453461
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -115,10 +115,10 @@ while ($result = mysql_fetch_assoc($purchased_membership)) {
<td>
<table border="1" cellpadding="1" cellspacing="0">
<tr bgcolor="#99CC33" class="yb_standardCENTERbold">
<td colspan="4" height="25">Membership [<?php echo ">= $membership_days days and >= $membership_hours hours" ?>]</td>
<td colspan="4" height="25">Metrics [<?php echo ">= $membership_days days and >= $membership_hours hours" ?>]</td>
</tr>
<tr valign="top" bgcolor="#99CC33" class="yb_standardCENTER">
<td width="relative"><?php echo $num_member_rows; ?> Members<br /></td>
<td width="relative"><?php echo $num_member_rows; ?> Volunteers<br /></td>
<td width="relative">Visits<br /></td>
<td width="relative">Hours<br /></td>
</tr>