<@row> <@columns> <@box color='info'> <@boxHeader title='#i18n{portal.style.manage_stylesheets.title}' boxTools=true> <@tform method='post' type='inline' align='left'> <@formGroup formStyle='inline' labelKey='#i18n{portal.style.manage_stylesheets.labelSortByMode}' labelFor='mode_id' hideLabel=['all']> <@inputGroup> <@select name='mode_id' default_value='${mode_id}' items=mode_list size='sm' /> <@inputGroupItem> <@button type='submit' buttonIcon='filter' title='#i18n{portal.util.labelFilter}' hideTitle=['all'] size='sm' /> <@tform method='post' type='inline' align='right' action='jsp/admin/style/CreateStyleSheet.jsp'> <@input type='hidden' name='mode_id' value='${mode_id}' /> <@button type='submit' buttonIcon='plus' title='#i18n{portal.style.manage_stylesheets.buttonAdd}' hideTitle=['xs','sm'] size='sm' /> <@boxBody> <@table> <@tr> <@th> #i18n{portal.style.manage_stylesheets.columnName} <@sort jsp_url="jsp/admin/style/ManageStyleSheets.jsp" attribute="description" /> <@th>#i18n{portal.style.manage_stylesheets.columnFilename} <@sort jsp_url="jsp/admin/style/ManageStyleSheets.jsp" attribute="file" /> <@th>#i18n{portal.util.labelActions} <#list stylesheet_list as stylesheet> <@tr> <@td>${stylesheet.description} <@td>${stylesheet.file} <@td> <@aButton href='jsp/admin/style/ModifyStyleSheet.jsp?stylesheet_id=${stylesheet.id}' buttonIcon='edit' hideTitle=['all'] size='sm' /> <@boxFooter> <@paginationAdmin paginator=paginator combo=1 />