diff options
Diffstat (limited to 'phpBB/templates/PSO/groupcp_pending_info.tpl')
| -rw-r--r-- | phpBB/templates/PSO/groupcp_pending_info.tpl | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/phpBB/templates/PSO/groupcp_pending_info.tpl b/phpBB/templates/PSO/groupcp_pending_info.tpl new file mode 100644 index 0000000000..41d47d0487 --- /dev/null +++ b/phpBB/templates/PSO/groupcp_pending_info.tpl @@ -0,0 +1,36 @@ + +<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}" /></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" /> + + <input type="submit" name="deny" value="{L_DENY_SELECTED}" class="liteoption" /> + </span></td> + </tr> +</table> |
