From: Steve Sutton Date: Fri, 17 Jun 2016 20:56:36 +0000 (-0400) Subject: Update for admin list view and edit add forms. (amenity) X-Git-Tag: v2.1.12~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3f37838389a27af74eeb76500e5d8dedb54f6d8b;p=WP-Plugins%2Fglm-member-db.git Update for admin list view and edit add forms. (amenity) For the edit add amenity forms commenting out the description and short description fields. For the list view commenting out description and short description. For the list view adding the groups column to show which groups the amenity is in. --- diff --git a/views/admin/settings/amenities.html b/views/admin/settings/amenities.html index 397e09c6..729531ef 100644 --- a/views/admin/settings/amenities.html +++ b/views/admin/settings/amenities.html @@ -24,6 +24,7 @@ + @@ -101,6 +103,7 @@ +
@@ -160,8 +164,11 @@ + + @@ -180,12 +187,19 @@ + + @@ -232,8 +246,8 @@ $('#editAmenityName').val(amenityName.trim()); $('#editAmenityRef').val(amenityRefTypeID); $('#editAmenityUsesValue').prop('checked', amenityUsesValue); - $('#editAmenityDescr').val(amenityDescr.trim()); - $('#editAmenityShortDescr').val(amenityShortDescr.trim()); + //$('#editAmenityDescr').val(amenityDescr.trim()); + //$('#editAmenityShortDescr').val(amenityShortDescr.trim()); $('.amenityGroup').each(function(){ $(this).prop('checked', false); });
Amenity Used WithGroups  
{$t.ref_type.name} + {foreach $t.groups as $group} + {$groups[$group.group_id].name} + {/foreach} +
Delete