mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r460
Недочётик.. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@460 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
d2a4ceede9
commit
8ecf2426bb
3 changed files with 3 additions and 4 deletions
|
@ -56,8 +56,8 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.5 Beta';
|
$bb_cfg['tp_version'] = '2.5 Beta';
|
||||||
$bb_cfg['tp_release_state'] = 'R459';
|
$bb_cfg['tp_release_state'] = 'R460';
|
||||||
$bb_cfg['tp_release_date'] = '23-09-2012';
|
$bb_cfg['tp_release_date'] = '25-09-2012';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
$charset = 'utf8';
|
$charset = 'utf8';
|
||||||
|
|
|
@ -1349,7 +1349,6 @@ span.YTLink a.postLink{
|
||||||
width:50px;
|
width:50px;
|
||||||
font:45px Georgia, serif; color:#e7e7e7; font-weight:bold;
|
font:45px Georgia, serif; color:#e7e7e7; font-weight:bold;
|
||||||
border:1px solid #eff0f3;
|
border:1px solid #eff0f3;
|
||||||
padding:2px 0 0;
|
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
.mcTd2C, .mcTd2W{ background:#e7e7e7 !important; border:1px solid #e1e1e1; padding:10px;}
|
.mcTd2C, .mcTd2W{ background:#e7e7e7 !important; border:1px solid #e1e1e1; padding:10px;}
|
||||||
|
|
|
@ -144,7 +144,7 @@ if (!empty($page_cfg['load_tpl_vars']) AND $vars = array_flip($page_cfg['load_tp
|
||||||
'DELETE_POST_IMG' => ($bb_cfg['text_buttons']) ? $lang['DELETE_POST_TXTB'] : '<img src="'. $images['icon_delpost'] .'" alt="'.$lang['DELETE_POST_TXTB'].'" title="'. $lang['DELETE_POST'] .'" />',
|
'DELETE_POST_IMG' => ($bb_cfg['text_buttons']) ? $lang['DELETE_POST_TXTB'] : '<img src="'. $images['icon_delpost'] .'" alt="'.$lang['DELETE_POST_TXTB'].'" title="'. $lang['DELETE_POST'] .'" />',
|
||||||
'IP_POST_IMG' => ($bb_cfg['text_buttons']) ? $lang['VIEW_IP_TXTB'] : '<img src="'. $images['icon_ip'] .'" alt="'.$lang['VIEW_IP_TXTB'].'" title="'. $lang['VIEW_IP'] .'" />',
|
'IP_POST_IMG' => ($bb_cfg['text_buttons']) ? $lang['VIEW_IP_TXTB'] : '<img src="'. $images['icon_ip'] .'" alt="'.$lang['VIEW_IP_TXTB'].'" title="'. $lang['VIEW_IP'] .'" />',
|
||||||
'MOD_POST_IMG' => ($bb_cfg['text_buttons']) ? $lang['MODERATE_POST_TXTB'] : '<img src="'. $images['icon_mod'] .'" alt="'.$lang['MODERATE_POST_TXTB'].'" title="'. $lang['MODERATE_POST'] .'" />',
|
'MOD_POST_IMG' => ($bb_cfg['text_buttons']) ? $lang['MODERATE_POST_TXTB'] : '<img src="'. $images['icon_mod'] .'" alt="'.$lang['MODERATE_POST_TXTB'].'" title="'. $lang['MODERATE_POST'] .'" />',
|
||||||
'MC_IMG' => ($bb_cfg['text_buttons']) ? 'Comment' : '<img src="'. $images['icon_mc'] .'" alt="Comment" title="Comment" />',
|
'MC_IMG' => ($bb_cfg['text_buttons']) ? '['.$lang['COMMENT'].']' : '<img src="'. $images['icon_mc'] .'" alt="['.$lang['COMMENT'].']" title="'.$lang['COMMENT'].'" />',
|
||||||
|
|
||||||
'QUOTE_URL' => BB_ROOT ."posting.php?mode=quote&p=",
|
'QUOTE_URL' => BB_ROOT ."posting.php?mode=quote&p=",
|
||||||
'EDIT_POST_URL' => BB_ROOT ."posting.php?mode=editpost&p=",
|
'EDIT_POST_URL' => BB_ROOT ."posting.php?mode=editpost&p=",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue