--- loncom/interface/londocs.pm 2013/04/01 19:39:13 1.539 +++ loncom/interface/londocs.pm 2013/04/01 22:09:56 1.540 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.539 2013/04/01 19:39:13 raeburn Exp $ +# $Id: londocs.pm,v 1.540 2013/04/01 22:09:56 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3036,7 +3036,7 @@ ENDCOPY $copylink=(< $form_common -$lt{'cp'} +$lt{'cp'} $form_end ENDCOPY if (($ishash) && (ref($filtersref->{'cancopy'}) eq 'ARRAY')) { @@ -3053,7 +3053,7 @@ ENDCUT $cutlink=(< $form_common -$lt{'ct'} +$lt{'ct'} $form_end ENDCUT if (($ishash) && (ref($filtersref->{'cancut'}) eq 'ARRAY')) { @@ -3070,7 +3070,7 @@ ENDREM $removelink=(< $form_common -$lt{'rm'} +$lt{'rm'} $form_end ENDREM if (($ishash) && (ref($filtersref->{'canremove'}) eq 'ARRAY')) { @@ -3102,11 +3102,10 @@ ENDREN $selectbox $form_end - + $removelink $cutlink $copylink - END }