You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: FlorinCB <ory...@us...> - 2008-06-17 17:40:52
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18522 Modified Files: mx_search.php Log Message: fix Index: mx_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_search.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** mx_search.php 14 Jun 2008 19:17:43 -0000 1.26 --- mx_search.php 17 Jun 2008 17:40:46 -0000 1.27 *************** *** 22,26 **** //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); ! mx_page::load_file('functions_search'); // --- 22,26 ---- //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); ! mx_page::load_file('functions_search', 'phpbb2'); // |
|
From: FlorinCB <ory...@us...> - 2008-06-17 17:36:38
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16720 Added Files: mx_search_body.html Log Message: mx_search_body.html for prosilver... --- NEW FILE: mx_search_body.html --- <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"> <dl class="fields12"> <dt>{L_SEARCH_QUERY}</dt> <dd> </dd> </dl> <dl class="fields12"> <dt class="bg1"><span class="text">{L_SEARCH_KEYWORDS}:</span><br /> <span class="gensmall">{L_SEARCH_KEYWORDS_EXPLAIN}</span> </dt> <dd class="bg2" id="search_keywords"><span class="text"> <input type="text" style="width: 300px" class="inputbox search" name="search_keywords" size="30" /><br /> <input type="radio" name="search_terms" value="any" checked="checked" /> {L_SEARCH_ANY_TERMS}<br /> <input type="radio" name="search_terms" value="all" /> {L_SEARCH_ALL_TERMS}</span> </dd> </dl> <dl class="fields12"> <dt class="imput" style="text-align:center; height: 28px;";>{S_HIDDEN_FIELDS}<input class="button2" type="submit" value="{S_SEARCH}" /></dt> </dl> </fieldset> </form> </div> <span class="corners-bottom"> </span> </div> |
|
From: FlorinCB <ory...@us...> - 2008-06-17 17:06:22
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2910 Added Files: mx_google.html Log Message: google block for prosilver --- NEW FILE: mx_google.html --- <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;"> <a href="http://www.google.com" target="_blank"><img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" title="Google" align="absmiddle" /></a> <form method="get" action="http://www.google.com/search" style="font-size:8px; mso-bidi-font-size:10.0px;"> <fieldset class="fields12"> <input class="post" type="text" name="q" size="22" maxlength="255" value="" /> <input type="submit" class="mainoption" name="btnG" value="{L_SEARCH}" /> </fieldset> </form> </dt> </dl> </div> </div> <span class="corners-bottom"><span></span></span> </div> |
|
From: FlorinCB <ory...@us...> - 2008-06-17 16:33:01
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19323 Modified Files: mx_textblock_html.php Log Message: tplEX Index: mx_textblock_html.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_html.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** mx_textblock_html.php 9 Mar 2008 23:39:14 -0000 1.18 --- mx_textblock_html.php 17 Jun 2008 16:32:57 -0000 1.19 *************** *** 54,58 **** // $template->set_filenames(array( ! 'body_block' => 'mx_textblock_html.tpl') ); --- 54,58 ---- // $template->set_filenames(array( ! 'body_block' => 'mx_textblock_html.'.$tplEx) ); |
|
From: FlorinCB <ory...@us...> - 2008-06-17 16:30:37
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18329 Added Files: mx_textblock_edit.html mx_textblock_preview.html Log Message: this are not final versions... --- NEW FILE: mx_textblock_edit.html --- <script language="JavaScript" type="text/javascript"> <!-- // bbCode control by // subBlue design // www.subBlue.com // Startup variables var imageTag = false; var theSelection = false; // Check for Browser & Platform for PC & IE specific bits // More details from: http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html var clientPC = navigator.userAgent.toLowerCase(); // Get client info var clientVer = parseInt(navigator.appVersion); // Get browser version var is_ie = ((clientPC.indexOf("msie") != -1) && (clientPC.indexOf("opera") == -1)); var is_nav = ((clientPC.indexOf('mozilla')!=-1) && (clientPC.indexOf('spoofer')==-1) && (clientPC.indexOf('compatible') == -1) && (clientPC.indexOf('opera')==-1) && (clientPC.indexOf('webtv')==-1) && (clientPC.indexOf('hotjava')==-1)); var is_win = ((clientPC.indexOf("win")!=-1) || (clientPC.indexOf("16bit") != -1)); var is_mac = (clientPC.indexOf("mac")!=-1); // Helpline texts b_help = "{L_BBCODE_B_HELP}"; i_help = "{L_BBCODE_I_HELP}"; u_help = "{L_BBCODE_U_HELP}"; q_help = "{L_BBCODE_Q_HELP}"; c_help = "{L_BBCODE_C_HELP}"; l_help = "{L_BBCODE_L_HELP}"; o_help = "{L_BBCODE_O_HELP}"; p_help = "{L_BBCODE_P_HELP}"; w_help = "{L_BBCODE_W_HELP}"; a_help = "{L_BBCODE_A_HELP}"; s_help = "{L_BBCODE_S_HELP}"; f_help = "{L_BBCODE_F_HELP}"; // Define the bbCode tags bbcode = new Array(); bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]'); imageTag = false; // Shows the help texts in the helpline window function helpline(help) { document.post.helpbox.value = eval(help + "_help"); } // Replacement for arrayname.length property function getarraysize(thearray) { for (i = 0; i < thearray.length; i++) { if ((thearray[i] == "undefined") || (thearray[i] == "") || (thearray[i] == null)) return i; } return thearray.length; } // Replacement for arrayname.push(value) not implemented in IE until version 5.5 // Appends element to the array function arraypush(thearray,value) { thearray[ getarraysize(thearray) ] = value; } // Replacement for arrayname.pop() not implemented in IE until version 5.5 // Removes and returns the last element of an array function arraypop(thearray) { thearraysize = getarraysize(thearray); retval = thearray[thearraysize - 1]; delete thearray[thearraysize - 1]; return retval; } function checkForm() { formErrors = false; if (document.post.Text.value.length < 2) { formErrors = "{L_EMPTY_BLOCK_INFO}"; } if (document.post.block_title.value.length < 2) { formErrors = "{L_EMPTY_BLOCK_TITLE}"; } if (formErrors) { alert(formErrors); return false; } else { bbstyle(-1); //formObj.preview.disabled = true; //formObj.submit.disabled = true; return true; } } function emoticon(text) { text = ' ' + text + ' '; if (document.post.Text.createTextRange && document.post.Text.caretPos) { var caretPos = document.post.Text.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; document.post.Text.focus(); } else { document.post.Text.value += text; document.post.Text.focus(); } } function bbfontstyle(bbopen, bbclose) { if ((clientVer >= 4) && is_ie && is_win) { theSelection = document.selection.createRange().text; if (!theSelection) { document.post.Text.value += bbopen + bbclose; document.post.Text.focus(); return; } document.selection.createRange().text = bbopen + theSelection + bbclose; document.post.Text.focus(); return; } else { document.post.Text.value += bbopen + bbclose; document.post.Text.focus(); return; } storeCaret(document.post.Text); } function bbstyle(bbnumber) { donotinsert = false; theSelection = false; bblast = 0; if (bbnumber == -1) { // Close all open tags & default button names while (bbcode[0]) { butnumber = arraypop(bbcode) - 1; document.post.Text.value += bbtags[butnumber + 1]; buttext = eval('document.post.addbbcode' + butnumber + '.value'); eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); } imageTag = false; // All tags are closed including image tags :D document.post.Text.focus(); return; } if ((clientVer >= 4) && is_ie && is_win) theSelection = document.selection.createRange().text; // Get text selection if (theSelection) { // Add tags around selection document.selection.createRange().text = bbtags[bbnumber] + theSelection + bbtags[bbnumber+1]; document.post.Text.focus(); theSelection = ''; return; } // Find last occurance of an open tag the same as the one just clicked for (i = 0; i < bbcode.length; i++) { if (bbcode[i] == bbnumber+1) { bblast = i; donotinsert = true; } } if (donotinsert) { // Close all open tags up to the one just clicked & default button names while (bbcode[bblast]) { butnumber = arraypop(bbcode) - 1; document.post.Text.value += bbtags[butnumber + 1]; buttext = eval('document.post.addbbcode' + butnumber + '.value'); eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); imageTag = false; } document.post.Text.focus(); return; } else { // Open tags if (imageTag && (bbnumber != 14)) { // Close image tag before adding another document.post.Text.value += bbtags[15]; lastValue = arraypop(bbcode) - 1; // Remove the close image tag from the list document.post.addbbcode14.value = "Img"; // Return button back to normal state imageTag = false; } // Open tag document.post.Text.value += bbtags[bbnumber]; if ((bbnumber == 14) && (imageTag == false)) imageTag = 1; // Check to stop additional tags after an unclosed image tag arraypush(bbcode,bbnumber+1); eval('document.post.addbbcode'+bbnumber+'.value += "*"'); document.post.Text.focus(); return; } storeCaret(document.post.Text); } // Insert at Claret position. Code from // http://www.faqts.com/knowledge_base/view.phtml/aid/1052/fid/130 function storeCaret(textEl) { if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate(); } //--> </script> <!-- BEGIN tinyMCE --> <script language="javascript" type="text/javascript" src="../../mx_shared/tinymce/jscripts/tiny_mce/tiny_mce.js"></script> <script language="javascript" type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "advanced", language : "{tinyMCE.LANG}", docs_language : "{tinyMCE.LANG}", theme_advanced_toolbar_location : "top", plugins : "div", theme_advanced_buttons3_add_before : "divcontrols, separator" }); </script> <!-- END tinyMCE --> <h1>{L_TITLE}</h1> <p>{L_EXPLAIN}</p> <form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)"> {POST_PREVIEW_BOX} {ERROR_BOX} <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" style="font-weight: bold">{L_POST_A}</dt> </dl> <dl class="textbody"> <dt class="bg1" id="message" style="font-weight: bold" width="30%"><span class="text">{L_BLOCK_TITLE}</span></dt> <dt class="bg2"><input type="text" size="65" name="block_title" value="{E_BLOCK_TITLE}" class="post" /></dt> </dl> <dl class="textbody"> <dt class="bg1" width="30%"><span class="gen">{L_BLOCK_DESC}</span></dt> <dt class="bg2"><input type="text" size="65" name="block_desc" value="{E_BLOCK_DESC}" class="post" /></dt> </dl> <dl class="textbody"> <dt class="bg1" width="30%"><span class="gen">{L_SHOW_TITLE}</span><br /><span class="gensmall">{L_SHOW_TITLE_EXPLAIN}</span></dt> <dt class="bg2"><input type="radio" name="show_title" value="1" {S_SHOW_TITLE_YES} /> <span class="gen">{L_YES}</span> <input type="radio" name="show_title" value="0" {S_SHOW_TITLE_NO} /> <span class="gen">{L_NO}</span></dt> </dl> <dl class="textbody"> <dt class="bg1" width="30%"><span class="gen">{L_SHOW_STATS}</span></dt> <dt class="bg2"><input type="radio" name="show_stats" value="1" {S_SHOW_STATS_YES} /> <span class="gen">{L_YES} </span><input type="radio" name="show_stats" value="0" {S_SHOW_STATS_NO} /> <span class="gen">{L_NO}</span></dt> </dl> <dl class="textbody"> <dt class="bg1" width="30%"><span class="gen">{L_SHOW_BLOCK}</span></dt> <dt class="bg2"><input type="radio" name="show_block" value="1" {S_SHOW_BLOCK_YES} /> <span class="gen">{L_YES} </span><input type="radio" name="show_block" value="0" {S_SHOW_BLOCK_NO} /> <span class="gen">{L_NO}</span></dt> </dl> <dl class="textbody"> <dt class="bg1" valign="top"> <div width="100%" border="0" cellspacing="0" cellpadding="1"> <dl class="textbody"> <dt><span class="gen"><b>{L_BLOCK_INFO}</b></span> </dt> </dl> <dl class="textbody"> <dt valign="middle" align="center"> <br /> <div width="100" border="0" cellspacing="0" cellpadding="5"> <tr align="center"> <dt colspan="{S_SMILIES_COLSPAN}" class="gensmall"><b>{L_EMOTICONS}</b></dt> </dl> <!-- BEGIN smilies_row --> <tr align="center" valign="middle"> <!-- BEGIN smilies_col --> <dt><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></dt> <!-- END smilies_col --> </dl> <!-- END smilies_row --> <!-- BEGIN switch_smilies_extra --> <tr align="center"> <dt colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies" class="nav">{L_MORE_SMILIES}</a></span></dt> </dl> <!-- END switch_smilies_extra --> </div> </dt> </dl> </div> </dt> <dt class="bg2" valign="top"><span class="gen"> <div width="450" border="0" cellspacing="0" cellpadding="2"> <!-- BEGIN switch_bbcodes --> <tr align="center" valign="middle"> <dt><span class="text"> <input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" onMouseOver="helpline('b')" /> </span></dt> <dt><span class="text"> <input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" onMouseOver="helpline('i')" /> </span></dt> <dt><span class="text"> <input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" onMouseOver="helpline('u')" /> </span></dt> <dt><span class="text"> <input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" onMouseOver="helpline('q')" /> </span></dt> <dt><span class="text"> <input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onClick="bbstyle(8)" onMouseOver="helpline('c')" /> </span></dt> <dt><span class="text"> <input type="button" class="button" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onClick="bbstyle(10)" onMouseOver="helpline('l')" /> </span></dt> <dt><span class="text"> <input type="button" class="button" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onClick="bbstyle(12)" onMouseOver="helpline('o')" /> </span></dt> <dt><span class="text"> <input type="button" class="button" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onClick="bbstyle(14)" onMouseOver="helpline('p')" /> </span></dt> <dt><span class="text"> <input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" /> </span></dt> </dl> <dl class="textbody"> <dt colspan="9"> <div width="100%" border="0" cellspacing="0" cellpadding="0"> <dl class="textbody"> <dt><span class="text"> {L_FONT_COLOR}: <select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')"> <option style="color:black; background-color: {T_TD_COLOR1}" value="{T_FONTCOLOR1}" class="text">{L_COLOR_DEFAULT}</option> <option style="color:darkred; background-color: {T_TD_COLOR1}" value="darkred" class="text">{L_COLOR_DARK_RED}</option> <option style="color:red; background-color: {T_TD_COLOR1}" value="red" class="text">{L_COLOR_RED}</option> <option style="color:orange; background-color: {T_TD_COLOR1}" value="orange" class="text">{L_COLOR_ORANGE}</option> <option style="color:brown; background-color: {T_TD_COLOR1}" value="brown" class="text">{L_COLOR_BROWN}</option> <option style="color:yellow; background-color: {T_TD_COLOR1}" value="yellow" class="text">{L_COLOR_YELLOW}</option> <option style="color:green; background-color: {T_TD_COLOR1}" value="green" class="text">{L_COLOR_GREEN}</option> <option style="color:olive; background-color: {T_TD_COLOR1}" value="olive" class="text">{L_COLOR_OLIVE}</option> <option style="color:cyan; background-color: {T_TD_COLOR1}" value="cyan" class="text">{L_COLOR_CYAN}</option> <option style="color:blue; background-color: {T_TD_COLOR1}" value="blue" class="text">{L_COLOR_BLUE}</option> <option style="color:darkblue; background-color: {T_TD_COLOR1}" value="darkblue" class="text">{L_COLOR_DARK_BLUE}</option> <option style="color:indigo; background-color: {T_TD_COLOR1}" value="indigo" class="text">{L_COLOR_INDIGO}</option> <option style="color:violet; background-color: {T_TD_COLOR1}" value="violet" class="text">{L_COLOR_VIOLET}</option> <option style="color:white; background-color: {T_TD_COLOR1}" value="white" class="text">{L_COLOR_WHITE}</option> <option style="color:black; background-color: {T_TD_COLOR1}" value="black" class="text">{L_COLOR_BLACK}</option> </select> {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.selectedIndex=0;" onMouseOver="helpline('f')"> <option value="0" class="text">{L_FONT_SIZE}</option> <option value="7" class="text">{L_FONT_TINY}</option> <option value="9" class="text">{L_FONT_SMALL}</option> <option value="12" selected class="text">{L_FONT_NORMAL}</option> <option value="18" class="text">{L_FONT_LARGE}</option> <option value="24" class="text">{L_FONT_HUGE}</option> </select> </span></dt> <dt nowrap="nowrap" align="right"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="text" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></span></dt> </dl> </div> </dt> </dl> <dl class="textbody"> <dt colspan="9"> <span class="gensmall"> <input type="text" name="helpbox" size="45" maxlength="100" style="width:450px; font-size:10px" class="helpline" value="{L_STYLES_TIP}" /> </span></dt> </dl> <!-- END switch_bbcodes --> <dl class="textbody"> <dt colspan="9"><span class="gen"> <textarea name="{BLOCK_TEXT_NAME}" rows="40" cols="35" wrap="virtual" style="width:550px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{BLOCK_INFO}</textarea> </span></dt> </dl> </div> </span></dt> </dl> <dl class="textbody"> <dt class="bg1" valign="top"><span class="gen"><b>{L_OPTIONS}</b></span><br /><span class="gensmall">{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></dt> <dt class="bg2"><span class="gen"> </span> <div cellspacing="0" cellpadding="1" border="0"> <!-- BEGIN switch_allow_bbcode --> <dl class="textbody"> <dt class="bg2" width="50%"><span class="text">{L_ALLOW_BBCODE}</span></dt> <dt class="bg2" width="50%"><input type="radio" name="allow_bbcode" value="TRUE" {S_ALLOW_BBCODE_YES} /> <span class="gensmall">{L_YES}</span> <input type="radio" name="allow_bbcode" value="FALSE" {S_ALLOW_BBCODE_NO} /> <span class="gensmall">{L_NO}</span></dt> </dl> <!-- END switch_allow_bbcode --> <!-- BEGIN switch_allow_html --> <dl class="textbody"> <dt class="bg2" width="50%"><span class="text">{L_ALLOW_HTML}</span></dt> <dt class="bg2" width="50%"><input type="radio" name="allow_html" value="TRUE" {S_ALLOW_HTML_YES} /> <span class="gensmall">{L_YES}</span> <input type="radio" name="allow_html" value="FALSE" {S_ALLOW_HTML_NO} /> <span class="gensmall">{L_NO}</span></dt> </dl> <!-- END switch_allow_html --> <!-- BEGIN switch_html_tags --> <dl class="textbody"> <dt class="bg2" width="30%"><span class="text">{L_HTML_TAGS}</span></dt> <dt class="bg2"><input type="text" size="35" name="html_tags" value="{S_HTML_TAGS}" class="post" /></dt> </dl> <!-- END switch_html_tags --> <!-- BEGIN switch_allow_smilies --> <dl class="textbody"> <dt class="bg2" width="50%"><span class="text">{L_ALLOW_SMILIES}</span></dt> <dt class="bg2" width="50%"><input type="radio" name="allow_smilies" value="TRUE" {S_ALLOW_SMILIES_YES} /> <span class="gensmall">{L_YES}</span> <input type="radio" name="allow_smilies" value="FALSE" {S_ALLOW_SMILIES_NO} /> <span class="gensmall">{L_NO}</span></dt> </dl> <!-- END switch_allow_smilies --> <!-- BEGIN switch_block_style --> <dl class="textbody"> <dt class="bg2" width="50%"><span class="text">{L_BLOCK_STYLE}</span><br /><span class="gensmall">{L_BLOCK_STYLE_EXPLAIN}</span></dt> <dt class="bg2" width="50%"><input type="radio" name="block_style" value="TRUE" {S_BLOCK_STYLE_YES} /> <span class="gensmall">{L_YES}</span> <input type="radio" name="block_style" value="FALSE" {S_BLOCK_STYLE_NO} /> <span class="gensmall">{L_NO}</span></dt> </dl> <!-- END switch_block_style --> <!-- BEGIN switch_text_style --> <dl class="textbody"> <dt class="bg2" width="50%"><span class="text">{L_TEXT_STYLE}</span><br /><span class="gensmall">{L_TEXT_STYLE_EXPLAIN}</span></dt> <dt class="bg2" width="50%">{S_TEXT_STYLE} </dt> </dl> <!-- END switch_text_style --> <!-- BEGIN switch_title_style --> <dl class="textbody"> <dt class="bg2" width="50%"><span class="text">{L_TITLE_STYLE}</span><br /><span class="gensmall">{L_TITLE_STYLE_EXPLAIN}</span></dt> <dt class="bg2" width="50%"><input type="radio" name="title_style" value="TRUE" {S_TITLE_STYLE_YES} /> <span class="gensmall">{L_YES}</span> <input type="radio" name="title_style" value="FALSE" {S_TITLE_STYLE_NO} /> <span class="gensmall">{L_NO}</span></dt> </dl> <!-- END switch_title_style --> </div> </dt> </dl> <!-- BEGIN switch_block_admin --> <dl class="textbody"> <dt class="bg1">{L_COLUMN}</dt> <dt class="bg2"><select name="columnid">{S_COLUMN_LIST}</select></dt> </dl> <!-- END switch_block_admin --> {POLLBOX} <dl class="textbody"> <dt class="cat" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS}<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" /> <input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" /></dt> </dl> </div> <div width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> <dl class="textbody"> <dt align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></dt> </dl> </div> </div> </div> <span class="corners-bottom"><span></span></span> </div> </form> <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 valign="top" align="right">{JUMPBOX}</dt> </dl> </div> </div> <span class="corners-bottom"><span></span></span> </div> --- NEW FILE: mx_textblock_preview.html --- <div class="clear"></div> <div class="forabg block"> <div id="p1" class="post bg2 online"> <div class="inner"><span class="corners-top"><span> {BLOCK_TITLE} </span></span> <dl class="textbody"> <dt class="content" id="message">{BLOCK_INFO}</dt> </dl> </div> </div> <span class="corners-bottom"><span></span></span> </div> |
|
From: FlorinCB <ory...@us...> - 2008-06-17 15:54:57
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31216 Modified Files: mx_functions_tools.php Log Message: make_clickable -> mx_make_clickable Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** mx_functions_tools.php 16 Jun 2008 08:30:26 -0000 1.31 --- mx_functions_tools.php 17 Jun 2008 15:54:53 -0000 1.32 *************** *** 415,419 **** } ! $text = make_clickable($text); if( $this->smilies_on ) --- 415,419 ---- } ! $text = mx_make_clickable($text); if( $this->smilies_on ) |
|
From: FlorinCB <ory...@us...> - 2008-06-17 05:07:13
|
Update of /cvsroot/mxbb/core/language/lang_romanian_no_diacritics In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15694/lang_romanian_no_diacritics Modified Files: lang_admin.php Log Message: $lang['Portal_Style_settings'] = 'Setari Stiluri'; Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_romanian_no_diacritics/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 16 Jun 2008 14:40:06 -0000 1.1 --- lang_admin.php 17 Jun 2008 05:07:05 -0000 1.2 *************** *** 109,112 **** --- 109,113 ---- $lang['Portal_General_Config'] = 'Configuratie Portal'; $lang['Portal_General_settings'] = 'Setari Generale'; + $lang['Portal_Style_settings'] = 'Setari Stiluri'; $lang['Portal_General_config_info'] = 'Info General Configurare Portal '; $lang['Portal_General_config_info_explain'] = 'Postata informatii instalare din fisierul config.php (nu e nevoie de editare)'; |
|
From: FlorinCB <ory...@us...> - 2008-06-17 05:07:13
|
Update of /cvsroot/mxbb/core/language/lang_romanian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15694/lang_romanian Modified Files: lang_admin.php Log Message: $lang['Portal_Style_settings'] = 'Setari Stiluri'; Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_romanian/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 16 Jun 2008 14:39:58 -0000 1.1 --- lang_admin.php 17 Jun 2008 05:07:05 -0000 1.2 *************** *** 110,113 **** --- 110,114 ---- $lang['Portal_General_Config'] = 'Configuraþie Portal'; $lang['Portal_General_settings'] = 'Setari Generale'; + $lang['Portal_Style_settings'] = 'Setari Stiluri'; $lang['Portal_General_config_info'] = 'Info General Configurare Portal '; $lang['Portal_General_config_info_explain'] = 'Postatã informaþii instalare din fiºierul config.php (nu e nevoie de editare)'; |
|
From: Jon O. <jon...@us...> - 2008-06-16 20:59:01
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9771 Modified Files: index.php Log Message: Oops, updated admin index fix Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** index.php 16 Jun 2008 20:41:22 -0000 1.50 --- index.php 16 Jun 2008 20:58:57 -0000 1.51 *************** *** 601,605 **** break; case 'phpbb3': ! $sql = "SELECT u.*, s.* FROM " . USERS_TABLE . " u, " . SESSIONS_TABLE . " s WHERE u.user_id <> " . ANONYMOUS . " --- 601,605 ---- break; case 'phpbb3': ! $sql = "SELECT u.*, s.*, s.session_time AS user_session_time FROM " . USERS_TABLE . " u, " . SESSIONS_TABLE . " s WHERE u.user_id <> " . ANONYMOUS . " *************** *** 617,626 **** $db->sql_freeresult($result); - switch (PORTAL_BACKEND) { case 'internal': case 'phpbb2': ! $sql = "SELECT session_page, session_logged_in, session_time, session_ip, session_start FROM " . SESSIONS_TABLE . " WHERE session_logged_in = 0 --- 617,625 ---- $db->sql_freeresult($result); switch (PORTAL_BACKEND) { case 'internal': case 'phpbb2': ! $sql = "SELECT u.*, s.* FROM " . SESSIONS_TABLE . " WHERE session_logged_in = 0 *************** *** 778,782 **** "USERNAME" => $username, "STARTED" => phpBB2::create_date($board_config['default_dateformat'], $onlinerow_reg[$i]['session_start'], $board_config['board_timezone']), ! "LASTUPDATE" => phpBB2::create_date($board_config['default_dateformat'], $onlinerow_reg[$i]['session_time'], $board_config['board_timezone']), "FORUM_LOCATION" => $location, "IP_ADDRESS" => $reg_ip, --- 777,781 ---- "USERNAME" => $username, "STARTED" => phpBB2::create_date($board_config['default_dateformat'], $onlinerow_reg[$i]['session_start'], $board_config['board_timezone']), ! "LASTUPDATE" => phpBB2::create_date($board_config['default_dateformat'], $onlinerow_reg[$i]['user_session_time'], $board_config['board_timezone']), "FORUM_LOCATION" => $location, "IP_ADDRESS" => $reg_ip, |
|
From: Jon O. <jon...@us...> - 2008-06-16 20:41:41
|
Update of /cvsroot/mxbb/core/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1872/lang_swedish Modified Files: lang_admin.php Log Message: Admin index fixes: last updated, upgrade link etc Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_swedish/lang_admin.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_admin.php 3 Jun 2008 20:04:29 -0000 1.5 --- lang_admin.php 16 Jun 2008 20:41:35 -0000 1.6 *************** *** 510,514 **** // $lang['mxBB_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of mxBB.'; ! $lang['mxBB_Version_outdated'] = 'Your MX-Publisher installation does <b>not</b> seem to be up to date. Updates are available for your version of MX-Publisher. Please visit <a href="http://www.mx-publisher.com/index.php?page=4&action=file&file_id=2" target="_new">the mxBB Core package download</a> to obtain the latest version.'; $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>MX-Publisher %s</b>. '; $lang['mxBB_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; --- 510,514 ---- // $lang['mxBB_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of mxBB.'; ! $lang['mxBB_Version_outdated'] = 'Your MX-Publisher installation does <b>not</b> seem to be up to date. Updates are available for your version of MX-Publisher. Please visit <a href="http://www.mx-publisher.com/download" target="_new">the mxBB Core package download</a> to obtain the latest version.'; $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>MX-Publisher %s</b>. '; $lang['mxBB_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; |
|
From: Jon O. <jon...@us...> - 2008-06-16 20:41:41
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1872/lang_english Modified Files: lang_admin.php Log Message: Admin index fixes: last updated, upgrade link etc Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.86 retrieving revision 1.87 diff -C2 -d -r1.86 -r1.87 *** lang_admin.php 3 May 2008 19:09:39 -0000 1.86 --- lang_admin.php 16 Jun 2008 20:41:35 -0000 1.87 *************** *** 522,526 **** // $lang['mxBB_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of MX-Publisher.'; ! $lang['mxBB_Version_outdated'] = 'Your MX-Publisher installation does <b>not</b> seem to be up to date. Updates are available for your version of MX-Publisher. Please visit <a href="http://www.mx-publisher.com/index.php?page=4&action=file&file_id=2" target="_new">the MX-Publisher Core package download</a> to obtain the latest version.'; $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>MX-Publisher %s</b>. '; $lang['mxBB_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; --- 522,526 ---- // $lang['mxBB_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of MX-Publisher.'; ! $lang['mxBB_Version_outdated'] = 'Your MX-Publisher installation does <b>not</b> seem to be up to date. Updates are available for your version of MX-Publisher. Please visit <a href="http://www.mx-publisher.com/download" target="_new">the MX-Publisher Core package download</a> to obtain the latest version.'; $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>MX-Publisher %s</b>. '; $lang['mxBB_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; |
|
From: Jon O. <jon...@us...> - 2008-06-16 20:41:30
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1828 Modified Files: index.php Log Message: Admin index fixes: last updated, upgrade link etc Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** index.php 16 Jun 2008 10:46:37 -0000 1.49 --- index.php 16 Jun 2008 20:41:22 -0000 1.50 *************** *** 778,782 **** "USERNAME" => $username, "STARTED" => phpBB2::create_date($board_config['default_dateformat'], $onlinerow_reg[$i]['session_start'], $board_config['board_timezone']), ! "LASTUPDATE" => phpBB2::create_date($board_config['default_dateformat'], $onlinerow_reg[$i]['user_session_time'], $board_config['board_timezone']), "FORUM_LOCATION" => $location, "IP_ADDRESS" => $reg_ip, --- 778,782 ---- "USERNAME" => $username, "STARTED" => phpBB2::create_date($board_config['default_dateformat'], $onlinerow_reg[$i]['session_start'], $board_config['board_timezone']), ! "LASTUPDATE" => phpBB2::create_date($board_config['default_dateformat'], $onlinerow_reg[$i]['session_time'], $board_config['board_timezone']), "FORUM_LOCATION" => $location, "IP_ADDRESS" => $reg_ip, |
|
From: Jon O. <jon...@us...> - 2008-06-16 20:26:52
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26378 Modified Files: overall_header.html overall_header_navigation.html subsilver2.css Log Message: Temp fix for subSilver2, i'm loading old phpbb2 css file instead of new useless one Bugfix for loading admin styles in phpbb3 Index: overall_header_navigation.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/overall_header_navigation.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** overall_header_navigation.html 21 Feb 2008 20:04:45 -0000 1.4 --- overall_header_navigation.html 16 Jun 2008 20:26:41 -0000 1.5 *************** *** 8,11 **** --- 8,12 ---- {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> + <!-- Load mxBB template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- IF GECKO --> Index: subsilver2.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/subsilver2.css,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** subsilver2.css 28 Feb 2008 14:58:27 -0000 1.7 --- subsilver2.css 16 Jun 2008 20:26:41 -0000 1.8 *************** *** 13,33 **** */ ! @import url("theme/stylesheet.css"); ! ! /* This is the border line & background colour round the entire page */ ! .bodyline { ! background-color: #FFFFFF; ! border: 0.1em #98AAB1 solid; ! } ! /* This is the outline round the main forum tables */ ! .forumline { ! background-color: #FFFFFF; ! border: 0.1em #006699 solid; ! } /* This is the main table round all portal contents, use with .bodyline */ .mx_main_table { - align:center; } --- 13,26 ---- */ ! /* Include the subSilver css file from phpbb2 */ ! @import url("theme/subsilver.css"); ! /************************************************************\ ! | Addon or redefined CSS definitions for MX-Publisher ! \************************************************************/ ! p, td { font-size: 11px; color: #000000; } /* This is the main table round all portal contents, use with .bodyline */ .mx_main_table { } *************** *** 35,39 **** .mx_header_table { background-color: #FFFFFF; ! border: 0.1em #006699 solid; } --- 28,32 ---- .mx_header_table { background-color: #FFFFFF; ! border: 2px solid #006699; } Index: overall_header.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/overall_header.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** overall_header.html 21 Feb 2008 20:04:45 -0000 1.4 --- overall_header.html 16 Jun 2008 20:26:41 -0000 1.5 *************** *** 8,11 **** --- 8,12 ---- {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> + <!-- Load mxBB template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- IF GECKO --> *************** *** 62,66 **** </head> <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> - <a name="top"></a> --- 63,66 ---- |
|
From: Jon O. <jon...@us...> - 2008-06-16 20:26:52
|
Update of /cvsroot/mxbb/core/templates/subsilver2/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26378/admin Modified Files: admin.css page_header.tpl Log Message: Temp fix for subSilver2, i'm loading old phpbb2 css file instead of new useless one Bugfix for loading admin styles in phpbb3 Index: page_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/admin/page_header.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** page_header.tpl 16 Jun 2008 19:07:59 -0000 1.2 --- page_header.tpl 16 Jun 2008 20:26:41 -0000 1.3 *************** *** 5,12 **** <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> <title>{SITENAME} - {L_MX_ADMIN}</title> - <!-- IF PHPBB --> - <!-- First load standard template *.css definition, located in the the phpbb template folder --> - <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_PHPBB_STYLESHEET}" type="text/css" > - <!-- ENDIF --> <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > --- 5,8 ---- Index: admin.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/admin/admin.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin.css 16 Jun 2008 19:07:59 -0000 1.1 --- admin.css 16 Jun 2008 20:26:41 -0000 1.2 *************** *** 1,15 **** - @CHARSET "UTF-8"; - - BODY { - margin:5px; - } - TH, TD { - font-size: 68.5%; - } - - .gen { - font-size: 1.1em; - } - fieldset { border: 0px; --- 1,2 ---- |
|
From: Jon O. <jon...@us...> - 2008-06-16 20:26:34
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26352 Modified Files: mx_functions_style.php Log Message: Temp fix for subSilver2, i'm loading old phpbb2 css file instead of new useless one Bugfix for loading admin styles in phpbb3 Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** mx_functions_style.php 16 Jun 2008 04:47:43 -0000 1.73 --- mx_functions_style.php 16 Jun 2008 20:26:24 -0000 1.74 *************** *** 777,781 **** WHERE mxt.style_name = bbt.style_name AND mxt.portal_backend = '" . PORTAL_BACKEND . "' ! AND bbt.themes_id = " . (int) $style; break; case 'phpbb3': --- 777,781 ---- WHERE mxt.style_name = bbt.style_name AND mxt.portal_backend = '" . PORTAL_BACKEND . "' ! AND mxt.themes_id = " . (int) $style; break; case 'phpbb3': *************** *** 784,788 **** WHERE mxt.style_name = bbt.style_name AND mxt.portal_backend = '" . PORTAL_BACKEND . "' ! AND bbt.style_id = " . (int) $style; break; } --- 784,788 ---- WHERE mxt.style_name = bbt.style_name AND mxt.portal_backend = '" . PORTAL_BACKEND . "' ! AND mxt.themes_id = " . (int) $style; break; } |
|
From: Jon O. <jon...@us...> - 2008-06-16 19:09:34
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7400 Modified Files: Tag: core28x page_header.tpl Added Files: Tag: core28x admin.css Log Message: like you have done for prosilver and subsilver2, i've added admin/admin.css css file for adminCP fixes Index: page_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/page_header.tpl,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -d -r1.6 -r1.6.2.1 *** page_header.tpl 3 Dec 2006 17:18:10 -0000 1.6 --- page_header.tpl 16 Jun 2008 19:09:30 -0000 1.6.2.1 *************** *** 9,12 **** --- 9,13 ---- <!-- Then load mxBB template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > + <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}admin/admin.css" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> <!-- BEGIN switch_gecko --> --- NEW FILE: admin.css --- fieldset { border: 0px; } div#admintabs { display:inline; } div#admintabs ul { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; line-height: 30px; white-space: nowrap; } div#admintabs li { margin: 2px; padding: 2px; list-style-type: none; display: inline; border: 1px solid #777; background-color: #fff; } div#admintabs li a { text-decoration: none; padding: 2px 10px; color: #000; } div#admintabs li a:link { color: #000: } div#admintabs li a:visited { color: #000; } div#admintabs li a:hover { color: #777; } div#admintabs li.activetab { border: 1px solid #777; background-color: #ddd; } div#admintabs li.activetab a, div#tabs li.activetab a:link, div#tabs li.activetab a:visited, div#tabs li.activetab a:hover { color: #777; } |
|
From: Jon O. <jon...@us...> - 2008-06-16 19:08:17
|
Update of /cvsroot/mxbb/core/templates/subsilver2/theme/images In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6865 Modified Files: logo.gif Log Message: like you have done for prosilver and subsilver2, i've added admin/admin.css css file for adminCP fixes Index: logo.gif =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/theme/images/logo.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsWt58e3 and /tmp/cvsBppHgi differ |
|
From: Jon O. <jon...@us...> - 2008-06-16 19:08:06
|
Update of /cvsroot/mxbb/core/templates/subsilver2/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6463 Modified Files: page_header.tpl Added Files: admin.css page_footer.tpl Removed Files: subsilver2.css Log Message: like you have done for prosilver and subsilver2, i've added admin/admin.css css file for adminCP fixes --- NEW FILE: page_footer.tpl --- <!-- Please note that the following copyright notice MUST be displayed on each and every page output by mxp/phpBB. You may alter the font, colour etc. but you CANNOT remove it, nor change it so that it be, to all intents and purposes, invisible. You may ADD your own notice to it should you have altered the code but you may not replace it. The hyperlink must also remain intact. These conditions are part of the licence this software is released under. See the LICENCE and README files for more information. The phpBB Group : 2001 & mxBB Team : 2002 //--> <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2008 <!-- IF PHPBB_BACKEND --> & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group <!-- ENDIF --></span></div> <!-- This displays generation info at the bottom of the page --> <div align="center"><span class="copyright">{EXECUTION_STATS}</span></div> </body> </html> Index: page_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/admin/page_header.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** page_header.tpl 28 Feb 2008 14:58:27 -0000 1.1 --- page_header.tpl 16 Jun 2008 19:07:59 -0000 1.2 *************** *** 11,15 **** <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > ! <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}admin/{T_MXBB_STYLESHEET}" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> <!-- IF GECKO --> --- 11,15 ---- <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > ! <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}admin/admin.css" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> <!-- IF GECKO --> --- NEW FILE: admin.css --- @CHARSET "UTF-8"; BODY { margin:5px; } TH, TD { font-size: 68.5%; } .gen { font-size: 1.1em; } fieldset { border: 0px; } div#admintabs { display:inline; } div#admintabs ul { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; line-height: 30px; white-space: nowrap; } div#admintabs li { margin: 2px; padding: 2px; list-style-type: none; display: inline; border: 1px solid #777; background-color: #fff; } div#admintabs li a { text-decoration: none; padding: 2px 10px; color: #000; } div#admintabs li a:link { color: #000: } div#admintabs li a:visited { color: #000; } div#admintabs li a:hover { color: #777; } div#admintabs li.activetab { border: 1px solid #777; background-color: #ddd; } div#admintabs li.activetab a, div#tabs li.activetab a:link, div#tabs li.activetab a:visited, div#tabs li.activetab a:hover { color: #777; } --- subsilver2.css DELETED --- |
|
From: Jon O. <jon...@us...> - 2008-06-16 19:07:50
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6438 Modified Files: page_header.tpl Added Files: admin.css Log Message: like you have done for prosilver and subsilver2, i've added admin/admin.css css file for adminCP fixes Index: page_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/page_header.tpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** page_header.tpl 21 Feb 2008 20:04:56 -0000 1.10 --- page_header.tpl 16 Jun 2008 19:07:45 -0000 1.11 *************** *** 11,14 **** --- 11,15 ---- <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > + <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}admin/admin.css" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> <!-- IF GECKO --> --- NEW FILE: admin.css --- fieldset { border: 0px; } div#admintabs { display:inline; } div#admintabs ul { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; line-height: 30px; white-space: nowrap; } div#admintabs li { margin: 2px; padding: 2px; list-style-type: none; display: inline; border: 1px solid #777; background-color: #fff; } div#admintabs li a { text-decoration: none; padding: 2px 10px; color: #000; } div#admintabs li a:link { color: #000: } div#admintabs li a:visited { color: #000; } div#admintabs li a:hover { color: #777; } div#admintabs li.activetab { border: 1px solid #777; background-color: #ddd; } div#admintabs li.activetab a, div#tabs li.activetab a:link, div#tabs li.activetab a:visited, div#tabs li.activetab a:hover { color: #777; } |
|
From: Jon O. <jon...@us...> - 2008-06-16 19:07:38
|
Update of /cvsroot/mxbb/core/templates/mxSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6396 Modified Files: page_header.tpl Added Files: admin.css Log Message: like you have done for prosilver and subsilver2, i've added admin/admin.css css file for adminCP fixes Index: page_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/admin/page_header.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** page_header.tpl 21 Feb 2008 20:04:17 -0000 1.3 --- page_header.tpl 16 Jun 2008 19:07:32 -0000 1.4 *************** *** 11,14 **** --- 11,15 ---- <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > + <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}admin/admin.css" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> <!-- IF GECKO --> --- NEW FILE: admin.css --- fieldset { border: 0px; } div#admintabs { display:inline; } div#admintabs ul { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; line-height: 30px; white-space: nowrap; } div#admintabs li { margin: 2px; padding: 2px; list-style-type: none; display: inline; border: 1px solid #777; background-color: #fff; } div#admintabs li a { text-decoration: none; padding: 2px 10px; color: #000; } div#admintabs li a:link { color: #000: } div#admintabs li a:visited { color: #000; } div#admintabs li a:hover { color: #777; } div#admintabs li.activetab { border: 1px solid #777; background-color: #ddd; } div#admintabs li.activetab a, div#tabs li.activetab a:link, div#tabs li.activetab a:visited, div#tabs li.activetab a:hover { color: #777; } |
|
From: Jon O. <jon...@us...> - 2008-06-16 19:07:24
|
Update of /cvsroot/mxbb/core/templates/mxBase2/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6321 Modified Files: page_header.tpl Added Files: admin.css Log Message: like you have done for prosilver and subsilver2, i've added admin/admin.css css file for adminCP fixes Index: page_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase2/admin/page_header.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** page_header.tpl 21 Feb 2008 20:03:57 -0000 1.2 --- page_header.tpl 16 Jun 2008 19:07:18 -0000 1.3 *************** *** 11,14 **** --- 11,15 ---- <!-- Then load mxBB template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > + <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}admin/admin.css" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> <!-- IF GECKO --> --- NEW FILE: admin.css --- fieldset { border: 0px; } div#admintabs { display:inline; } div#admintabs ul { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; line-height: 30px; white-space: nowrap; } div#admintabs li { margin: 2px; padding: 2px; list-style-type: none; display: inline; border: 1px solid #777; background-color: #fff; } div#admintabs li a { text-decoration: none; padding: 2px 10px; color: #000; } div#admintabs li a:link { color: #000: } div#admintabs li a:visited { color: #000; } div#admintabs li a:hover { color: #777; } div#admintabs li.activetab { border: 1px solid #777; background-color: #ddd; } div#admintabs li.activetab a, div#tabs li.activetab a:link, div#tabs li.activetab a:visited, div#tabs li.activetab a:hover { color: #777; } |
|
From: Jon O. <jon...@us...> - 2008-06-16 19:07:08
|
Update of /cvsroot/mxbb/core/templates/mxBase1/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5831 Modified Files: page_header.tpl Added Files: admin.css Log Message: like you have done for prosilver and subsilver2, i've added admin/admin.css css file for adminCP fixes Index: page_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase1/admin/page_header.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** page_header.tpl 21 Feb 2008 20:03:35 -0000 1.2 --- page_header.tpl 16 Jun 2008 19:07:03 -0000 1.3 *************** *** 11,14 **** --- 11,15 ---- <!-- Then load mxBB template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > + <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}admin/admin.css" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> <!-- IF GECKO --> --- NEW FILE: admin.css --- fieldset { border: 0px; } div#admintabs { display:inline; } div#admintabs ul { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; line-height: 30px; white-space: nowrap; } div#admintabs li { margin: 2px; padding: 2px; list-style-type: none; display: inline; border: 1px solid #777; background-color: #fff; } div#admintabs li a { text-decoration: none; padding: 2px 10px; color: #000; } div#admintabs li a:link { color: #000: } div#admintabs li a:visited { color: #000; } div#admintabs li a:hover { color: #777; } div#admintabs li.activetab { border: 1px solid #777; background-color: #ddd; } div#admintabs li.activetab a, div#tabs li.activetab a:link, div#tabs li.activetab a:visited, div#tabs li.activetab a:hover { color: #777; } |
|
From: Jon O. <jon...@us...> - 2008-06-16 19:06:56
|
Update of /cvsroot/mxbb/core/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5510 Modified Files: admin_mx_portal.tpl page_header.tpl Added Files: admin.css Log Message: like you have done for prosilver and subsilver2, i've added admin/admin.css css file for adminCP fixes Index: page_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/admin/page_header.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** page_header.tpl 21 Feb 2008 20:03:25 -0000 1.3 --- page_header.tpl 16 Jun 2008 19:06:50 -0000 1.4 *************** *** 11,14 **** --- 11,15 ---- <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > + <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}admin/admin.css" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> <!-- IF GECKO --> --- NEW FILE: admin.css --- fieldset { border: 0px; } div#admintabs { display:inline; } div#admintabs ul { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; line-height: 30px; white-space: nowrap; } div#admintabs li { margin: 2px; padding: 2px; list-style-type: none; display: inline; border: 1px solid #777; background-color: #fff; } div#admintabs li a { text-decoration: none; padding: 2px 10px; color: #000; } div#admintabs li a:link { color: #000: } div#admintabs li a:visited { color: #000; } div#admintabs li a:hover { color: #777; } div#admintabs li.activetab { border: 1px solid #777; background-color: #ddd; } div#admintabs li.activetab a, div#tabs li.activetab a:link, div#tabs li.activetab a:visited, div#tabs li.activetab a:hover { color: #777; } Index: admin_mx_portal.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/admin/admin_mx_portal.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_mx_portal.tpl 16 Jun 2008 18:28:46 -0000 1.4 --- admin_mx_portal.tpl 16 Jun 2008 19:06:50 -0000 1.5 *************** *** 1,53 **** - <style type="text/css"> - <!-- - fieldset { - border: 0px; - } - div#admintabs { - display:inline; - } - div#admintabs ul { - margin: 0px; - padding: 0px; - font-family: Arial, Helvetica, sans-serif; - font-size: 12px; - font-weight: bold; - color: #000; - line-height: 30px; - white-space: nowrap; - } - div#admintabs li { - margin: 2px; - padding: 2px; - list-style-type: none; - display: inline; - border: 1px solid #777; - background-color: #fff; - } - div#admintabs li a { - text-decoration: none; - padding: 2px 10px; - color: #000; - } - div#admintabs li a:link { - color: #000: - } - div#admintabs li a:visited { - color: #000; - } - div#admintabs li a:hover { - color: #777; - } - div#admintabs li.activetab { - border: 1px solid #777; - background-color: #ddd; - } - div#admintabs li.activetab a, div#tabs li.activetab a:link, div#tabs li.activetab a:visited, div#tabs li.activetab a:hover { - color: #777; - } - --> - </style> - - <h1>{L_CONFIGURATION_TITLE}</h1> --- 1,2 ---- |
|
From: Jon O. <jon...@us...> - 2008-06-16 18:30:13
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18388 Modified Files: page_footer.tpl Log Message: Templating... a couple of major bufixes in prosilver adminCP tpl Index: page_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/page_footer.tpl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** page_footer.tpl 18 Feb 2008 19:48:38 -0000 1.16 --- page_footer.tpl 16 Jun 2008 18:30:09 -0000 1.17 *************** *** 3,7 **** Please note that the following copyright notice MUST be displayed on each and every page output ! by phpBB. You may alter the font, colour etc. but you CANNOT remove it, nor change it so that it be, to all intents and purposes, invisible. You may ADD --- 3,7 ---- Please note that the following copyright notice MUST be displayed on each and every page output ! by mxp/phpBB. You may alter the font, colour etc. but you CANNOT remove it, nor change it so that it be, to all intents and purposes, invisible. You may ADD *************** *** 12,20 **** LICENCE and README files for more information. ! The phpBB Group : 2001 & MX-Publisher Team : 2002 //--> ! <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2008 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group</span></div> <!-- This displays generation info at the bottom of the page --> <div align="center"><span class="copyright">{EXECUTION_STATS}</span></div> --- 12,20 ---- LICENCE and README files for more information. ! The phpBB Group : 2001 & mxBB Team : 2002 //--> ! <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2008 <!-- IF PHPBB_BACKEND --> & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group <!-- ENDIF --></span></div> <!-- This displays generation info at the bottom of the page --> <div align="center"><span class="copyright">{EXECUTION_STATS}</span></div> |
|
From: Jon O. <jon...@us...> - 2008-06-16 18:30:02
|
Update of /cvsroot/mxbb/core/templates/prosilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17978/admin Modified Files: admin_mx_portal.html mainpage_footer.html mx_blockcp_admin_body.html page_footer.html Log Message: Templating... a couple of major bufixes in prosilver adminCP tpl Index: mainpage_footer.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/mainpage_footer.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mainpage_footer.html 6 Feb 2008 15:14:15 -0000 1.3 --- mainpage_footer.html 16 Jun 2008 18:29:57 -0000 1.4 *************** *** 1,3 **** ! <div id="page-footer" class="copyright">{POWERED_BY} <a href="http://www.mxbb.net/" target="_mx-system" class="copyright">mxBB Portal</a> {MX_VERSION} © 2001-2008 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2000, 2002, 2005, 2007 phpBB Group | <a href="{MXBB_EXTRA_URL}" target="_phpbb" class="copyright">{MXBB_EXTRA}</a> <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> --- 1,3 ---- ! <div id="page-footer" class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2008 <!-- IF PHPBB_BACKEND --> & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group <!-- ENDIF --> <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> Index: page_footer.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/page_footer.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** page_footer.html 16 Feb 2008 22:06:19 -0000 1.7 --- page_footer.html 16 Jun 2008 18:29:57 -0000 1.8 *************** *** 5,9 **** </div> </div> ! <div id="page-footer">{POWERED_BY} <a href="http://www.mxbb.net/" target="_mx-system" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2008 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2000, 2002, 2005, 2007 phpBB Group | <a href="{MXBB_EXTRA_URL}" target="_phpbb" class="copyright">{MXBB_EXTRA}</a> <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> --- 5,9 ---- </div> </div> ! <div id="page-footer">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2008 <!-- IF PHPBB_BACKEND --> & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group <!-- ENDIF --> <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> Index: mx_blockcp_admin_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/mx_blockcp_admin_body.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_blockcp_admin_body.html 20 Feb 2008 12:55:18 -0000 1.8 --- mx_blockcp_admin_body.html 16 Jun 2008 18:29:57 -0000 1.9 *************** *** 411,415 **** <dd><input type="text" size="65" name="block_desc" value="{E_BLOCK_DESC}" /></dd> </dl> ! <!-- BEGIN is_auth --> <dl> <dt><b>{L_SHOW_TITLE}</b><br /><span class="gensmall">{L_SHOW_TITLE_EXPLAIN}</span></dt> --- 411,415 ---- <dd><input type="text" size="65" name="block_desc" value="{E_BLOCK_DESC}" /></dd> </dl> ! <!-- BEGIN is_mod --> <dl> <dt><b>{L_SHOW_TITLE}</b><br /><span class="gensmall">{L_SHOW_TITLE_EXPLAIN}</span></dt> *************** *** 431,435 **** <label for="show_block_0"><input type="radio" name="show_block" id="show_block_0" value="0" {S_SHOW_BLOCK_NO} />{L_NO}</label></dd> </dl> ! <!-- END is_auth --> <dl> <!-- BEGIN is_auth --> --- 431,435 ---- <label for="show_block_0"><input type="radio" name="show_block" id="show_block_0" value="0" {S_SHOW_BLOCK_NO} />{L_NO}</label></dd> </dl> ! <!-- END is_mod --> <dl> <!-- BEGIN is_auth --> Index: admin_mx_portal.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/admin_mx_portal.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_mx_portal.html 19 Feb 2008 21:04:13 -0000 1.5 --- admin_mx_portal.html 16 Jun 2008 18:29:57 -0000 1.6 *************** *** 224,231 **** --- 224,233 ---- <fieldset> <legend>{L_GENERAL_CONFIG_INFO}</legend> + <!-- IF PHPBB_BACKEND --> <dl> <dt><label>{L_PHPBB_RELATIVE_PATH}</label></dt> <dd>{PHPBB_RELATIVE_PATH}</dd> </dl> + <!-- ENDIF --> <dl> <dt><label>{L_PORTAL_VERSION}</label></dt> *************** *** 233,236 **** --- 235,239 ---- </dl> </fieldset> + <!-- IF PHPBB_BACKEND --> <fieldset> <legend>{L_PHPBB_INFO}</legend> *************** *** 248,251 **** --- 251,255 ---- </dl> </fieldset> + <!-- ENDIF --> </div> <p align="right"> *************** *** 270,275 **** { getObj( part+'_tab').className=''; ! getObj( part).style.display='none'; ! } --- 274,279 ---- { getObj( part+'_tab').className=''; ! getObj( part).style.display='none'; ! } *************** *** 283,287 **** setNone( 'config_info'); getObj( part+'_tab').className='activetab'; ! getObj( part).style.display='block'; } selectPart( 'gen_sett'); --- 287,291 ---- setNone( 'config_info'); getObj( part+'_tab').className='activetab'; ! getObj( part).style.display='block'; } selectPart( 'gen_sett'); |