]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phpBB2/templates/christmas2/admin/styles_list_body.tpl
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phpBB2 / templates / christmas2 / admin / styles_list_body.tpl
diff --git a/phpBB2/templates/christmas2/admin/styles_list_body.tpl b/phpBB2/templates/christmas2/admin/styles_list_body.tpl
deleted file mode 100644 (file)
index 915fe49..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-
-<h1>{L_STYLES_TITLE}</h1>
-
-<P>{L_STYLES_TEXT}</p>
-
-<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
-       <tr>
-               <th class="thCornerL">{L_STYLE}</th>
-               <th class="thTop">{L_TEMPLATE}</th>
-               <th class="thTop">{L_EDIT}</th>
-               <th colspan="2" class="thCornerR">{L_DELETE}</th>
-       </tr>
-       <!-- BEGIN styles -->
-       <tr>
-               <td class="{styles.ROW_CLASS}">{styles.STYLE_NAME}</td>
-               <td class="{styles.ROW_CLASS}">{styles.TEMPLATE_NAME}</td>
-               <td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_EDIT}">{L_EDIT}</a></td>
-               <td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_DELETE}">{L_DELETE}</a></td>
-       </tr>
-       <!-- END styles -->
-</table></form>