Revision 4279
Added by daigle over 16 years ago
skins-configuration.jsp | ||
---|---|---|
132 | 132 |
<img class="question-mark" src="style/images/question-mark.gif" |
133 | 133 |
alt="<%= metaDataProperty.getDescription() %>" |
134 | 134 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')""/> |
135 |
<label class="textinput-label" for="<%= metaDataProperty.getKey() %>" title="<%= metaDataProperty.getDescription() %>"><%= metaDataProperty.getLabel() %></label>
|
|
135 |
<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>" title="<%= metaDataProperty.getDescription() %>"><%= metaDataProperty.getLabel() %></label>
|
|
136 | 136 |
<select class="textinput" name="<%= skinName %>.<%= metaDataProperty.getKey() %>"> |
137 | 137 |
|
138 | 138 |
<% |
... | ... | |
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 |
<label class="textinput-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>
|
|
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
Clean up some configuration form formatting