projects
/
WP-Plugins
/
glm-member-db-packaging.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10c457f
)
Adding the status column to member package tag (list packages)
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 9 Feb 2017 21:27:47 +0000
(16:27 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 13 Feb 2017 19:48:39 +0000
(14:48 -0500)
Added the status column to display what the status is of member
packages.
views/admin/member/packaging.html
patch
|
blob
|
history
diff --git
a/views/admin/member/packaging.html
b/views/admin/member/packaging.html
index
fe0fb43
..
6b1ec3c
100644
(file)
--- a/
views/admin/member/packaging.html
+++ b/
views/admin/member/packaging.html
@@
-200,6
+200,7
@@
<thead>
<tr>
<th>Package</th>
+ <th>Status</th>
<th>Start</th>
<th>End</th>
<th>Expire</th>
@@
-212,6
+213,9
@@
<td>
<a href="{$thisUrl}?page={$thisPage}&glm_action=packaging&option=edit&packageID={$p.id}&member={$memberID}">{$p.title}</a>
</td>
+ <td>
+ {$p.status.name}
+ </td>
<td>
{$p.start_date.date}
</td>