Мелкие фиксы - удаление неактуального, добавка отсутствующего. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@335 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
torrent.rus.ec@gmail.com 2011-12-06 01:37:22 +00:00
commit e07f91933a
8 changed files with 3 additions and 35 deletions

View file

@ -83,7 +83,7 @@ if($mode != "")
"SPECIAL_RANK" => $rank_is_special,
"NOT_SPECIAL_RANK" => $rank_is_not_special,
"MINIMUM" => ($rank_is_special) ? "" : @$rank_info['rank_min'],
"IMAGE" => !empty($rank_info['rank_image']) ? $rank_info['rank_image'] : "images/ranks/rank_image.gif",
"IMAGE" => !empty($rank_info['rank_image']) ? $rank_info['rank_image'] : "images/ranks/rank_image.png",
"STYLE" => !empty($rank_info['rank_style']) ? $rank_info['rank_style'] : '',
"IMAGE_DISPLAY" => !empty($rank_info['rank_image']) ? '<img src="../' . $rank_info['rank_image'] . '" />' : "",

View file

@ -63,8 +63,8 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
// Increase number of revision after update
$bb_cfg['tp_version'] = '2.4 (beta)';
$bb_cfg['tp_release_state'] = 'R334';
$bb_cfg['tp_release_date'] = '05-12-2011';
$bb_cfg['tp_release_state'] = 'R335';
$bb_cfg['tp_release_date'] = '06-12-2011';
// Database
$charset = 'utf8';

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -1555,7 +1555,6 @@ function setup_style ()
'SPACER' => BB_ROOT .'images/spacer.gif',
'STYLESHEET' => $css_dir . $stylesheet,
'THEME_CSS' => ($theme_css) ? $css_dir . $theme_css : '',
'DBG_CSS' => $css_dir . 'dbg.css',
'EXT_LINK_NEW_WIN' => $bb_cfg['ext_link_new_win'],
));

View file

@ -1,31 +0,0 @@
/* dbg */
.b1 { border: 1px solid #000 !important; }
.b2 { border: 1px solid #f00 !important; }
.b3 { border: 1px solid #00f !important; }
.bg1 { background: #FAEBD7 !important; }
.bg2 { background: #A52A2A !important; }
.bg3 { background: #E9967A !important; }
/* -------------------------------------------------------------------
ERROR CHECKING
This is to determine if deprecated elements are used. If so, they should be replaced:
1a. <font> and
1b. <font color="xxx">...</font>: Shouldn't be used. CSS should dictate font attributes.
2. <center>: Shouldn't be used. CSS should dictate horizontal alignment.
3a. <div align="xxx">...</div>
3b. <p align="xxx">...</p>
3c. <table align="xxx">...</table>:
Shouldn't be used. CSS should dictate horizontal alignment.
font, center, div[align], p[align], table[align], font[color]
{
color : #cd0000;
font-weight : bold;
background : #eecc11 url(images/warning.gif) repeat 0 0;
margin : 10px;
padding : 10px;
border : 2px dashed #cd0000;
font-size : 2em;
}
------------------------------------------------------------------- */

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB