Rev Author Line No. Line
289 kaklik 1  
2 <h1>{L_DISALLOW_TITLE}</h1>
3  
4 <p>{L_DISALLOW_EXPLAIN}</p>
5  
6 <form method="post" action="{S_FORM_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
7 <tr>
8 <th class="thHead" colspan="2">{L_ADD_DISALLOW}</th>
9 </tr>
10 <tr>
11 <td class="row1">{L_USERNAME}<br /><span class="gensmall">{L_ADD_EXPLAIN}</span></td>
12 <td class="row2"><input class="post" type="text" name="disallowed_user" size="30" />&nbsp;<input type="submit" name="add_name" value="{L_ADD}" class="mainoption" /></td>
13 </tr>
14 <tr>
15 <th class="thHead" colspan="2">{L_DELETE_DISALLOW}</th>
16 </tr>
17 <tr>
18 <td class="row1">{L_USERNAME}<br /><span class="gensmall">{L_DELETE_EXPLAIN}</span></td>
19 <td class="row2">{S_DISALLOW_SELECT}&nbsp;<input type="submit" name="delete_name" value="{L_DELETE}" class="liteoption" /></td>
20 </tr>
21 <tr>
22 <td class="catBottom" colspan="2" align="center">&nbsp;</td>
23 </tr>
24 </table></form>