mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -113,13 +113,14 @@
|
||||
<f:verbatim>
|
||||
</td>
|
||||
<td>
|
||||
<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
|
||||
<table border="0" cellpadding="0" cellspacing="0"><tr><td>
|
||||
</f:verbatim>
|
||||
<a:imagePickerRadio id="space-icon" columns="6" spacing="4" value="#{WizardManager.bean.icon}">
|
||||
<a:imagePickerRadioPanel id="space-icon" columns="6" spacing="4" value="#{WizardManager.bean.icon}"
|
||||
panelBorder="blue" panelBgcolor="#D3E6FE">
|
||||
<a:listItems value="#{WizardManager.bean.icons}" />
|
||||
</a:imagePickerRadio>
|
||||
</a:imagePickerRadioPanel>
|
||||
<f:verbatim>
|
||||
<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
<%--
|
||||
|
@@ -33,14 +33,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
|
||||
</f:verbatim>
|
||||
<a:imagePickerRadio id="space-type" columns="4" spacing="4" value="#{WizardManager.bean.spaceType}"
|
||||
onclick="javascript:itemSelected(this);">
|
||||
<a:imagePickerRadioPanel id="space-type" columns="4" spacing="4" value="#{WizardManager.bean.spaceType}"
|
||||
onclick="javascript:itemSelected(this);" panelBorder="blue" panelBgcolor="#D3E6FE">
|
||||
<a:listItems value="#{WizardManager.bean.folderTypes}" />
|
||||
</a:imagePickerRadio>
|
||||
</a:imagePickerRadioPanel>
|
||||
<f:verbatim>
|
||||
<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user