diff --git a/views/bootstrap/class.LogManagement.php b/views/bootstrap/class.LogManagement.php index 534129d31..d58a524ce 100644 --- a/views/bootstrap/class.LogManagement.php +++ b/views/bootstrap/class.LogManagement.php @@ -56,17 +56,17 @@ class SeedDMS_View_LogManagement extends SeedDMS_Theme_Style { print "".SeedDMS_Core_File::format_filesize(filesize($this->logdir.$entry))."\n"; print ""; - print "".getMLText("rm_file").""; + print " ".getMLText("rm_file").""; print " "; print " ".getMLText("download").""; print " "; - echo $this->getModalBoxLink(array('target'=>'logViewer', 'remote'=>'out.LogManagement.php?logname='.$entry, 'class'=>'btn btn-primary btn-mini btn-sm', 'title'=>' '.getMLText('view').'')); + echo $this->getModalBoxLink(array('target'=>'logViewer', 'remote'=>'out.LogManagement.php?logname='.$entry, 'class'=>'btn btn-primary btn-mini btn-sm', 'title'=>' '.getMLText('view').'', 'attributes'=>array('data-modal-title'=>$entry))); print "\n"; print "\n"; } if ($print_header) printMLText("empty_list"); - else print "\n"; + else print "\n"; } /* }}} */ function js() { /* {{{ */