--- loncom/interface/courseprefs.pm 2022/01/16 16:52:42 1.97 +++ loncom/interface/courseprefs.pm 2022/02/01 18:23:24 1.98 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.97 2022/01/16 16:52:42 raeburn Exp $ +# $Id: courseprefs.pm,v 1.98 2022/02/01 18:23:24 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5305,7 +5305,7 @@ sub print_linkprotection { ''. ''.$lt{'name'}. - ': '. + ': '. (' 'x2). ''.$lt{'version'}.': '."\n". @@ -5314,11 +5314,11 @@ sub print_linkprotection { 'value="'.$values{'lifetime'}.'" size="3"'.$disabled.' />'. '

'. ''.$lt{'key'}. - ': '. + ': '. (' 'x2). ''.$lt{'secret'}.':'. - ''. - ''. + ''. + ''. ''. ''; $itemcount ++; @@ -5328,20 +5328,20 @@ sub print_linkprotection { $css_class = $itemcount%2?' class="LC_odd_row"':''; $datatable .= ''."\n". ''."\n". - ''.&mt('Add').''."\n". + ''.&mt('Add').''."\n". ''. ''.$lt{'name'}. - ': '."\n". + ': '."\n". (' 'x2). - ''.$lt{'version'}.':'. ' '."\n". (' 'x2). - ''.$lt{'lifetime'}.': '."\n". + ''.$lt{'lifetime'}.': '."\n". '

'. - ''.$lt{'key'}.': '."\n". + ''.$lt{'key'}.': '."\n". (' 'x2). - ''.$lt{'secret'}.':'. - ' '."\n". + ''.$lt{'secret'}.':'. + ' '."\n". ''; $$rowtotal ++; return $datatable;;