<#include "manageadmingru_tabs.html" /> <@tabs> <@tabHeader tab="featurecategory" /> <@tabContent tab="featurecategory"> <@rowBox> <@boxHeader i18nTitleKey="gru.manage_featurecategories.tableLabel"> <@headerButtons>
<@actionButtons button1Name="view_createFeatureCategory" icon1="icon-plus icon-white" i18nValue1Key="gru.manage_featurecategories.buttonAdd" />
<@boxBody> <@messages infos=infos /> <@paginationAdmin paginator=paginator combo=1 />
<@table> #i18n{gru.manage_featurecategories.columnName} #i18n{gru.manage_featurecategories.columnDescription} #i18n{gru.manage_featurecategories.columnIdOrder} #i18n{portal.util.labelActions} <@tableHeadBodySeparator /> <#list featurecategory_list as featurecategory >     ${featurecategory.name} ${featurecategory.description} ${featurecategory.idOrder} <@paginationAdmin paginator=paginator />