Englische Handbücher in den CIS-Header und in das Benotungstool verlinkt.

This commit is contained in:
Manfred Kindl
2011-11-08 09:22:18 +00:00
parent 075135ea19
commit fc67a19982
6 changed files with 8 additions and 2 deletions
@@ -720,7 +720,7 @@ if (isset($_REQUEST["freigabe"]) and ($_REQUEST["freigabe"] == 1))
echo '<table width="100%" height="10px"><tr><td>';
echo "<h3><a href='javascript:window.history.back()'>".$p->t('global/zurueck')."</a></h3>";
echo '</td><td align="right">';
echo '<a href="'.APP_ROOT.'cms/dms.php?id=32" class="Item" target="_blank">Handbuch (PDF)</a>';
echo '<a href="'.APP_ROOT.'cms/'.$p->t('benotungstool/linkZumHandbuch').'" class="Item" target="_blank">'.$p->t('benotungstool/handbuch').' (PDF)</a>';
echo '</td></tr></table>';