@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' />
@inputGroupItem>
@inputGroup>
@formGroup>
@tform>
<@tform method='post' type='inline' align='right' action='jsp/admin/style/CreateStyleSheet.jsp' align='right'>
<@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' />
@tform>
@boxHeader>
<@boxBody>
<@table>
#i18n{portal.style.manage_stylesheets.columnName}
<@sort jsp_url="jsp/admin/style/ManageStyleSheets.jsp" attribute="description" />
#i18n{portal.style.manage_stylesheets.columnFilename}
<@sort jsp_url="jsp/admin/style/ManageStyleSheets.jsp" attribute="file" />
#i18n{portal.util.labelActions}