Diff for /loncom/interface/lonsyllabus.pm between versions 1.128 and 1.129

version 1.128, 2013/05/19 15:48:51 version 1.129, 2013/08/26 23:38:07
Line 406  sub handler { Line 406  sub handler {
     }      }
 # ---------------------------------------------------------------- Get syllabus  # ---------------------------------------------------------------- Get syllabus
     if (($syllabus{'uploaded.lastmodified'}) || ($allowed)) {      if (($syllabus{'uploaded.lastmodified'}) || ($allowed)) {
         if ($allowed) {  
             $r->print('<form method="post" action="">');  
         }  
   
  my $url_include_handler = sub {   my $url_include_handler = sub {
  my ($r, $field, $message, $group, $data_ref, $fields_ref, $target, $allowed, $display) = @_;   my ($r, $field, $message, $group, $data_ref, $fields_ref, $target, $allowed, $display) = @_;
  my %data = %{$data_ref};   my %data = %{$data_ref};
Line 456  sub handler { Line 452  sub handler {
  $target, $allowed, Apache::lontemplate->RICH_TEXT_DETECT_HTML, \%custom_hash,   $target, $allowed, Apache::lontemplate->RICH_TEXT_DETECT_HTML, \%custom_hash,
                         undef,\%displayfields,\%noshow);                          undef,\%displayfields,\%noshow);
         if ($allowed) {          if ($allowed) {
             $r->print('</form>'.              $r->print('</div></form>'.
             &Apache::lonhtmlcommon::htmlareaselectactive());              &Apache::lonhtmlcommon::htmlareaselectactive());
         }          }
     } else {      } else {
Line 1011  sub get_personnel { Line 1007  sub get_personnel {
                 }                  }
                 if ($allowed) {                  if ($allowed) {
                     my $item = '<span class="LC_nobreak"><label>'.                      my $item = '<span class="LC_nobreak"><label>'.
                                '<input type="checkbox" name="hideuser" value="'.$element.'&'.$puname.':'.$pudom.'"'.$checked.' />'.                                 '<input type="checkbox" name="hideuser" value="'.$element.'&amp;'.$puname.':'.$pudom.'"'.$checked.' />'.
                                &Apache::loncommon::aboutmewrapper($courseperson                                 &Apache::loncommon::aboutmewrapper($courseperson
 ,  ,
                                                $puname,$pudom).                                                 $puname,$pudom).
Line 1040  sub get_personnel { Line 1036  sub get_personnel {
         }          }
         if ($target ne 'tex') {          if ($target ne 'tex') {
             if ($allowed) {              if ($allowed) {
                 $r->print(&Apache::loncommon::end_data_table_row());                  $r->print('</td>'.&Apache::loncommon::end_data_table_row());
             } else {              } else {
                 my $lastclose=$element eq $lastpers?1:0;                  my $lastclose=$element eq $lastpers?1:0;
                 $r->print(&Apache::lonhtmlcommon::row_closure($lastclose));                  $r->print(&Apache::lonhtmlcommon::row_closure($lastclose));

Removed from v.1.128  
changed lines
  Added in v.1.129


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