New way of labeling custom field groups - not using fieldset legend
authorLaury GvR <laury@gaslightmedia.com>
Fri, 3 Aug 2018 17:58:13 +0000 (13:58 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 3 Aug 2018 17:58:13 +0000 (13:58 -0400)
views/admin/entity/fields.html

index a86417e..b0e9b53 100644 (file)
@@ -2,9 +2,8 @@
     {if $haveGroups}
 
         {foreach $groups as $group}
-
+        <h4 class="glm-custom-field-group-name"> {$group.group_name} </h4>
         <fieldset>
-            <legend> {$group.group_name} </legend>
 
             {foreach $group.custom_fields as $field}
             <div class="glm-small-12 glm-large-2 glm-columns glm-custom-field-label {if $field.required.value == 1} glm-required {/if}">{$field.field_name}</div>