Adding the status column to member package tag (list packages)
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 9 Feb 2017 21:27:47 +0000 (16:27 -0500)
committerSteve 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

index fe0fb43..6b1ec3c 100644 (file)
             <thead>
                 <tr>
                     <th>Package</th>
+                    <th>Status</th>
                     <th>Start</th>
                     <th>End</th>
                     <th>Expire</th>
                     <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>