mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
"was this used ever?" No, so off it goes to be recycled into something new... :P
git-svn-id: file:///svn/phpbb/trunk@5529 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ddecabbec7
commit
b356ad1765
1 changed files with 0 additions and 52 deletions
|
@ -1,52 +0,0 @@
|
||||||
<!-- $Id$ -->
|
|
||||||
|
|
||||||
<!-- Note: was this used ever? -->
|
|
||||||
|
|
||||||
<!-- INCLUDE mcp_header.html -->
|
|
||||||
|
|
||||||
<form method="post" name="main" action="{S_MCP_ACTION}">
|
|
||||||
<!-- IF S_FORUM_ID -->
|
|
||||||
|
|
||||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0">
|
|
||||||
<tr>
|
|
||||||
<th colspan="2" height="28" nowrap="nowrap">{L_FORUM_INFO}</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><b class="genmed">{L_FORUM_NAME}</b></td>
|
|
||||||
<td class="row2"><input type="text" class="post" name="forum_name" value="{FORUM_NAME}" size="45" /></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><b class="genmed">{L_FORUM_DESC}</b></td>
|
|
||||||
<td class="row2"><textarea class="post" rows="5" cols="45" wrap="virtual" name="forum_desc">{FORUM_DESC}</textarea></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><b class="genmed">{L_FORUM_STYLE}</b></td>
|
|
||||||
<td class="row2"><select name="forum_style">{STYLE_LIST}</select></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><b class="genmed">{L_FORUM_STATUS}</b></td>
|
|
||||||
<td class="row2"><select name="forum_status">{STATUS_LIST}</select></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td colspan="2" class="cat" align="center"><input type="submit" name="confirm" value="{L_CONFIRM}" class="btnmain" /> <input type="submit" name="cancel" value="{L_CANCEL}" class="btnlite" /></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<br />
|
|
||||||
<!-- INCLUDE mcp_jumpbox.html -->
|
|
||||||
|
|
||||||
<!-- ELSE -->
|
|
||||||
|
|
||||||
<table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0">
|
|
||||||
<tr>
|
|
||||||
<th height="28"><b>{L_FORUM_INFO}</b></th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1" align="center"><br /><!-- INCLUDE mcp_jumpbox.html --><br /><br /></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<!-- ENDIF -->
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<!-- INCLUDE overall_footer.html -->
|
|
Loading…
Add table
Reference in a new issue