Project

General

Profile

« Previous | Next » 

Revision 4180

Added by daigle over 16 years ago

remove help icon from organization names. Change metaCatProperty reference to orgProperty.

View differences:

organization-configuration.jsp
83 83
	  			<td class="config-checkbox-label">	
84 84
					<label for="<%= orgName %>.cb"><%=orgName%></label>
85 85
				</td> 
86
				<td class="config-question-mark">
87
					<img src="style/images/question-mark.gif"
88
						 alt="<%= metaDataProperty.getDescription() %>" 
89
						 onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/>
90
				</td>
91 86
				</tr>
92 87
			</table>
93 88
			<table class="config-section-hiding" id="hiding-section-<%= orgName %>">  
......
118 113
				</td>
119 114
				<td class="config-question-mark">
120 115
					<img src="style/images/question-mark.gif" 
121
						 alt="<%= metaDataProperty.getDescription() %>" 
116
						 alt="<%= orgProperty.getDescription() %>" 
122 117
						 onClick="helpWindow('<%= request.getContextPath() %>', '<%= orgProperty.getHelpFile() %>')"/>
123 118
				</td>
124 119
				</tr>	  

Also available in: Unified diff