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>';
+1 -1
View File
@@ -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>
+2
View File
@@ -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';
?>
+1
View File
@@ -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';
+2
View File
@@ -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';
?>
+1
View File
@@ -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';