' . &mt('New RSS Feed or Blog'). '
'); + $r->print('' . &mt('New RSS Feed or Blog'). '
'); $r->print(''); } if ($displayfeedname) { # this is an existing feed @@ -525,13 +536,13 @@ sub handler { # Render private items? my $viewpubliconly=1; $r->print("\n". - ($html?'':'').
+ ($html?'
':'').
&mt('LON-CAPA Feed "[_1]" for [_2]',$displayfeedname,$name).
($displayoption eq 'hidden'?' ('.&mt('Hidden').')':'').
($html?'
'.($edit?' '));
+ $displayfeedname.'" />':'').'
':''));
if (($env{'user.name'} eq $uname) && ($env{'user.domain'} eq $udom)) {
$viewpubliconly=0;
}
@@ -549,7 +560,8 @@ sub handler {
'title' => 'Title',
'link' => 'Link',
'description' => 'Description',
- 'enc' => 'Podcasted enclosure');
+ 'enc' => 'Podcasted enclosure',
+ 'status' => 'Status');
my $uploadlink;
if ($entry==$newid) {
# Generate upload link only for last (new) entry
@@ -565,7 +577,11 @@ sub handler {
my $free_space = $disk_quota - ($current_disk_usage / 1024.);
# Format this number since it will be displayed onscreen
$free_space = sprintf("%.1f", $free_space);
- $uploadlink=&Apache::inputtags::file_selector(0,0,'*','both','',$free_space);
+ my $fileclass = 'LC_left';
+ my $notitle = 1;
+ $uploadlink = &Apache::lonhtmlcommon::start_pick_box().
+ &Apache::inputtags::file_selector(0,0,'*','both','',$free_space,$fileclass,$notitle).
+ &Apache::lonhtmlcommon::end_pick_box();
} else {
# Otherwise, display
$uploadlink=''.$newsfeed{$id.'_enclosureurl'}.''.
@@ -579,6 +595,7 @@ sub handler {
-
+
+
+
+
+
$lt{'enc'} -
$uploadlink
@@ -644,7 +664,7 @@ ENDEDIT
$r->print('');
}
} # was a real display feedname
- $r->print(($html?&Apache::loncommon::end_page():'
':'').
&mt('LON-CAPA Feed "[_1]" for [_2]',$displayfeedname,$name).
($displayoption eq 'hidden'?' ('.&mt('Hidden').')':'').
($html?'
'.($edit?'+
+
+
$lt{'enc'} - $uploadlink