Revision 5028
Added by daigle over 15 years ago
auth-configuration.jsp | ||
---|---|---|
64 | 64 |
Map<Integer, MetaDataGroup> groupMap = metadata.getGroups(); |
65 | 65 |
Set<Integer> groupIdSet = groupMap.keySet(); |
66 | 66 |
for (Integer groupId : groupIdSet) { |
67 |
if (groupId == 0) { |
|
68 |
continue; |
|
69 |
} |
|
67 | 70 |
// for this group, display the header (group name) |
68 | 71 |
MetaDataGroup metaDataGroup = (MetaDataGroup)groupMap.get(groupId); |
69 | 72 |
%> |
Also available in: Unified diff
Persist skin properties across installations