summaryrefslogtreecommitdiff
path: root/topic_move.php
diff options
context:
space:
mode:
authorHash9 <hash9@users.sourceforge.net>2006-07-21 23:58:45 +0000
committerHash9 <hash9@users.sourceforge.net>2006-07-21 23:58:45 +0000
commit3ec6674d5552ede082e26634a73a2ef15dc7c8b1 (patch)
tree966ef5f1e1684d546245bb819c1b67832ee81c0a /topic_move.php
parent58677f0ca02b26bfff031dd8152a90e1b0e2d28c (diff)
downloadboards-3ec6674d5552ede082e26634a73a2ef15dc7c8b1.tar.gz
boards-3ec6674d5552ede082e26634a73a2ef15dc7c8b1.tar.bz2
boards-3ec6674d5552ede082e26634a73a2ef15dc7c8b1.zip
Add RSS feeds of boards, Topic reply display, Topic reply notification, Locked threads (the threads are now actually locked)
Diffstat (limited to 'topic_move.php')
-rw-r--r--topic_move.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/topic_move.php b/topic_move.php
index c67a358..e4b0fda 100644
--- a/topic_move.php
+++ b/topic_move.php
@@ -30,7 +30,7 @@ if( isset( $_REQUEST["target"] ) ) {
require_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' );
$bitBoard = $gContent;
- $gBitSystem->setBrowserTitle( tra( 'Confirm moving' ).' "' .$bitThread->mInfo['flc_title'] .'" '. tra("to Board"). ' "'.$bitBoard->mInfo['title'].'"');
+ $gBitSystem->setBrowserTitle( tra( 'Confirm moving' ).' "' .$bitThread->mInfo['title'] .'" '. tra("to Board"). ' "'.$bitBoard->mInfo['title'].'"');
$formHash=array();
if (empty($_REQUEST["ref"])) {
$_REQUEST["ref"]=$_SERVER['HTTP_REFERER'];
@@ -41,9 +41,9 @@ if( isset( $_REQUEST["target"] ) ) {
$formHash["target"]=$_REQUEST["target"];
$formHash["t"]=$_REQUEST["t"];
$msgHash = array(
- 'label' => tra( "Move Thread" ).": ".$bitThread->mInfo['flc_title'] ,
- 'confirm_item' => $bitThread->mInfo['flc_title'] ,
- 'warning' => tra( "Move ".' "' .$bitThread->mInfo['flc_title'] .'" '. tra("to Board"). ' "'.$bitBoard->mInfo['title'].'"'."<br />This cannot be undone!" ),
+ 'label' => tra( "Move Thread" ).": ".$bitThread->mInfo['title'] ,
+ 'confirm_item' => $bitThread->mInfo['title'] ,
+ 'warning' => tra( "Move ".' "' .$bitThread->mInfo['title'] .'" '. tra("to Board"). ' "'.$bitBoard->mInfo['title'].'"'."<br />This cannot be undone!" ),
);
$gBitSystem->confirmDialog( $formHash,$msgHash );
}
@@ -53,4 +53,4 @@ $gBitSmarty->assign_by_ref('boards', $board->getForumBoardSelectList());
require_once( BITBOARDS_PKG_PATH .'lookup_inc.php' );
$gBitSystem->display( 'bitpackage:bitboards/topic_move.tpl', tra('Category') );
-?> \ No newline at end of file
+?>