|
From: Jon O. <jon...@us...> - 2006-08-22 20:32:34
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv31446/templates/subSilver/admin Modified Files: mx_blockcp_admin_body.tpl Log Message: fix Index: mx_blockcp_admin_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/mx_blockcp_admin_body.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_blockcp_admin_body.tpl 22 Aug 2006 20:21:50 -0000 1.5 --- mx_blockcp_admin_body.tpl 22 Aug 2006 20:32:29 -0000 1.6 *************** *** 228,233 **** {ERROR_BOX} <div id="adminBlockCP_require_refresh" style="display:block;" class="genmed"> ! <table width="100%" cellpadding="1" cellspacing="0" border="0" class="forumline" align="center"> <tr> <td align="center" colspan="5">{RESULT_MESSAGE}</td> --- 228,235 ---- {ERROR_BOX} + <table width="100%" cellpadding="2" cellspacing="0" border="0" align="center"><tr><td> + <div id="adminBlockCP_require_refresh" style="display:block;" class="genmed"> ! <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-bottom:none;" align="center"> <tr> <td align="center" colspan="5">{RESULT_MESSAGE}</td> *************** *** 264,268 **** <div id="adminBlockCP_general_add" style="display:{VISIBLE_GENERAL_ADD};" class="genmed"> <!-- BEGIN blockcp_general_adds --> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline"> <tr> <td class="row1" colspan="2"> --- 266,270 ---- <div id="adminBlockCP_general_add" style="display:{VISIBLE_GENERAL_ADD};" class="genmed"> <!-- BEGIN blockcp_general_adds --> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline" style="border-top:none;"> <tr> <td class="row1" colspan="2"> *************** *** 334,338 **** <div id="adminBlockCP_general" style="display:{VISIBLE_GENERAL};" class="genmed"> <!-- BEGIN blockcp_general --> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline"> <tr> <td class="row1" colspan="2"> --- 336,340 ---- <div id="adminBlockCP_general" style="display:{VISIBLE_GENERAL};" class="genmed"> <!-- BEGIN blockcp_general --> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline" style="border-top:none;"> <tr> <td class="row1" colspan="2"> *************** *** 413,417 **** <div id="adminBlockCP_settings" style="display:{VISIBLE_SETTINGS};" class="genmed"> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline"> <!-- BEGIN blockcp_panel --> <tr> --- 415,419 ---- <div id="adminBlockCP_settings" style="display:{VISIBLE_SETTINGS};" class="genmed"> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline" style="border-top:none;"> <!-- BEGIN blockcp_panel --> <tr> *************** *** 459,463 **** <div id="adminBlockCP_private" style="display:{VISIBLE_PRIVATE};" class="genmed"> <!-- BEGIN blockcp_permissions --> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline"> <tr> <td class="row1" colspan="2" width="100%"> --- 461,465 ---- <div id="adminBlockCP_private" style="display:{VISIBLE_PRIVATE};" class="genmed"> <!-- BEGIN blockcp_permissions --> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline" style="border-top:none;"> <tr> <td class="row1" colspan="2" width="100%"> *************** *** 494,498 **** <div id="adminBlockCP_delete" style="display:{VISIBLE_DELETE};" class="genmed"> <!-- BEGIN blockcp_delete --> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline"> <tr> <td colspan="2" class="row1"> --- 496,500 ---- <div id="adminBlockCP_delete" style="display:{VISIBLE_DELETE};" class="genmed"> <!-- BEGIN blockcp_delete --> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline" style="border-top:none;"> <tr> <td colspan="2" class="row1"> *************** *** 510,514 **** <div id="adminBlockCP_require_refresh_info" style="display:none;" class="genmed"> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline"> <tr> <td colspan="2" class="row1"> --- 512,516 ---- <div id="adminBlockCP_require_refresh_info" style="display:none;" class="genmed"> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline" style="border-top:none;"> <tr> <td colspan="2" class="row1"> *************** *** 521,523 **** </tr> </table> ! </div> \ No newline at end of file --- 523,527 ---- </tr> </table> ! </div> ! ! </td></tr></table> \ No newline at end of file |