]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phpBB2/templates/christmas2/groupcp_pending_info.tpl
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phpBB2 / templates / christmas2 / groupcp_pending_info.tpl
diff --git a/phpBB2/templates/christmas2/groupcp_pending_info.tpl b/phpBB2/templates/christmas2/groupcp_pending_info.tpl
deleted file mode 100644 (file)
index 68f618c..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-
-<br clear="all" />
-
-<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
-       <tr> 
-         <th class="thCornerL" height="25">{L_PM}</th>
-         <th class="thTop">{L_USERNAME}</th>
-         <th class="thTop">{L_POSTS}</th>
-         <th class="thTop">{L_FROM}</th>
-         <th class="thTop">{L_EMAIL}</th>
-         <th class="thTop">{L_WEBSITE}</th>
-         <th class="thCornerR">{L_SELECT}</th>
-       </tr>
-       <tr> 
-         <td class="catSides" colspan="8" height="28"><span class="cattitle">{L_PENDING_MEMBERS}</span></td>
-       </tr>
-       <!-- BEGIN pending_members_row -->
-       <tr> 
-         <td class="{pending_members_row.ROW_CLASS}" align="center"> {pending_members_row.PM_IMG} 
-         </td>
-         <td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen"><a href="{pending_members_row.U_VIEWPROFILE}" class="gen">{pending_members_row.USERNAME}</a></span></td>
-         <td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen">{pending_members_row.POSTS}</span></td>
-         <td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen">{pending_members_row.FROM}</span></td>
-         <td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen">{pending_members_row.EMAIL_IMG}</span></td>
-         <td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen">{pending_members_row.WWW_IMG}</span></td>
-         <td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gensmall"> <input type="checkbox" name="pending_members[]" value="{pending_members_row.USER_ID}" checked="checked" /></span></td>
-       </tr>
-       <!-- END pending_members_row -->
-       <tr> 
-         <td class="cat" colspan="8" align="right"><span class="cattitle"> 
-               <input type="submit" name="approve" value="{L_APPROVE_SELECTED}" class="mainoption" />
-               &nbsp; 
-               <input type="submit" name="deny" value="{L_DENY_SELECTED}" class="liteoption" />
-               </span></td>
-       </tr>
-</table>