'); } else { # render RSS my $server = &Apache::lonnet::absolute_url(); $r->print("\n". @@ -412,10 +436,10 @@ sub handler { } # Add a new feed if (($html) && ($edit)) { - $r->print('

' . &mt('New RSS Feed or Blog'). '

'); + $r->print('

' . &mt('New RSS Feed or Blog'). '

'); $r->print('
'); - $r->print(&mt('Name').": "); - $r->print(''); + $r->print(''); $r->print('
'); } if ($displayfeedname) { # this is an existing feed @@ -512,13 +536,13 @@ sub handler { # Render private items? my $viewpubliconly=1; $r->print("\n". - ($html?'

':''). + ($html?'<hr /><h3 class="LC_heading_3">':'<title>'). &mt('LON-CAPA Feed "[_1]" for [_2]',$displayfeedname,$name). ($displayoption eq 'hidden'?' ('.&mt('Hidden').')':''). ($html?'</h3>'.($edit?'<form method="post" name="lonhomework" enctype="multipart/form-data" action=""><br />'. - &mt('Name of this Feed'). + '<label>'.&mt('Name of this Feed'). ': <input type="text" size="50" name="newblogname" value="'. - $displayfeedname.'" />':'').'<ul>':'')); + $displayfeedname.'" />':'').'
    ':'')); if (($env{'user.name'} eq $uname) && ($env{'user.domain'} eq $udom)) { $viewpubliconly=0; } @@ -536,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 @@ -552,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'}.''. @@ -566,6 +595,7 @@ sub handler {
  •    +
    $lt{'status'}    @@ -573,13 +603,16 @@ sub handler {    +
    +

    +
    +

    +
    $lt{'enc'} - $uploadlink
  • @@ -631,7 +664,7 @@ ENDEDIT $r->print(''); } } # was a real display feedname - $r->print(($html?&Apache::loncommon::end_page():''."\n")); + $r->print(($html?'