[LON-CAPA-cvs] cvs: loncom /interface lonblockingmenu.pm
raeburn
raeburn at source.lon-capa.org
Sun Oct 23 12:17:52 EDT 2016
raeburn Sun Oct 23 16:17:52 2016 EDT
Modified files:
/loncom/interface lonblockingmenu.pm
Log:
- Remove trailing white space. No code changes.
Index: loncom/interface/lonblockingmenu.pm
diff -u loncom/interface/lonblockingmenu.pm:1.22 loncom/interface/lonblockingmenu.pm:1.23
--- loncom/interface/lonblockingmenu.pm:1.22 Sun Oct 23 14:35:32 2016
+++ loncom/interface/lonblockingmenu.pm Sun Oct 23 16:17:52 2016
@@ -2,7 +2,7 @@
# Routines for configuring blocking of access to collaborative functions,
# and specific resources during an exam
#
-# $Id: lonblockingmenu.pm,v 1.22 2016/10/23 14:35:32 raeburn Exp $
+# $Id: lonblockingmenu.pm,v 1.23 2016/10/23 16:17:52 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -116,7 +116,7 @@
$readonly - true if modification of blocking events is prohibited.
$allowed - true if blocking events information can be shown.
-
+
=item &get_timed_items()
@@ -252,7 +252,7 @@
- $blockcount - number of existing blocking events in course
- $readonly - if true, modification not allowed.
-
+
Output: None
@@ -345,7 +345,7 @@
=item &interval_details()
Creates name/scope of current interval and expandable/collapsible
-showing which interval parameters apply to the current folder/resource
+showing which interval parameters apply to the current folder/resource
Inputs: 6
@@ -362,7 +362,7 @@
- $parmcount - unique ID for current element.
-Outputs: 2
+Outputs: 2
- $itemname - name/scope of interval (timer) parameter
@@ -435,10 +435,10 @@
Inputs: none
Output: 1 Javascript (with <script></script> tags) for functions used to:
- toggle visibility of unordered list for display of detailed
+ toggle visibility of unordered list for display of detailed
information about intervals.
-
-=back
+
+=back
=cut
@@ -628,8 +628,8 @@
# ------------------------ Choose between modifying existing block or adding new
$r->print('<form name="blockform" method="post" action="/adm/setblock?action=store">');
-
- unless ($readonly) {
+
+ unless ($readonly) {
if ($blockcount > 0) {
$r->print(<<"END");
<div class="LC_left_float">
@@ -1437,7 +1437,7 @@
if (ref($resobj)) {
$title = $resobj->compTitle();
}
- if ($title eq '') {
+ if ($title eq '') {
$title = &Apache::lonnet::gettitle($resource);
}
$hierarchy = &show_timer_path($type,$resource,$navmap);
More information about the LON-CAPA-cvs
mailing list