289 |
kaklik |
1 |
|
|
|
2 |
<form action="{S_MODCP_ACTION}" method="post"> |
|
|
3 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
|
|
4 |
<tr> |
|
|
5 |
<td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td> |
|
|
6 |
</tr> |
|
|
7 |
</table> |
|
|
8 |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
|
|
9 |
<tr> |
|
|
10 |
<th height="25" class="thHead"><b>{MESSAGE_TITLE}</b></th> |
|
|
11 |
</tr> |
|
|
12 |
<tr> |
|
|
13 |
<td class="row1"> |
|
|
14 |
<table width="100%" border="0" cellspacing="0" cellpadding="1"> |
|
|
15 |
<tr> |
|
|
16 |
<td> </td> |
|
|
17 |
</tr> |
|
|
18 |
<tr> |
|
|
19 |
<td align="center"><span class="gen">{L_MOVE_TO_FORUM} {S_FORUM_SELECT}<br /><br /> |
|
|
20 |
<input type="checkbox" name="move_leave_shadow" checked="checked" />{L_LEAVESHADOW}<br /> |
|
|
21 |
<br /> |
|
|
22 |
{MESSAGE_TEXT}</span><br /> |
|
|
23 |
<br /> |
|
|
24 |
{S_HIDDEN_FIELDS} |
|
|
25 |
<input class="mainoption" type="submit" name="confirm" value="{L_YES}" /> |
|
|
26 |
|
|
|
27 |
<input class="liteoption" type="submit" name="cancel" value="{L_NO}" /> |
|
|
28 |
</td> |
|
|
29 |
</tr> |
|
|
30 |
<tr> |
|
|
31 |
<td> </td> |
|
|
32 |
</tr> |
|
|
33 |
</table> |
|
|
34 |
</td> |
|
|
35 |
</tr> |
|
|
36 |
</table> |
|
|
37 |
</form> |