} elseif ($row->status == 'closed') {
$msg = wfMessage('wrreport-icon-intermaps-closed', $row->last_update)->text();
$td->appendElement('img', array('src' => '/vorlagen/s_closed.png', 'alt' => $msg, 'title' => $msg));
- } else {
- $td->appendText($row->status);
}
}
}