<#include "infos_handler.html" />
#i18n{pluginwizard.pluginwizard_manage_portlets.pageTitle}
#i18n{pluginwizard.pluginwizard_manage_portlets.labelPortletClass} |
#i18n{pluginwizard.pluginwizard_manage_portlets.labelPortletTypeName} |
#i18n{pluginwizard.pluginwizard_manage_portlets.labelPortletCreationUrl} |
#i18n{pluginwizard.pluginwizard_manage_portlets.labelPortletUpdateUrl} |
#i18n{pluginwizard.pluginwizard_manage_portlets.labelPortletAction} |
<#if plugin_portlets?? > <#list plugin_portlets as portlet >
<#assign nEndIndex = portlet.portletClass?length>
<#assign nBeginIndex = portlet.portletClass?last_index_of(".")+1>
${portlet.portletClass?substring(nBeginIndex, nEndIndex)}
|
${portlet.portletTypeName} |
${portlet.portletCreationUrl} |
${portlet.portletUpdateUrl} |
|
#list>
#if>