Diff for /loncom/interface/loncreatecourse.pm between versions 1.175 and 1.177

version 1.175, 2020/07/01 20:08:54 version 1.177, 2023/03/29 16:01:13
Line 465  END Line 465  END
                  .'<label>'                   .'<label>'
                  .'<input type="radio" name="datemode" value="shift" checked="checked" /> '.$lt{'shd'}                   .'<input type="radio" name="datemode" value="shift" checked="checked" /> '.$lt{'shd'}
                  .'</label>'                   .'</label>'
                  .' <input type="text" size="5" name="dateshift" value="365" />'                   .' <input type="text" size="5" name="dateshift" value="364" />'
                  .&Apache::lonhtmlcommon::row_closure()                   .&Apache::lonhtmlcommon::row_closure()
                  .&Apache::lonhtmlcommon::row_title($tinyurlhelp.$lt{'dpl'})                   .&Apache::lonhtmlcommon::row_title($tinyurlhelp.$lt{'dpl'})
                  .'<label>'                   .'<label>'
Line 1251  sub creation_display_filter { Line 1251  sub creation_display_filter {
     my ($contexts,$contextnames) = &context_names();      my ($contexts,$contextnames) = &context_names();
     my $output = '<table><tr><td valign="top">'.      my $output = '<table><tr><td valign="top">'.
                  '<span class="LC_nobreak"><b>'.&mt('Records/page:').'</b></span><br />'.                   '<span class="LC_nobreak"><b>'.&mt('Records/page:').'</b></span><br />'.
                  &Apache::lonmeta::selectbox('show',$curr->{'show'},undef,                   &Apache::lonmeta::selectbox('show',$curr->{'show'},'',undef,
                                               (&mt('all'),5,10,20,50,100,1000,10000)).                                                (&mt('all'),5,10,20,50,100,1000,10000)).
                  '</td><td>&nbsp;&nbsp;</td>';                   '</td><td>&nbsp;&nbsp;</td>';
     my $startform =      my $startform =

Removed from v.1.175  
changed lines
  Added in v.1.177


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>