|
From: Jon O. <jon...@us...> - 2005-09-22 10:12:09
|
Update of /cvsroot/mxbb/mx_profilecp/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8623/modules/mx_profilecp/templates/subSilver Modified Files: buddy_body.tpl privmsgs_body.tpl Log Message: updating Index: buddy_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/templates/subSilver/buddy_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** buddy_body.tpl 18 Feb 2005 10:09:23 -0000 1.3 --- buddy_body.tpl 22 Sep 2005 10:11:46 -0000 1.4 *************** *** 151,155 **** <tr> <td valign="top" align="center" colspan="2"> ! <table cellpadding="4" cellspacing="1" border="0" class="forumline" width="100%"> <tr> <th width="1%" align="center"><span class="genmed">#</span></th> --- 151,155 ---- <tr> <td valign="top" align="center" colspan="2"> ! <table cellpadding="3" cellspacing="1" border="0" class="forumline" width="100%"> <tr> <th width="1%" align="center"><span class="genmed">#</span></th> *************** *** 174,183 **** <!-- BEGIN select --> <tr> ! <td class="catBottom" colspan="{ROW_SPAN}" align="left" valign="top" nowrap="nowrap"> ! <span class="genmed"> ! <input type="text" class="post" name="username" maxlength="50" size="20" /> ! <input type="submit" name="adduser" value="{L_ADD_MEMBER}" class="mainoption" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /> ! <input type="submit" name="remove" class="liteoption" value="{L_REMOVE_SELECTED}"> </span> </td> --- 174,183 ---- <!-- BEGIN select --> <tr> ! <td class="catBottom" colspan="{ROW_SPAN}" align="center" valign="top" nowrap="nowrap"> ! <span class="gensmall"> ! <input type="text" class="post" name="username" maxlength="40" size="20" /> ! <input type="submit" name="adduser" value="{L_ADD_MEMBER}" class="mainoption" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /> ! <input type="submit" name="remove" class="liteoption" value="{L_REMOVE_SELECTED}" /> </span> </td> Index: privmsgs_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/templates/subSilver/privmsgs_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** privmsgs_body.tpl 29 Jun 2004 22:27:48 -0000 1.1 --- privmsgs_body.tpl 22 Sep 2005 10:11:46 -0000 1.2 *************** *** 79,87 **** <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> <tr> ! <th width="5%" nowrap="nowrap"> {L_FLAG} </th> ! <th width="55%" nowrap="nowrap"> {L_SUBJECT} </th> ! <th width="20%" nowrap="nowrap"> {L_FROM_OR_TO} </th> ! <th width="15%" nowrap="nowrap"> {L_DATE} </th> ! <th width="5%" nowrap="nowrap"> <input type="checkbox" name="all_mark" value="{L_SELECT}" onClick="check_uncheck_all();"> </th> </tr> <!-- BEGIN listrow --> --- 79,87 ---- <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> <tr> ! <th width="5%" nowrap="nowrap" class="mxthHead"> {L_FLAG} </th> ! <th width="55%" nowrap="nowrap" class="mxthHead"> {L_SUBJECT} </th> ! <th width="20%" nowrap="nowrap" class="mxthHead"> {L_FROM_OR_TO} </th> ! <th width="15%" nowrap="nowrap" class="mxthHead"> {L_DATE} </th> ! <th width="5%" nowrap="nowrap" class="mxthHead"> <input type="checkbox" name="all_mark" value="{L_SELECT}" onClick="check_uncheck_all();"> </th> </tr> <!-- BEGIN listrow --> |