|
From: Jon O. <jon...@us...> - 2007-09-09 16:37:28
|
Update of /cvsroot/mxbb/mx_phpbb2admin/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4122 Modified Files: userlist_body.tpl Log Message: update-check-before-removal Index: userlist_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/templates/subSilver/admin/userlist_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** userlist_body.tpl 9 Sep 2006 21:21:21 -0000 1.1 --- userlist_body.tpl 9 Sep 2007 16:37:24 -0000 1.2 *************** *** 37,40 **** --- 37,41 ---- <table width="100%" cellpadding="3" cellspacing="1" border="0"> <tr> + <td align="left" nowrap="nowrap"><span class="gen"><b>[<a class="gen" href="{U_ADD_USER}" class="gen">{L_ADD_USER}</a>]</b></span></td> <td width="100%"> </td> <td align="right" nowrap="nowrap"><span class="gen">{L_SORT_BY}</td> *************** *** 83,87 **** <tr> <td class="{user_row.ROW_CLASS}" nowrap="nowrap"><input type="checkbox" name="{S_USER_VARIABLE}[]" value="{user_row.USER_ID}"> <a href="javascript:handleClick('user{user_row.USER_ID}');">{L_OPEN_CLOSE}</a></td> ! <td class="{user_row.ROW_CLASS}"><span class="gen" {user_row.STYLE_COLOR}><b><a href="{user_row.U_PROFILE}" class="gen" target="_blank" {user_row.STYLE_COLOR}>{user_row.USERNAME}</a></b></span></td> <td class="{user_row.ROW_CLASS}"><span class="gen">{user_row.ACTIVE}</span></td> <td class="{user_row.ROW_CLASS}"><span class="gen">{user_row.JOINED}</span></td> --- 84,88 ---- <tr> <td class="{user_row.ROW_CLASS}" nowrap="nowrap"><input type="checkbox" name="{S_USER_VARIABLE}[]" value="{user_row.USER_ID}"> <a href="javascript:handleClick('user{user_row.USER_ID}');">{L_OPEN_CLOSE}</a></td> ! <td class="{user_row.ROW_CLASS}"><span class="gen" {user_row.STYLE_COLOR}><b><a href="{user_row.U_PROFILE}" class="gen" {user_row.STYLE_COLOR}>{user_row.USERNAME}</a></b></span></td> <td class="{user_row.ROW_CLASS}"><span class="gen">{user_row.ACTIVE}</span></td> <td class="{user_row.ROW_CLASS}"><span class="gen">{user_row.JOINED}</span></td> *************** *** 89,100 **** </tr> <tr id="user{user_row.USER_ID}" style="display: none"> ! <td class="{user_row.ROW_CLASS}" width="13%"> </td> <td class="{user_row.ROW_CLASS}" colspan="4" width="100%"> <table width="100%" cellpadding="3" cellspacing="1" border="0"> <tr> <td class="{user_row.ROW_CLASS}" width="33%"><span class="gen"><b>{L_RANK}:</b> {user_row.RANK} {user_row.I_RANK}</td> <td class="{user_row.ROW_CLASS}" width="34%"><span class="gen"><b>{L_GROUP}:</b> <!-- BEGIN group_row --> ! <a href="{user_row.group_row.U_GROUP}" class="gen" target="_blank">{user_row.group_row.GROUP_NAME}</a> ({user_row.group_row.GROUP_STATUS})<br /> <!-- END group_row --> <!-- BEGIN no_group_row --> --- 90,103 ---- </tr> <tr id="user{user_row.USER_ID}" style="display: none"> ! <td class="{user_row.ROW_CLASS}" width="13%" align="center"><a href="mailto:{user_row.EMAIL}" class="gensmall">[{L_EMAIL}]</a><br /></td> <td class="{user_row.ROW_CLASS}" colspan="4" width="100%"> <table width="100%" cellpadding="3" cellspacing="1" border="0"> <tr> + <!-- BEGIN noninternal --> <td class="{user_row.ROW_CLASS}" width="33%"><span class="gen"><b>{L_RANK}:</b> {user_row.RANK} {user_row.I_RANK}</td> + <!-- END noninternal --> <td class="{user_row.ROW_CLASS}" width="34%"><span class="gen"><b>{L_GROUP}:</b> <!-- BEGIN group_row --> ! <a href="{user_row.group_row.U_GROUP}" class="gen">{user_row.group_row.GROUP_NAME}</a> ({user_row.group_row.GROUP_STATUS})<br /> <!-- END group_row --> <!-- BEGIN no_group_row --> *************** *** 102,119 **** <!-- END no_group_row --> </span></td> <td class="{user_row.ROW_CLASS}" width="33%"><span class="gen"><b>{L_POSTS}:</b> {user_row.POSTS} <a href="{user_row.U_SEARCH}" class="gen" target="_blank">{L_FIND_ALL_POSTS}</a></span></td> </tr> ! <tr> ! <td class="{user_row.ROW_CLASS}" colspan="3"><span class="gen"><b>{L_WEBSITE}:</b> <a href="{user_row.U_WEBSITE}" class="gen" target="_blank">{user_row.U_WEBSITE}</a></span></td> ! </tr> <tr> <td class="{user_row.ROW_CLASS}"><span class="gen"> <a href="{user_row.U_MANAGE}" class="gen">{L_MANAGE}</a><br /> <a href="{user_row.U_PERMISSIONS}" class="gen">{L_PERMISSIONS}</a><br /> - <a href="mailto:{user_row.EMAIL}" class="gen">{L_EMAIL} [ {user_row.EMAIL} ]</a><br /> <a href="{user_row.U_PM}" class="gen">{L_PM}</a> </span></td> ! <td colspan="2" class="{user_row.ROW_CLASS}">{user_row.I_AVATAR}</td> </tr> </table> </td> --- 105,123 ---- <!-- END no_group_row --> </span></td> + <!-- BEGIN noninternal --> <td class="{user_row.ROW_CLASS}" width="33%"><span class="gen"><b>{L_POSTS}:</b> {user_row.POSTS} <a href="{user_row.U_SEARCH}" class="gen" target="_blank">{L_FIND_ALL_POSTS}</a></span></td> + <!-- END noninternal --> </tr> ! <!-- BEGIN noninternal --> <tr> <td class="{user_row.ROW_CLASS}"><span class="gen"> <a href="{user_row.U_MANAGE}" class="gen">{L_MANAGE}</a><br /> <a href="{user_row.U_PERMISSIONS}" class="gen">{L_PERMISSIONS}</a><br /> <a href="{user_row.U_PM}" class="gen">{L_PM}</a> </span></td> ! <td class="{user_row.ROW_CLASS}">{user_row.I_AVATAR}</td> ! <td class="{user_row.ROW_CLASS}"><span class="gen"><b>{L_WEBSITE}:</b> <a href="{user_row.U_WEBSITE}" class="gen" target="_blank">{user_row.U_WEBSITE}</a></span></td> </tr> + <!-- END noninternal --> </table> </td> *************** *** 125,129 **** --- 129,135 ---- <option value="">{L_SELECT}</option> <option value="delete">{L_DELETE}</option> + <!-- BEGIN noninternal --> <option value="ban">{L_BAN}</option> + <!-- END noninternal --> <option value="activate">{L_ACTIVATE_DEACTIVATE}</option> <option value="group">{L_ADD_GROUP}</option> |