Revision 4292
Added by daigle over 16 years ago
lib/admin/skins-configuration.jsp | ||
---|---|---|
158 | 158 |
<img class="question-mark" src="style/images/question-mark.gif" |
159 | 159 |
alt="<%= metaDataProperty.getDescription() %>" |
160 | 160 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
161 |
<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>" title="<%= metaDataProperty.getDescription() %>"><%= metaDataProperty.getLabel() %></label> |
|
161 |
<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>" title="<%= metaDataProperty.getDescription() %>"><%= metaDataProperty.getLabel() %></label></div>
|
|
162 | 162 |
<input class="textinput" id="<%= skinName %>.<%= metaDataProperty.getKey() %>" name="<%= skinName %>.<%= metaDataProperty.getKey() %>" |
163 | 163 |
type="<%= fieldType %>" |
164 | 164 |
alt="<%= metaDataProperty.getDescription() %>"/> |
Also available in: Unified diff
fix formatting by adding div closing tag