From 812fb5c0b8383000a438592862befc8fdbfa5870 Mon Sep 17 00:00:00 2001 From: pherum83 Date: Sat, 3 Sep 2011 11:45:28 +0000 Subject: [PATCH] r280 git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@280 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/config.php | 2 +- upload/includes/ucp/torrent_userprofile.php | 1 - upload/templates/default/usercp_viewprofile.tpl | 16 ++++++++-------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/upload/config.php b/upload/config.php index d80c875dc..7595f00bb 100644 --- a/upload/config.php +++ b/upload/config.php @@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array(); // Increase number of revision after update $bb_cfg['tp_version'] = '2.1 Stable'; -$bb_cfg['tp_release_state'] = 'R279'; +$bb_cfg['tp_release_state'] = 'R280'; $bb_cfg['tp_release_date'] = '03-09-2011'; // Database diff --git a/upload/includes/ucp/torrent_userprofile.php b/upload/includes/ucp/torrent_userprofile.php index aa83eecc5..e983ba872 100644 --- a/upload/includes/ucp/torrent_userprofile.php +++ b/upload/includes/ucp/torrent_userprofile.php @@ -37,7 +37,6 @@ if (IS_ADMIN) { $template->assign_vars(array( 'SHOW_PASSKEY' => true, - 'S_GEN_PASSKEY' => ''. $lang['BT_GEN_PASSKEY_URL'] .'', 'CAN_EDIT_RATIO' => IS_ADMIN, )); } diff --git a/upload/templates/default/usercp_viewprofile.tpl b/upload/templates/default/usercp_viewprofile.tpl index 277f7270e..c2566826c 100644 --- a/upload/templates/default/usercp_viewprofile.tpl +++ b/upload/templates/default/usercp_viewprofile.tpl @@ -235,6 +235,7 @@ $(document).ready(function(){ + [ {L_USER_DELETE_EXPLAIN} ]  @@ -248,6 +249,7 @@ $(document).ready(function(){ + @@ -363,7 +365,7 @@ $(document).ready(function(){ {USER_RATIO}  - [?] + [?] {L_IT_WILL_BE_DOWN} {MIN_DL_FOR_RATIO} @@ -378,19 +380,17 @@ $(document).ready(function(){ ) / {L_DOWNLOADED} {DOWN_TOTAL} + - Passkey: + Passkey: {AUTH_KEY} - - {S_GEN_PASSKEY} -