// Title
$html = "<table class=\"wikitable\">\n";
- $html .= utf8_encode('<tr><th>V</th><th>B</th><th>L</th<th>A</th><th>Ö</th><th>Rodelbahn</th>') .
+ $html .= utf8_encode('<tr><th>V</th><th>B</th><th>L</th><th>A</th><th>Ö</th><th>Rodelbahn</th>') .
($wgWrReportMode == 'summer' ? '' : '<th>Schneelage</th>') .
utf8_encode("<th>Auskunft</th><th>Gehzeit</th><th>Höhe unten</th><th>Höhe oben</th><th>Länge</th></tr>\n");
// $wgOut->redirect($title->getFullURL() . '#Eintr.C3.A4ge');
}
if ($action == 'preview') {
- $wgOut->addWikiText(utf8_encode("== Vorschau (noch nicht gespeichert) ==\n"));
+ $wgOut->addWikiText(wfMsg('wrreportnewreportpreviewtop'));
$format = WRREPORT_COMPACT_PAGE;
$row = array_fill_keys(wrReportGetColumnNames(), NULL);
$row['page_title'] = $page_title;
$row['description'] = $description;
$row['author_name'] = $author_name;
$wgOut->addHTML(wrReportTableRender2(array($row), $format, FALSE));
- $wgOut->addWikiText(utf8_encode("== Speichern oder Ändern ==\n"));
+ $wgOut->addWikiText(wfMsg('wrreportnewreportpreviewmiddle'));
$wgOut->addHTML(wrReportFormRender(FALSE, $page_title, $date_report, $condition, $description, $author_name));
+ $wgOut->addWikiText(wfMsg('wrreportnewreportpreviewbottom'));
}
}