Project

General

Profile

« Previous | Next » 

Revision 7424

use sleeker "?" icon for the admin help links

View differences:

skins-configuration.jsp
134 134
				if (fieldType.equals("select")) {
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() %>" title="<%= metaDataProperty.getDescription() %>"><%= metaDataProperty.getLabel() %></label>  		
140 140
					<select class="textinput" name="<%= skinName %>.<%= metaDataProperty.getKey() %>">
......
159 159
				} else if (fieldType.equals("password")) {
160 160
%>	
161 161
				<div class="form-row">
162
					<img class="question-mark" src="style/images/question-mark.gif" 
162
					<img class="question-mark" src="style/images/help.png" 
163 163
						 onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/>
164 164
					<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>" title="<%= metaDataProperty.getDescription() %>"><%= metaDataProperty.getLabel() %></label></div>
165 165
					<input class="textinput" id="<%= skinName %>.<%= metaDataProperty.getKey() %>" name="<%= skinName %>.<%= metaDataProperty.getKey() %>" 	             		    	    	           		    	             			
......
174 174
				} else if (fieldType.equals("checkbox")) {
175 175
%>
176 176
				<div class="form-row">
177
					<img class="question-mark" src="style/images/question-mark.gif" 
177
					<img class="question-mark" src="style/images/help.png" 
178 178
						 alt="<%= metaDataProperty.getDescription() %>" 
179 179
						 onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/>
180 180
					<input class="checkradio" id="<%= skinName %>.<%= metaDataProperty.getKey() %>" name="<%= skinName %>.<%= metaDataProperty.getKey() %>" 	             		    	    	           		    	             			
......
198 198
				} else {
199 199
%>
200 200
				<div class="form-row">
201
					<img class="question-mark" src="style/images/question-mark.gif" 
201
					<img class="question-mark" src="style/images/help.png" 
202 202
						 onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/>
203 203
					<label class="textinput-label" for="<%= metaDataProperty.getKey() %>" title="<%= metaDataProperty.getDescription() %>"><%= metaDataProperty.getLabel() %></label>
204 204
					<input class="textinput" id="<%= skinName %>.<%= metaDataProperty.getKey() %>" name="<%= skinName %>.<%= metaDataProperty.getKey() %>" 

Also available in: Unified diff