]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phpBB2/templates/christmas2/admin/category_edit_body.tpl
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phpBB2 / templates / christmas2 / admin / category_edit_body.tpl
diff --git a/phpBB2/templates/christmas2/admin/category_edit_body.tpl b/phpBB2/templates/christmas2/admin/category_edit_body.tpl
deleted file mode 100644 (file)
index 8fed1c9..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-
-<h1>{L_EDIT_CATEGORY}</h1>
-
-<p>{L_EDIT_CATEGORY_EXPLAIN}</p>
-
-<form action="{S_FORUM_ACTION}" method="post">
-  <table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
-       <tr> 
-         <th class="thHead" colspan="2">{L_EDIT_CATEGORY}</th>
-       </tr>
-       <tr> 
-         <td class="row1">{L_CATEGORY}</td>
-         <td class="row2"><input class="post" type="text" size="25" name="cat_title" value="{CAT_TITLE}" /></td>
-       </tr>
-       <tr> 
-         <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td>
-       </tr>
-  </table>
-</form>
-               
-<br clear="all" />