aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid/groupcp_pending_info.tpl
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-03-10 15:35:58 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-03-10 15:35:58 +0000
commit7ced0fa6cb22a63aa5f0c75981a1d7c23a344eb8 (patch)
treea330d043fd851e6f29aaadd3f0097f11422f846e /phpBB/templates/Euclid/groupcp_pending_info.tpl
parent59862f62f75823e1ff996ecbac76ef3b84b8338d (diff)
downloadforums-7ced0fa6cb22a63aa5f0c75981a1d7c23a344eb8.tar
forums-7ced0fa6cb22a63aa5f0c75981a1d7c23a344eb8.tar.gz
forums-7ced0fa6cb22a63aa5f0c75981a1d7c23a344eb8.tar.bz2
forums-7ced0fa6cb22a63aa5f0c75981a1d7c23a344eb8.tar.xz
forums-7ced0fa6cb22a63aa5f0c75981a1d7c23a344eb8.zip
Removing from CVS to remove any chance of people using it 'accidently' while incomplete ... may recommit when it's updated
git-svn-id: file:///svn/phpbb/trunk@2289 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Euclid/groupcp_pending_info.tpl')
-rw-r--r--phpBB/templates/Euclid/groupcp_pending_info.tpl37
1 files changed, 0 insertions, 37 deletions
diff --git a/phpBB/templates/Euclid/groupcp_pending_info.tpl b/phpBB/templates/Euclid/groupcp_pending_info.tpl
deleted file mode 100644
index 867a9285e1..0000000000
--- a/phpBB/templates/Euclid/groupcp_pending_info.tpl
+++ /dev/null
@@ -1,37 +0,0 @@
-
-<br clear="all" />
-
-<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
- <tr>
- <td width="100%" class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
- <tr>
- <th height="25">{L_PM}</th>
- <th height="25">{L_USERNAME}</th>
- <th height="25">{L_POSTS}</th>
- <th height="25">{L_FROM}</th>
- <th height="25">{L_EMAIL}</th>
- <th height="25">{L_WEBSITE}</th>
- <th height="25">{L_SELECT}</th>
- </tr>
- <tr>
- <td class="cat" colspan="8" height="30"><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" valign="middle"><span class="gen">{pending_members_row.EMAIL_IMG}</span></td>
- <td class="{pending_members_row.ROW_CLASS}" align="center">{pending_members_row.WWW_IMG}</td>
- <td class="{pending_members_row.ROW_CLASS}" align="center"> <input type="checkbox" name="members[]" value="{pending_members_row.USER_ID}" /> </td>
- </tr>
- <!-- END pending_members_row -->
- <tr>
- <td class="cat" colspan="8" height="30" align="right"><input class="liteoptiontable" type="submit" name="approve" value="{L_APPROVE_SELECTED}" /> &nbsp; <input class="liteoptiontable" type="submit" name="deny" value="{L_DENY_SELECTED}" /></td>
- </tr>
- </table></td>
- </tr>
-</table>
-
-<br clear="all" />