Diff for /loncom/interface/londocs.pm between versions 1.434.2.3 and 1.434.2.4

version 1.434.2.3, 2010/12/25 04:40:15 version 1.434.2.4, 2011/05/27 19:39:25
Line 1660  sub editor { Line 1660  sub editor {
                      .'<th>'.&mt('Actions').'</th>'                       .'<th>'.&mt('Actions').'</th>'
                      .'<th colspan="2">'.&mt('Document').'</th>');                       .'<th colspan="2">'.&mt('Document').'</th>');
             if ($folder !~ /^supplemental/) {              if ($folder !~ /^supplemental/) {
                 $->print('<th colspan="4">'.&mt('Settings').'</th>');                  $r->print('<th colspan="4">'.&mt('Settings').'</th>');
             }              }
             $r->print(&Apache::loncommon::end_data_table_header_row());              $r->print(&Apache::loncommon::end_data_table_header_row());
         }          }

Removed from v.1.434.2.3  
changed lines
  Added in v.1.434.2.4


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