[LON-CAPA-cvs] cvs: loncom /interface londocs.pm
www
www@source.lon-capa.org
Sun, 16 Jan 2011 13:29:50 -0000
www Sun Jan 16 13:29:50 2011 EDT
Modified files:
/loncom/interface londocs.pm
Log:
Less scrolling around to get to the menues. See if people like this ...
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.447 loncom/interface/londocs.pm:1.448
--- loncom/interface/londocs.pm:1.447 Sat Dec 11 14:28:12 2010
+++ loncom/interface/londocs.pm Sun Jan 16 13:29:50 2011
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.447 2010/12/11 14:28:12 www Exp $
+# $Id: londocs.pm,v 1.448 2011/01/16 13:29:50 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1652,7 +1652,8 @@
&Apache::loncommon::end_data_table_count();
if ($shown) {
- $r->print(&Apache::loncommon::start_data_table());
+ $r->print(&Apache::loncommon::start_scrollbox('900px','880px','400px')
+ .&Apache::loncommon::start_data_table());
if ($allowed) {
$r->print(&Apache::loncommon::start_data_table_header_row()
.'<th colspan="2">'.&mt('Move').'</th>'
@@ -1665,6 +1666,7 @@
}
$r->print($output
.&Apache::loncommon::end_data_table()
+ .&Apache::loncommon::end_scrollbox()
);
} else {
$r->print('<p class="LC_info">'