Revision 4608
Added by daigle about 16 years ago
skins-configuration.jsp | ||
---|---|---|
120 | 120 |
<% |
121 | 121 |
} |
122 | 122 |
%> |
123 |
name="default-flag" id="<%= skinName %>-radio" value="<%= skinName %>" onChange="toggleHiddenDefaultText('default-flag', '<%= skinName %>')"/>
|
|
123 |
name="application.default-style" id="<%= skinName %>-radio" value="<%= skinName %>" onChange="toggleHiddenDefaultText('default-flag', '<%= skinName %>')"/>
|
|
124 | 124 |
<label class="checkradio-label" for="<%= skinName %>-radio"> Make "<%= skinName %>" default </label> |
125 | 125 |
<% |
126 | 126 |
for (Integer propertyKey : propertyKeys) { |
Also available in: Unified diff
Remove application.default-style from the global configuration screen and activate it in the skins configuration.