]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phpBB2/templates/christmas2/admin/auth_forum_body.tpl
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phpBB2 / templates / christmas2 / admin / auth_forum_body.tpl
diff --git a/phpBB2/templates/christmas2/admin/auth_forum_body.tpl b/phpBB2/templates/christmas2/admin/auth_forum_body.tpl
deleted file mode 100644 (file)
index 7e58992..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-
-<h1>{L_AUTH_TITLE}</h1>
-
-<p>{L_AUTH_EXPLAIN}</p>
-
-<h2>{L_FORUM}: {FORUM_NAME}</h2>
-
-<form method="post" action="{S_FORUMAUTH_ACTION}">
-  <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
-       <tr> 
-         <!-- BEGIN forum_auth_titles -->
-         <th class="thTop">{forum_auth_titles.CELL_TITLE}</th>
-         <!-- END forum_auth_titles -->
-       </tr>
-       <tr> 
-         <!-- BEGIN forum_auth_data -->
-         <td class="row1" align="center">{forum_auth_data.S_AUTH_LEVELS_SELECT}</td>
-         <!-- END forum_auth_data -->
-       </tr>
-       <tr> 
-         <td colspan="{S_COLUMN_SPAN}" align="center" class="row1"> <span class="gensmall">{U_SWITCH_MODE}</span></td>
-       </tr>
-       <tr>
-         <td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS} 
-               <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />
-               &nbsp;&nbsp; 
-               <input type="reset" value="{L_RESET}" name="reset" class="liteoption" />
-         </td>
-       </tr>
-  </table>
-</form>