Removed test code; admin mgmnt featured checkbox
authorLaury GvR <laury@gaslightmedia.com>
Mon, 22 Aug 2016 12:52:15 +0000 (08:52 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 22 Aug 2016 12:52:15 +0000 (08:52 -0400)
There was still a boolean value printed before the featured
checkbox in the admin management for member edit info page. This
has been removed.

views/admin/member/memberEdit.html

index 9d352dd..6a8f22f 100644 (file)
@@ -72,7 +72,7 @@
             </tr>
             <tr>
                 <th>Featured:</th>
-                <td>{$member.fieldData.featured.value}
+                <td>
                     <input type="checkbox" name="featured" {if $member.fieldData.featured.value} checked{/if}><br>
                 </td>
             </tr>