Actions | Name | Size | Last Modified | |
---|---|---|---|---|
'); - $r->print(' | Go to ... | '); - $r->print(''.&make_anchor($filename.'/',$current_path.$filename.'/').' | '); - $r->print('||
- - | '); - $r->print(''); - $r->print(' | '. - $filename.' | '); - $r->print(''.$size.' | '); - $r->print(''.&Apache::lonlocal::locallocaltime($mtime).' | '); - $r->print('
'); -# $r->print(&display_actions($current_path, $currentFile, $isEmpty)); - $r->print(' |
Select | Name | Size | Last Modified |
---|
'.&mt('Delete').' '.&display_file().'?
'); - &close_form($r); + if (scalar(@files)) { + &open_form($r); + $r->print(''.&mt('Delete').' '.&display_file(undef,\@files).'?
'); + &close_form($r); + } else { + $r->print("No file was checked to delete.