Revision 4176
Added by daigle over 16 years ago
properties-configuration.jsp | ||
---|---|---|
94 | 94 |
<td class="config-question-mark"> |
95 | 95 |
<img src="style/images/question-mark.gif" |
96 | 96 |
alt="<%= metaDataProperty.getDescription() %>" |
97 |
title="<%= metaDataProperty.getDescription() %>"/>
|
|
97 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/>
|
|
98 | 98 |
</td> |
99 | 99 |
</tr> |
100 | 100 |
|
... | ... | |
114 | 114 |
<td class="config-question-mark"> |
115 | 115 |
<img src="style/images/question-mark.gif" |
116 | 116 |
alt="<%= metaDataProperty.getDescription() %>" |
117 |
title="<%= metaDataProperty.getDescription() %>"/>
|
|
117 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/>
|
|
118 | 118 |
</td> |
119 | 119 |
</tr> |
120 | 120 |
<% |
... | ... | |
131 | 131 |
alt="<%= metaDataProperty.getDescription() %>"/> |
132 | 132 |
</td> |
133 | 133 |
<td class="config-question-mark"> |
134 |
<img class=question-mark src="style/images/question-mark.gif" onClick="helpWindow('ldap_url_help.html')"/> |
|
134 |
<img class=question-mark |
|
135 |
src="style/images/question-mark.gif" |
|
136 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
|
135 | 137 |
</td> |
136 | 138 |
</tr> |
137 | 139 |
<% |
Also available in: Unified diff
Fix question mark help links