diff options
Diffstat (limited to 'phpBB/adm')
| -rw-r--r-- | phpBB/adm/index.php | 4 | ||||
| -rw-r--r-- | phpBB/adm/style/admin.css | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/ajax.js | 12 | ||||
| -rw-r--r-- | phpBB/adm/style/install_update_diff.html | 26 | ||||
| -rw-r--r-- | phpBB/adm/style/overall_footer.html | 4 | ||||
| -rw-r--r-- | phpBB/adm/style/overall_header.html | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/simple_footer.html | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/simple_header.html | 2 | 
8 files changed, 27 insertions, 27 deletions
| diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index 91894e5aec..e20bbe4bec 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -51,8 +51,8 @@ $module_id		= request_var('i', '');  $mode			= request_var('mode', '');  // Set custom style for admin area -$style->set_ext_dir_prefix('adm/'); -$style->set_custom_style('admin', $phpbb_admin_path . 'style', ''); +$phpbb_style->set_ext_dir_prefix('adm/'); +$phpbb_style->set_custom_style('admin', $phpbb_admin_path . 'style', '');  $template->assign_var('T_ASSETS_PATH', $phpbb_root_path . 'assets');  $template->assign_var('T_TEMPLATE_PATH', $phpbb_admin_path . 'style'); diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 7afcc3d23b..94f421030d 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1,4 +1,4 @@ -/*  phpBB 3.0 Admin Style Sheet +/*  phpBB 3.1 Admin Style Sheet  	------------------------------------------------------------------------  	Original author:	subBlue ( http://www.subblue.com/ )  	Copyright 2007 phpBB Group ( http://www.phpbb.com/ ) diff --git a/phpBB/adm/style/ajax.js b/phpBB/adm/style/ajax.js index fd2f7a2122..12541cb057 100644 --- a/phpBB/adm/style/ajax.js +++ b/phpBB/adm/style/ajax.js @@ -28,7 +28,8 @@ phpbb.add_ajax_callback('forum_down', function() {  		phpbb.ajaxify({  			selector: el.parents('span').siblings('.up').children('a'), -			callback: 'forum_up' +			callback: 'forum_up', +			overlay: false  		});  	} @@ -43,7 +44,8 @@ phpbb.add_ajax_callback('forum_down', function() {  		phpbb.ajaxify({  			selector: tr.prev().find('.down').children('a'), -			callback: 'forum_down' +			callback: 'forum_down', +			overlay: false  		});  	}  }); @@ -61,7 +63,8 @@ phpbb.add_ajax_callback('forum_up', function() {  		phpbb.ajaxify({  			selector: el.parents('span').siblings('.down').children('a'), -			callback: 'forum_down' +			callback: 'forum_down', +			overlay: false  		});  	} @@ -76,7 +79,8 @@ phpbb.add_ajax_callback('forum_up', function() {  		phpbb.ajaxify({  			selector: tr.next().find('.up').children('a'), -			callback: 'forum_up' +			callback: 'forum_up', +			overlay: false  		});  	}  }); diff --git a/phpBB/adm/style/install_update_diff.html b/phpBB/adm/style/install_update_diff.html index 39c73d5652..b5d25e82f2 100644 --- a/phpBB/adm/style/install_update_diff.html +++ b/phpBB/adm/style/install_update_diff.html @@ -11,12 +11,12 @@  // <