1 <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
3 <th class="thHead" height="25" valign="middle"><span class="tableTitle">{MESSAGE_TITLE}</span></th>
6 <td class="row1" align="center"><form action="{S_ACTION}" method="post"><span class="gen"><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}
7 <select name="{S_GROUP_VARIABLE}" class="post">
8 <option value="">{L_SELECT}</option>
9 <!-- BEGIN grouprow -->
10 <option value="{grouprow.GROUP_ID}">{grouprow.GROUP_NAME}</option>
13 <input type="submit" name="confirm" value="{L_GO}" class="mainoption" /><input type="submit" name="cancel" value="{L_CANCEL}" class="liteoption" /></span></form></td>