Revision 7424
Added by ben leinfelder about 12 years ago
auth-configuration.jsp | ||
---|---|---|
94 | 94 |
if (fieldType.equals("select")) { |
95 | 95 |
%> |
96 | 96 |
<div class="form-row"> |
97 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
97 |
<img class="question-mark" src="style/images/help.png"
|
|
98 | 98 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
99 | 99 |
<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>"><%= metaDataProperty.getLabel() %></label></div> |
100 | 100 |
<select class="textinput" name="<%= metaDataProperty.getKey() %>"> |
... | ... | |
118 | 118 |
} else if (fieldType.equals("password")) { |
119 | 119 |
%> |
120 | 120 |
<div class="form-row"> |
121 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
121 |
<img class="question-mark" src="style/images/help.png"
|
|
122 | 122 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
123 | 123 |
<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>"><%= metaDataProperty.getLabel() %></label></div> |
124 | 124 |
<input class="textinput" id="<%= metaDataProperty.getKey() %>" name="<%= metaDataProperty.getKey() %>" |
... | ... | |
134 | 134 |
} else { |
135 | 135 |
%> |
136 | 136 |
<div class="form-row"> |
137 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
137 |
<img class="question-mark" src="style/images/help.png"
|
|
138 | 138 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
139 | 139 |
<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>"><%= metaDataProperty.getLabel() %></label></div> |
140 | 140 |
<input class="textinput" id="<%= metaDataProperty.getKey() %>" name="<%= metaDataProperty.getKey() %>" |
Also available in: Unified diff
use sleeker "?" icon for the admin help links