mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Englische Handbücher in den CIS-Header und in das Benotungstool verlinkt.
This commit is contained in:
@@ -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>';
|
||||
|
||||
|
||||
|
||||
@@ -37,6 +37,6 @@ $p = new phrasen($sprache);
|
||||
if(CHOOSE_LAYOUT)
|
||||
echo '| <a class="Item" href="../layouts.php" target="content">Layouts</a>';
|
||||
?>
|
||||
| <a class='Item' href="../cms/dms.php?id=764" target="_blank"><?php echo $p->t('global/handbuch');?></a>
|
||||
| <a class='Item' href="../cms/<?php echo $p->t('global/linkZumHandbuch');?>" target="_blank"><?php echo $p->t('global/handbuch');?></a>
|
||||
]
|
||||
</div>
|
||||
@@ -165,4 +165,6 @@ $this->phrasen['benotungstool/errechneteGesamtnote']='Errechnete Gesamtnote';
|
||||
$this->phrasen['benotungstool/mussPositivSein']='* muss positiv sein';
|
||||
$this->phrasen['benotungstool/eingetrageneNoten']='Eingetragene Noten';
|
||||
$this->phrasen['benotungstool/zeunis']='Zeugnis';
|
||||
$this->phrasen['benotungstool/linkZumHandbuch']='dms.php?id=32';
|
||||
$this->phrasen['benotungstool/handbuch']='Handbuch';
|
||||
?>
|
||||
|
||||
@@ -103,6 +103,7 @@ $this->phrasen['global/löschen']='Löschen';
|
||||
$this->phrasen['global/dateiLoeschen']='Datei Löschen';
|
||||
$this->phrasen['global/betreff']='Betreff';
|
||||
$this->phrasen['global/handbuch']='Handbuch';
|
||||
$this->phrasen['global/linkZumHandbuch']='dms.php?id=764'; //Verlinkung zum Handbuch im Head-Frame
|
||||
$this->phrasen['global/hilfe']='Hilfe';
|
||||
$this->phrasen['global/benutzer']='Benutzer';
|
||||
|
||||
|
||||
@@ -165,4 +165,6 @@ $this->phrasen['benotungstool/errechneteGesamtnote']='Errechnete Gesamtnote';
|
||||
$this->phrasen['benotungstool/mussPositivSein']='* must be positive';
|
||||
$this->phrasen['benotungstool/eingetrageneNoten']='Eingetragene Noten';
|
||||
$this->phrasen['benotungstool/zeunis']='Zeugnis';
|
||||
$this->phrasen['benotungstool/linkZumHandbuch']='dms.php?id=824';
|
||||
$this->phrasen['benotungstool/handbuch']='Handbook';
|
||||
?>
|
||||
|
||||
@@ -103,6 +103,7 @@ $this->phrasen['global/löschen']='Delete';
|
||||
$this->phrasen['global/dateiLoeschen']='Delete File';
|
||||
$this->phrasen['global/betreff']='Subject';
|
||||
$this->phrasen['global/handbuch']='Manual';
|
||||
$this->phrasen['global/linkZumHandbuch']='dms.php?id=825'; //Verlinkung zum Handbuch im Head-Frame
|
||||
$this->phrasen['global/hilfe']='Help';
|
||||
$this->phrasen['global/benutzer']='User';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user