@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'> <@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> <@tr> <@th> #i18n{portal.style.manage_stylesheets.columnName} <@sort jsp_url="jsp/admin/style/ManageStyleSheets.jsp" attribute="description" /> @th> <@th>#i18n{portal.style.manage_stylesheets.columnFilename} <@sort jsp_url="jsp/admin/style/ManageStyleSheets.jsp" attribute="file" /> @th> <@th>#i18n{portal.util.labelActions}@th> @tr>
<#list stylesheet_list as stylesheet> <@tr> <@td>${stylesheet.description}@td> <@td>${stylesheet.file}@td> <@td> <@aButton href='jsp/admin/style/ModifyStyleSheet.jsp?stylesheet_id=${stylesheet.id}' buttonIcon='edit' hideTitle=['all'] size='sm' /> @td> @tr> #list> @table> @boxBody> <@boxFooter> <@paginationAdmin paginator=paginator combo=1 /> @boxFooter> @box> @columns> @row>