[LON-CAPA-cvs] cvs: loncom /interface londocs.pm
raeburn
raeburn at source.lon-capa.org
Wed Aug 13 21:32:03 EDT 2025
raeburn Thu Aug 14 01:32:03 2025 EDT
Modified files:
/loncom/interface londocs.pm
Log:
- Prevent scrollbars from obscuring "Currently empty" message when displaying
an empty folder in the Course Editor.
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.729 loncom/interface/londocs.pm:1.730
--- loncom/interface/londocs.pm:1.729 Thu Jul 31 15:47:23 2025
+++ loncom/interface/londocs.pm Thu Aug 14 01:32:03 2025
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.729 2025/07/31 15:47:23 raeburn Exp $
+# $Id: londocs.pm,v 1.730 2025/08/14 01:32:03 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4921,6 +4921,7 @@
$to_show .= &Apache::loncommon::start_scrollbox('400px','380px','200px','contentscroll')
.'<div class="LC_info" id="contentlist">'
.$noresmsg
+ .'<br /><br />'
.'</div>'
.&Apache::loncommon::end_scrollbox();
}
@@ -4934,6 +4935,7 @@
} else {
$to_show = '<div class="LC_info" id="contentlist">'
.&mt('Currently empty')
+ .'<br /><br />'
.'</div>'
}
}
More information about the LON-CAPA-cvs
mailing list