(file) Return to groupcp_pending_info.tpl CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web / phpBB2 / templates / subSilver

 1 rizwank 1.1 
 2             <br clear="all" />
 3             
 4             <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
 5             	<tr> 
 6             	  <th class="thCornerL" height="25">{L_PM}</th>
 7             	  <th class="thTop">{L_USERNAME}</th>
 8             	  <th class="thTop">{L_POSTS}</th>
 9             	  <th class="thTop">{L_FROM}</th>
10             	  <th class="thTop">{L_EMAIL}</th>
11             	  <th class="thTop">{L_WEBSITE}</th>
12             	  <th class="thCornerR">{L_SELECT}</th>
13             	</tr>
14             	<tr> 
15             	  <td class="catSides" colspan="8" height="28"><span class="cattitle">{L_PENDING_MEMBERS}</span></td>
16             	</tr>
17             	<!-- BEGIN pending_members_row -->
18             	<tr> 
19             	  <td class="{pending_members_row.ROW_CLASS}" align="center"> {pending_members_row.PM_IMG} 
20             	  </td>
21             	  <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>
22 rizwank 1.1 	  <td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen">{pending_members_row.POSTS}</span></td>
23             	  <td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen">{pending_members_row.FROM}</span></td>
24             	  <td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen">{pending_members_row.EMAIL_IMG}</span></td>
25             	  <td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen">{pending_members_row.WWW_IMG}</span></td>
26             	  <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>
27             	</tr>
28             	<!-- END pending_members_row -->
29             	<tr> 
30             	  <td class="cat" colspan="8" align="right"><span class="cattitle"> 
31             		<input type="submit" name="approve" value="{L_APPROVE_SELECTED}" class="mainoption" />
32             		&nbsp; 
33             		<input type="submit" name="deny" value="{L_DENY_SELECTED}" class="liteoption" />
34             		</span></td>
35             	</tr>
36             </table>

Rizwan Kassim
Powered by
ViewCVS 0.9.2