@rowBox>
<@boxHeader i18nTitleKey="mydashboard.managePanels.title">
<@headerButtons>
@headerButtons>
@boxHeader>
<@boxBody>
<@messages infos=infos />
<@paginationAdmin paginator=paginator combo=1 />
<@table>
#i18n{mydashboard.managePanels.columnCode} |
#i18n{mydashboard.managePanels.columnTitle} |
#i18n{mydashboard.managePanels.columnComponentList} |
#i18n{portal.util.labelActions} |
<@tableHeadBodySeparator />
<#list panel_list as panel >
${panel.code}
|
${panel.title}
<#if panel.default>
#i18n{mydashboard.managePanels.defaultLabel}
#if>
|
<#if (map_panel_list_dashboard_component["${panel.id}"])??>
<#assign listDashboard = map_panel_list_dashboard_component["${panel.id}"] />
<#if listDashboard??>
<#list listDashboard as component>
- ${(map_dashboard_component[component.idDashboard!])!}
#list>
#if>
#if>
|
|
#list>
@table>
<@paginationAdmin paginator=paginator />
@boxBody>
@rowBox>