View file templates/admin/album_cat_select_body.tpl

File size: 480B
{L_ALBUM_AUTH_TITLE}<br/>
{L_ALBUM_AUTH_EXPLAIN}
<form action="{S_ALBUM_ACTION}" method="post">
<div class="meny" colspan="2" height="28">{L_SELECT_CAT}</div>
<div class="row1" height="25">
<select name="cat_id">
<!-- BEGIN catrow -->
<option value="{catrow.CAT_ID}">{catrow.CAT_TITLE}</option>
<!-- END catrow -->
</select>
</div>
<div class="row1" width="100%" align="center"><input name="submit" type="submit" value="{L_LOOK_UP_CAT}" class="liteoption" />
</div>
</form>
<br />