version 1.175, 2020/07/01 20:08:54
|
version 1.178, 2025/03/18 18:57:28
|
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> </td>'; |
'</td><td> </td>'; |
my $startform = |
my $startform = |