<!-- Header -->
<{include file='db:wggallery_admin_header.tpl'}>
<{if $albumtypes_list}>
<h3 class=""><{$smarty.const._AM_WGGALLERY_OPTION_AT_SETINFO}></h3>
<table class='table table-bordered'>
<thead>
<tr class="head">
<th class="center"><{$smarty.const._AM_WGGALLERY_GT_AT_ID}></th>
<th class="center"><{$smarty.const._AM_WGGALLERY_GT_AT_NAME}></th>
<th class="center"><{$smarty.const._AM_WGGALLERY_GT_AT_CREDITS}></th>
<th class="center"><{$smarty.const._AM_WGGALLERY_GT_AT_TEMPLATE}></th>
<th class="center"><{$smarty.const._AM_WGGALLERY_GT_AT_OPTIONS}></th>
<th class="center"><{$smarty.const._AM_WGGALLERY_GT_AT_DATE}></th>
<th class="center"><{$smarty.const._AM_WGGALLERY_GT_AT_PRIMARY_SET}></th>
<th class="center width5"><{$smarty.const._CO_WGGALLERY_FORM_ACTION}></th>
</tr>
</thead>
<{if $albumtypes_count}>
<tbody>
<{foreach item=albumtype from=$albumtypes_list}>
<tr class="<{cycle values='odd, even'}>">
<td class='center'><{$albumtype.id}></td>
<td class="center"><{$albumtype.name}></td>
<td class="center"><{$albumtype.credits}></td>
<td class="center"><{$albumtype.template}></td>
<td class="left"><{$albumtype.options_text}></td>
<td class="center"><{$albumtype.date}></td>
<td class="center">
<{if 0 == $albumtype.primary}>
<a href="albumtypes.php?op=set_primary&at_id=<{$albumtype.id}>" title="<{$smarty.const._AM_WGGALLERY_GT_AT_PRIMARY_SET}>">
<img src="<{$wggallery_icon_url_16}>0.png" alt="_AM_WGGALLERY_GT_AT_PRIMARY_SET">
</a>
<{else}>
<img src="<{$wggallery_icon_url_16}>on.png" alt="_AM_WGGALLERY_GT_AT_PRIMARY">
<{/if}>
</td>
<td class="center width5">
<a href="albumtypes.php?op=options&at_id=<{$albumtype.id}>" title="<{$smarty.const._OPTIONS}>">
<img src="<{$wggallery_icon_url_16}>options.png" alt="<{$smarty.const._OPTIONS}>"></a>
<a href="albumtypes.php?op=reset&at_id=<{$albumtype.id}>&template=<{$albumtype.template}>" title="<{$smarty.const._RESET}>">
<img src="<{$wggallery_icon_url_16}>reset.png" alt="<{$smarty.const._RESET}>"></a>
<a href="albumtypes.php?op=delete&at_id=<{$albumtype.id}>" title="<{$smarty.const._DELETE}>">
<img src="<{xoModuleIcons16 delete.png}>" alt="albumtypes"></a>
</td>
</tr>
<{/foreach}>
</tbody>
<{/if}>
</table>
<div class="clear"> </div>
<{if $pagenav}>
<div class="xo-pagenav floatright"><{$pagenav}></div>
<div class="clear spacer"></div>
<{/if}>
<{/if}>
<{if $form}>
<{$form}>
<{/if}>
<{if $error}>
<div class="errorMsg"><strong><{$error}></strong>
</div>
<{/if}>
<br>
<!-- Footer --><{include file='db:wggallery_admin_footer.tpl'}>
|