Revision 4176
Added by daigle over 16 years ago
ldap-configuration.jsp | ||
---|---|---|
34 | 34 |
<link rel="stylesheet" type="text/css" |
35 | 35 |
href="<%= request.getContextPath() %>/admin/admin.css"></link> |
36 | 36 |
<script language="JavaScript" type="text/JavaScript" src="<%= request.getContextPath() %>/admin/admin.js"></script> |
37 |
<script language="JavaScript" type="text/JavaScript" src="<%= request.getContextPath() %>/help/help.js"></script> |
|
38 | 37 |
|
39 | 38 |
</head> |
40 | 39 |
<body> |
... | ... | |
93 | 92 |
<td class="config-question-mark"> |
94 | 93 |
<img src="style/images/question-mark.gif" |
95 | 94 |
alt="<%= metaDataProperty.getDescription() %>" |
96 |
title="<%= metaDataProperty.getDescription() %>"/>
|
|
95 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/>
|
|
97 | 96 |
</td> |
98 | 97 |
</tr> |
99 | 98 |
|
... | ... | |
112 | 111 |
</td> |
113 | 112 |
<td class="config-question-mark"> |
114 | 113 |
<img src="style/images/question-mark.gif" |
115 |
alt="<%= metaDataProperty.getDescription() %>"
|
|
116 |
title="<%= metaDataProperty.getDescription() %>"/>
|
|
114 |
alt="<%= metaDataProperty.getDescription() %>" |
|
115 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/>
|
|
117 | 116 |
</td> |
118 | 117 |
</tr> |
119 | 118 |
<% |
... | ... | |
130 | 129 |
alt="<%= metaDataProperty.getDescription() %>"/> |
131 | 130 |
</td> |
132 | 131 |
<td class="config-question-mark"> |
133 |
<img class=question-mark src="style/images/question-mark.gif" onClick="helpWindow('ldap_url_help.html')"/> |
|
132 |
<img src="style/images/question-mark.gif" |
|
133 |
alt="<%= metaDataProperty.getDescription() %>" |
|
134 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
|
134 | 135 |
</td> |
135 | 136 |
</tr> |
136 | 137 |
<% |
Also available in: Unified diff
Fix question mark help links