4 require_once 
'Services/Table/classes/class.ilTable2GUI.php';
 
  123                 $this->refreshButton[
'txt'] = $txt;
 
  124                 $this->refreshButton[
'cmd'] = 
$cmd;
 
  154                 if($last_access = $this->
getLinkChecker()->getLastCheckTimestamp())
 
  156                         $title .= 
', '.$lng->txt(
'last_change').
': '.
 
  162                 if(!count($invalidLinks))
 
  168                         foreach($invalidLinks as $key => $invalidLink)
 
  170                                 $invalidLinks[$key] = $this->
getRowHandler()->formatInvalidLinkArray($invalidLink);
 
  174                 $this->
addColumn($lng->txt(
'title'), 
'title', 
'20%');
 
  175                 $this->
addColumn($lng->txt(
'url'), 
'url', 
'80%');
 
  182                 $this->
setRowTemplate(
'tpl.link_checker_table_row.html', 
'Services/LinkChecker');