Added ImagePickerRadioPanel renderer and changed pages to use it.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2621 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2006-04-04 15:31:17 +00:00
parent 02f7da6dec
commit 1bc8818f37
7 changed files with 226 additions and 13 deletions

View File

@@ -101,13 +101,12 @@
</td>
<td>
<table border="0" cellpadding="0" cellspacing="0"><tr><td>
<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
</f:verbatim>
<a:imagePickerRadio id="space-icon" columns="6" spacing="4" value="#{DialogManager.bean.icon}" >
<a:imagePickerRadioPanel id="space-icon" columns="6" spacing="4" value="#{DialogManager.bean.icon}"
panelBorder="blue" panelBgcolor="#D3E6FE">
<a:listItems value="#{DialogManager.bean.icons}" />
</a:imagePickerRadio>
</a:imagePickerRadioPanel>
<f:verbatim>
<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
</td></tr></table>
</td>
</tr>