]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phpBB2_old/templates/christmas2/admin/ranks_list_body.tpl
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phpBB2_old / templates / christmas2 / admin / ranks_list_body.tpl
diff --git a/phpBB2_old/templates/christmas2/admin/ranks_list_body.tpl b/phpBB2_old/templates/christmas2/admin/ranks_list_body.tpl
deleted file mode 100644 (file)
index 368326f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-
-<h1>{L_RANKS_TITLE}</h1>
-
-<p>{L_RANKS_TEXT}</p>
-
-<form method="post" action="{S_RANKS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
-       <tr>
-               <th class="thCornerL">{L_RANK}</th>
-        <th class="thTop">{L_RANK_MINIMUM}</th>
-               <th class="thTop">{L_SPECIAL_RANK}</th>
-               <th class="thTop">{L_EDIT}</th>
-               <th class="thCornerR">{L_DELETE}</th>
-       </tr>
-       <!-- BEGIN ranks -->
-       <tr>
-               <td class="{ranks.ROW_CLASS}" align="center">{ranks.RANK}</td>
-        <td class="{ranks.ROW_CLASS}" align="center">{ranks.RANK_MIN}</td>
-               <td class="{ranks.ROW_CLASS}" align="center">{ranks.SPECIAL_RANK}</td>
-               <td class="{ranks.ROW_CLASS}" align="center"><a href="{ranks.U_RANK_EDIT}">{L_EDIT}</a></td>
-               <td class="{ranks.ROW_CLASS}" align="center"><a href="{ranks.U_RANK_DELETE}">{L_DELETE}</a></td>
-       </tr>
-       <!-- END ranks -->                      
-       <tr>
-               <td class="catBottom" align="center" colspan="6"><input type="submit" class="mainoption" name="add" value="{L_ADD_RANK}" /></td>
-       </tr>
-</table></form>