--- loncom/publisher/lonpubdir.pm 2007/03/09 01:29:51 1.101
+++ loncom/publisher/lonpubdir.pm 2007/07/25 19:56:57 1.103
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Construction Space Directory Lister
#
-# $Id: lonpubdir.pm,v 1.101 2007/03/09 01:29:51 albertel Exp $
+# $Id: lonpubdir.pm,v 1.103 2007/07/25 19:56:57 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -211,7 +211,8 @@ sub startpage {
{'body_title' =>
$pagetitle,}));
} else {
- $r->print(&Apache::loncommon::start_page('Construction Space',undef));
+ $r->print(&Apache::loncommon::start_page('Construction Space',undef,
+ { 'only_body' => 1,}));
$r->print($pagetitle);
}
@@ -355,6 +356,7 @@ sub dircontrols {
ncrf => 'New custom rights file',
nsty => 'New style file',
nlib => 'New library file',
+ nbt => 'New bridgetask file',
nsub => 'New subdirectory',
renm => 'Rename current file to',
move => 'Move current file to',
@@ -413,6 +415,7 @@ sub dircontrols {
+