Project

General

Profile

« Previous | Next » 

Revision 7424

use sleeker "?" icon for the admin help links

View differences:

properties-configuration.jsp
96 96
    			if (fieldType.equals("select")) {
97 97
%> 
98 98
				<div class="form-row">
99
					<img class="question-mark" src="style/images/question-mark.gif"  
99
					<img class="question-mark" src="style/images/help.png"  
100 100
							onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/>
101 101
     				<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>"><%= metaDataProperty.getLabel() %></label></div>
102 102
					<select class="textinput" name="<%= metaDataProperty.getKey() %>">
......
123 123
				} else if (fieldType.equals("password")) {
124 124
%>
125 125
				<div class="form-row">
126
					<img class="question-mark" src="style/images/question-mark.gif"  
126
					<img class="question-mark" src="style/images/help.png"  
127 127
	           		       onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/>
128 128
					<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>" ><%= metaDataProperty.getLabel() %></label></div>
129 129
					<input class="textinput" id="<%= metaDataProperty.getKey() %>" 
......
143 143
%>
144 144
				<div class="form-row">
145 145
					<img class="question-mark" class=question-mark 
146
					     src="style/images/question-mark.gif" 
146
					     src="style/images/help.png" 
147 147
					     onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/>
148 148
					<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %> "><%= metaDataProperty.getLabel() %></label>	</div>					
149 149
					<input class="textinput" id="<%= metaDataProperty.getKey() %>" 

Also available in: Unified diff