projects
/
WP-Plugins
/
glm-member-db-fields.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a759c0
)
New way of labeling custom field groups - not using fieldset legend
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 3 Aug 2018 17:58:13 +0000
(13:58 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 3 Aug 2018 17:58:13 +0000
(13:58 -0400)
views/admin/entity/fields.html
patch
|
blob
|
history
diff --git
a/views/admin/entity/fields.html
b/views/admin/entity/fields.html
index
a86417e
..
b0e9b53
100644
(file)
--- a/
views/admin/entity/fields.html
+++ b/
views/admin/entity/fields.html
@@
-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>