From d920f748357ccf0c7edd3c509f01cd24952fe13e Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 8 Aug 2018 16:08:47 -0400 Subject: [PATCH] Add border for the grouping of fields. Separate the field groups. --- views/admin/management/fields.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/admin/management/fields.html b/views/admin/management/fields.html index dcf0887..60496f1 100644 --- a/views/admin/management/fields.html +++ b/views/admin/management/fields.html @@ -24,7 +24,7 @@ Cancel - + @@ -168,7 +168,7 @@ {if $groups} {foreach $groups as $group}
-
+
{$group.group_name} ( {if $group.publish}Published{else}Not Published{/if} )