Diff for /loncom/publisher/lonpubdir.pm between versions 1.150 and 1.151

version 1.150, 2014/03/11 01:16:49 version 1.151, 2014/04/06 19:39:04
Line 92  sub handler { Line 92  sub handler {
            .&Apache::loncommon::start_data_table_header_row()             .&Apache::loncommon::start_data_table_header_row()
            .'<th>'.&mt('Type').'</th>'             .'<th>'.&mt('Type').'</th>'
            .'<th>'.&mt('Actions').'</th>'             .'<th>'.&mt('Actions').'</th>'
            .'<th><a href="'.$linkdir.'/?sortby=filename">Name<span class="LC_fontsize_small"> &#9660;</span></a></th>'             .'<th><a href="'.$linkdir.'/?sortby=filename">'.&mt('Name').'<span class="LC_fontsize_small"> &#9660;</span></a></th>'
            .'<th>'.&mt('Title').'</th>'             .'<th>'.&mt('Title').'</th>'
            .'<th colspan="2">'.&mt('Status').'</th>'             .'<th colspan="2">'.&mt('Status').'</th>'
            .'<th><a href="'.$linkdir.'/?sortby=cmtime">Last Modified<span class="LC_fontsize_small"> &#9660;</span></a></th>'             .'<th><a href="'.$linkdir.'/?sortby=cmtime">'.&mt('Last Modified').'<span class="LC_fontsize_small"> &#9660;</span></a></th>'
            .&Apache::loncommon::end_data_table_header_row()             .&Apache::loncommon::end_data_table_header_row()
   );    );
   

Removed from v.1.150  
changed lines
  Added in v.1.151


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