Revision 4157
Added by daigle over 16 years ago
properties-configuration.jsp | ||
---|---|---|
61 | 61 |
MetaDataGroup metaDataGroup = (MetaDataGroup)groupMap.get(groupId); |
62 | 62 |
%> |
63 | 63 |
<h3><%= metaDataGroup.getName() %></h3> |
64 |
<hr class="config-line"> |
|
64 | 65 |
<table class="config-section"> |
65 | 66 |
<% |
66 | 67 |
// get all the properties in this group |
... | ... | |
132 | 133 |
<td class="config-question-mark"> |
133 | 134 |
<img class=question-mark src="style/images/question-mark.gif" onClick="helpWindow('ldap_url_help.html')"/> |
134 | 135 |
</td> |
135 |
|
|
136 |
</tr> |
|
136 | 137 |
<% |
137 | 138 |
} |
139 |
|
|
140 |
if (metaDataProperty.getDescription() != null) { |
|
141 |
%> |
|
142 |
<tr> |
|
143 |
<td></td> |
|
144 |
<td class="config-property-description" colspan="2" > |
|
145 |
<%= metaDataProperty.getDescription() %> |
|
146 |
</td> |
|
147 |
</tr> |
|
148 |
<% |
|
149 |
} |
|
138 | 150 |
} |
139 | 151 |
%> |
140 | 152 |
|
Also available in: Unified diff
Add description under form fields