Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/prosilver In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15821/core/modules/mx_coreblocks/templates/prosilver Modified Files: mx_google.html mx_language.html mx_login.html mx_site_log.html mx_search_body.html mx_online.html Log Message: prosilver templates update Index: mx_login.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/prosilver/mx_login.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_login.html 14 Dec 2007 12:25:05 -0000 1.2 --- mx_login.html 4 Nov 2009 09:27:51 -0000 1.3 *************** *** 1,4 **** <div class="forabg block" style="width:{BLOCK_SIZE}"> ! <div class="inner bg2 panel"> <form action="{S_LOGIN_ACTION}" method="post" style="font-size:8px; mso-bidi-font-size:10.0px;"> <fieldset class="fields12"> --- 1,4 ---- <div class="forabg block" style="width:{BLOCK_SIZE}"> ! <div class="inner bg2"> <form action="{S_LOGIN_ACTION}" method="post" style="font-size:8px; mso-bidi-font-size:10.0px;"> <fieldset class="fields12"> *************** *** 25,28 **** </form> </div> ! <span class="corners-bottom"> </span> </div> \ No newline at end of file --- 25,28 ---- </form> </div> ! <span class="corners-bottom"><span></span></span> </div> \ No newline at end of file Index: mx_language.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/prosilver/mx_language.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_language.html 14 Dec 2007 02:23:18 -0000 1.1 --- mx_language.html 4 Nov 2009 09:27:51 -0000 1.2 *************** *** 11,15 **** <div class="postbody" style="padding-top:5px;padding-bottom:5px;"> <form method="post" action="{ACTION_URL}"> ! {switch_is_admin.LANG_SELECT} <br /> <input type="submit" class="button2" name="change_default_lang" value="{L_CHANGE_NOW}" style="margin-top:5px;" /> </form> --- 11,15 ---- <div class="postbody" style="padding-top:5px;padding-bottom:5px;"> <form method="post" action="{ACTION_URL}"> ! {switch_is_admin.LANG_SELECT} <input type="submit" class="button2" name="change_default_lang" value="{L_CHANGE_NOW}" style="margin-top:5px;" /> </form> *************** *** 27,31 **** <div class="postbody" style="padding-top:5px;padding-bottom:5px;"> <form method="post" action="{ACTION_URL}"> ! {switch_is_user.LANG_SELECT} <br /> <input type="submit" class="button2" name="change_user_lang" value="{L_CHANGE_NOW}" style="margin-top:5px;" /> </form> --- 27,31 ---- <div class="postbody" style="padding-top:5px;padding-bottom:5px;"> <form method="post" action="{ACTION_URL}"> ! {switch_is_user.LANG_SELECT} <input type="submit" class="button2" name="change_user_lang" value="{L_CHANGE_NOW}" style="margin-top:5px;" /> </form> Index: mx_online.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/prosilver/mx_online.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_online.html 11 Feb 2008 22:49:29 -0000 1.3 --- mx_online.html 4 Nov 2009 09:27:51 -0000 1.4 *************** *** 1,12 **** <div class="forabg block"> ! <!-- BEGIN switch_phpbb --> ! <div class="inner bg1 post" style="margin-bottom:0px"> ! {TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER} ! </div> ! <!-- END switch_phpbb --> ! <div class="inner bg2 post" style="margin-top:0x;"> ! {TOTAL_USERS_ONLINE} <br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}<br /> ! <em>{L_ONLINE_LEGEND}: {ONLINE_LEGEND}</em> </div> ! <span class="corners-bottom"><span></span></span> </div> \ No newline at end of file --- 1,14 ---- <div class="forabg block"> ! <div class="inner bg1"> ! <!-- BEGIN switch_phpbb --> ! <div class="textbody bg1"> ! {TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER} ! </div> ! <!-- END switch_phpbb --> ! <div class="textbody bg2"> ! {TOTAL_USERS_ONLINE} <br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}<br /> ! <em>{L_ONLINE_LEGEND}: {ONLINE_LEGEND}</em> ! </div> </div> ! <span class="corners-bottom"><span></span></span> </div> \ No newline at end of file Index: mx_search_body.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/prosilver/mx_search_body.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_search_body.html 17 Jun 2008 17:36:35 -0000 1.1 --- mx_search_body.html 4 Nov 2009 09:27:51 -0000 1.2 *************** *** 1,4 **** <div class="forabg block" style="width:{BLOCK_SIZE}"> ! <div class="inner bg2 panel"> <form action="{S_SEARCH_ACTION}" method="post" style="font-size:8px; mso-bidi-font-size:10.0px;" id="search"> <fieldset class="fields12"> --- 1,4 ---- <div class="forabg block" style="width:{BLOCK_SIZE}"> ! <div class="inner bg2"> <form action="{S_SEARCH_ACTION}" method="post" style="font-size:8px; mso-bidi-font-size:10.0px;" id="search"> <fieldset class="fields12"> *************** *** 27,30 **** </form> </div> ! <span class="corners-bottom"> </span> </div> \ No newline at end of file --- 27,30 ---- </form> </div> ! <span class="corners-bottom"><span></span></span> </div> \ No newline at end of file Index: mx_site_log.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/prosilver/mx_site_log.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_site_log.html 14 Dec 2007 02:23:18 -0000 1.1 --- mx_site_log.html 4 Nov 2009 09:27:51 -0000 1.2 *************** *** 1,10 **** <div class="forabg block"> <!-- BEGIN no_row --> ! <div class="inner bg1 post" style="margin-bottom:0px"> {no_row.L_NO_ITEMS} </div> <!-- END no_row --> <!-- BEGIN msg_row --> ! <div class="inner bg2 post" style="margin-bottom:0px"> <dl> <dd><img src="{msg_row.FOLDER_IMG}" width="19" height="18" alt="{msg_row.L_TOPIC_FOLDER_ALT}" title="{msg_row.L_TOPIC_FOLDER_ALT}" /></dd> --- 1,10 ---- <div class="forabg block"> <!-- BEGIN no_row --> ! <div class="inner bg1" style="margin-bottom:0px"> {no_row.L_NO_ITEMS} </div> <!-- END no_row --> <!-- BEGIN msg_row --> ! <div class="inner bg2" style="margin-bottom:0px"> <dl> <dd><img src="{msg_row.FOLDER_IMG}" width="19" height="18" alt="{msg_row.L_TOPIC_FOLDER_ALT}" title="{msg_row.L_TOPIC_FOLDER_ALT}" /></dd> Index: mx_google.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/prosilver/mx_google.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_google.html 17 Jun 2008 17:06:19 -0000 1.1 --- mx_google.html 4 Nov 2009 09:27:51 -0000 1.2 *************** *** 1,6 **** - <div class="clear"></div> <div class="forabg block"> ! <div id="p1" class="post bg2 online"> ! <div class="inner"><span class="corners-top"><span></span></span> <dl class="textbody"> <dt class="content" id="message" height="28" style="text-align:center;"> --- 1,4 ---- <div class="forabg block"> ! <div id="p1" class="inner bg2"> <dl class="textbody"> <dt class="content" id="message" height="28" style="text-align:center;"> *************** *** 14,18 **** </dt> </dl> - </div> </div> <span class="corners-bottom"><span></span></span> --- 12,15 ---- |