Revision 4176
Added by daigle over 16 years ago
organization-configuration.jsp | ||
---|---|---|
40 | 40 |
<link rel="stylesheet" type="text/css" |
41 | 41 |
href="<%= request.getContextPath() %>/admin/admin.css"></link> |
42 | 42 |
<script language="JavaScript" type="text/JavaScript" src="<%= request.getContextPath() %>/admin/admin.js"></script> |
43 |
<script language="JavaScript" type="text/JavaScript" src="<%= request.getContextPath() %>/help/help.js"></script> |
|
44 | 43 |
|
45 | 44 |
</head> |
46 | 45 |
<body> |
... | ... | |
86 | 85 |
</td> |
87 | 86 |
<td class="config-question-mark"> |
88 | 87 |
<img src="style/images/question-mark.gif" |
89 |
alt="blah"
|
|
90 |
title="blah"/>
|
|
88 |
alt="<%= metaDataProperty.getDescription() %>"
|
|
89 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/>
|
|
91 | 90 |
</td> |
92 | 91 |
</tr> |
93 | 92 |
</table> |
... | ... | |
118 | 117 |
alt="List of administrators for this installation in LDAP DN syntax (colon separated)"/> |
119 | 118 |
</td> |
120 | 119 |
<td class="config-question-mark"> |
121 |
<img src="style/images/question-mark.gif" onClick="helpWindow('<%= request.getContextPath() %>', '<%= orgProperty.getHelpFile() %>')"/> |
|
120 |
<img src="style/images/question-mark.gif" |
|
121 |
alt="<%= metaDataProperty.getDescription() %>" |
|
122 |
onClick="helpWindow('<%= request.getContextPath() %>', '<%= orgProperty.getHelpFile() %>')"/> |
|
122 | 123 |
</td> |
123 | 124 |
</tr> |
124 | 125 |
<% |
Also available in: Unified diff
Fix question mark help links