mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-22 02:50:00 +01:00
Note that this is currently kinda broken, please no bug reports on the bottom breadcrumb not showing! git-svn-id: file:///svn/phpbb/trunk@6402 89ea8834-ac86-4346-8a33-228a782c2dd0
44 lines
1.3 KiB
HTML
44 lines
1.3 KiB
HTML
<!-- INCLUDE overall_header.html -->
|
|
|
|
<div id="pagecontent">
|
|
|
|
<form name="confirm" action="{S_CONFIRM_ACTION}" method="post">
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
<tr>
|
|
<th>{MESSAGE_TITLE}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" align="center">
|
|
<!-- IF ADDITIONAL_MSG -->
|
|
<span class="gen" style="color:red">{ADDITIONAL_MSG}</span><br />
|
|
<!-- ENDIF -->
|
|
<!-- IF S_FORUM_SELECT -->
|
|
<span class="gen"><br />{L_SELECT_DESTINATION_FORUM} </span>
|
|
<select name="to_forum_id">{S_FORUM_SELECT}</select><br />
|
|
<!-- IF S_CAN_LEAVE_SHADOW -->
|
|
<input type="checkbox" class="radio" name="move_leave_shadow" checked="checked" /><span class="gen">{L_LEAVE_SHADOW}</span><br />
|
|
<!-- ENDIF -->
|
|
<br />{S_HIDDEN_FIELDS}<span class="gen">{MESSAGE_TEXT}</span><br /><br />
|
|
<input type="submit" name="confirm" value="{YES_VALUE}" class="btnmain" /> <input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></span>
|
|
<!-- ELSE -->
|
|
<span class="gen">{L_NO_DESTINATION_FORUM}</span><br /><br />
|
|
{S_HIDDEN_FIELDS}
|
|
<input type="submit" name="cancel" value="{L_CANCEL}" class="btnlite" />
|
|
<!-- ENDIF -->
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<br clear="all" />
|
|
|
|
<!-- INCLUDE breadcrumbs.html -->
|
|
|
|
<br clear="all" />
|
|
|
|
<!-- INCLUDE overall_footer.html -->
|