Revision 4279
Added by daigle over 16 years ago
lib/admin/admin.css | ||
---|---|---|
199 | 199 |
display: none; |
200 | 200 |
width: 100%; |
201 | 201 |
margin-left: 2em; |
202 |
border-style: solid; |
|
203 |
border-width: 2px; |
|
204 |
border-color: gray; |
|
202 | 205 |
} |
203 | 206 |
|
204 | 207 |
.checkradio { |
... | ... | |
246 | 249 |
.question-mark { |
247 | 250 |
float: right; |
248 | 251 |
vertical-align: middle; |
252 |
margin-right: 5px; |
|
249 | 253 |
} |
250 | 254 |
|
251 | 255 |
.form-row { |
lib/admin/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