Project

General

Profile

« Previous | Next » 

Revision 4157

Added by daigle almost 16 years ago

Add description under form fields

View differences:

skins-configuration.jsp
125 125
%>
126 126
			<tr>
127 127
				<td class="config-property-label" >
128
					<label for="<%= skinName %>-radio"> Make <%= skinName %> default </label>
128
					<label for="<%= skinName %>-radio"> Make  &quot;<%= skinName %>&quot; default </label>
129 129
				</td>
130 130
				<td class="config-property-input" >
131 131
					<input type="radio" 
......
207 207
					<img src="style/images/question-mark.gif" onClick="helpWindow('ldap_url_help.html')"/><br/>
208 208
				</td>
209 209
<%   			
210
				}					
211
			}	
210
				}									
212 211
%>
213 212
			</tr>
214 213
<%
214
				if (metaDataProperty.getDescription() != null) {
215
%>
216
				<tr>
217
	    	        <td></td>
218
	    	        <td class="config-property-description" colspan="2" >
219
						<%= metaDataProperty.getDescription() %>
220
	    	        </td>
221
				</tr>
222
<%
223
	    		}
224
			}
215 225
		}
216 226

  
217 227
%>

Also available in: Unified diff