Файл: templates/admin/album_cat_select_body.tpl
Строк: 12
<p>{L_ALBUM_AUTH_TITLE}<br/>
{L_ALBUM_AUTH_EXPLAIN}</p>
<form
action="{S_ALBUM_ACTION}" method="post">
<table
width="100%" cellpadding="4" cellspacing="0"
border="0" class="forumline">
<tr>
<td
class="catSides">
<span
class="cattitle">{L_SELECT_CAT}</span>
</td>
</tr>
<tr>
<td
class="row1">
<select name="cat_id">
<!--
BEGIN catrow -->
<option
value="{catrow.CAT_ID}">{catrow.CAT_TITLE}</option>
<!--
END catrow
-->
</select>
</td>
</tr>
</table>
<input
name="submit" type="submit"
value="{L_LOOK_UP_CAT}" />
</form>