mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r468
Мелкие Фиксы git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@468 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
51045a3583
commit
12820c70b1
3 changed files with 3 additions and 6 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'] = 'R467';
|
$bb_cfg['tp_release_state'] = 'R468';
|
||||||
$bb_cfg['tp_release_date'] = '04-11-2012';
|
$bb_cfg['tp_release_date'] = '05-11-2012';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
$charset = 'utf8';
|
$charset = 'utf8';
|
||||||
|
|
|
@ -1456,9 +1456,6 @@ $lang['COLOR_DARK_GREEN'] = 'Dark Green';
|
||||||
|
|
||||||
//txtb
|
//txtb
|
||||||
$lang['ICQ_TXTB'] = '[ICQ]';
|
$lang['ICQ_TXTB'] = '[ICQ]';
|
||||||
$lang['AIM_TXTB'] = '[AIM]';
|
|
||||||
$lang['MSNM_TXTB'] = '[MSN]';
|
|
||||||
$lang['YIM_TXTB'] = '[Yahoo]';
|
|
||||||
$lang['REPLY_WITH_QUOTE_TXTB'] = '[Quote]';
|
$lang['REPLY_WITH_QUOTE_TXTB'] = '[Quote]';
|
||||||
$lang['READ_PROFILE_TXTB'] = '[Profile]';
|
$lang['READ_PROFILE_TXTB'] = '[Profile]';
|
||||||
$lang['SEND_EMAIL_TXTB'] = '[E-mail]';
|
$lang['SEND_EMAIL_TXTB'] = '[E-mail]';
|
||||||
|
|
|
@ -174,7 +174,7 @@ ajax.callback.gen_passkey = function(data){
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="user_profile bordered w100" cellpadding="0" border=1>
|
<table class="user_profile bordered w100" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2" class="thHead">{L_VIEWING_PROFILE}</th>
|
<th colspan="2" class="thHead">{L_VIEWING_PROFILE}</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue