mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Merge branch 'feature-46905/LV_plan_feedback_Link_aendern'
This commit is contained in:
@@ -98,6 +98,7 @@ if(!$result_ort)
|
||||
die("ort not found!");
|
||||
$num_rows_ort=$db->db_num_rows($result_ort);
|
||||
|
||||
|
||||
/*$sql_query="SELECT student_uid FROM public.tbl_student ORDER BY student_uid";
|
||||
$result_lektor=$db->db_query($sql_query);
|
||||
if(!$result_lektor)
|
||||
@@ -531,8 +532,8 @@ if(!defined('CIS_LVPLAN_ZUSATZMENUE_ANZEIGEN') || CIS_LVPLAN_ZUSATZMENUE_ANZEIGE
|
||||
echo '
|
||||
<td class="menubox">
|
||||
<p><a href="raumsuche.php">'.$p->t('lvplan/raumsuche').'</a></p>
|
||||
<p><a class="Item" href="mailto:'.MAIL_LVPLAN.'">'.$p->t('lvplan/fehlerUndFeedback').'</a></p>
|
||||
<p><a href="../../../cms/content.php?content_id='.$p->t('dms_link/lvPlanFAQ').'" class="hilfe" target="_blank">'.$p->t('global/hilfe').'</a></p>
|
||||
<p>'.$p->t('lvplan/FragenZuLvPlan', array(MAIL_LVPLAN)).'</p>
|
||||
</td>';
|
||||
}
|
||||
|
||||
|
||||
@@ -304,6 +304,6 @@ if ($num_rows_repl>0)
|
||||
}
|
||||
echo '</table><br>';
|
||||
}
|
||||
echo '<P>'.$p->t('lvplan/fehlerUndFeedback').' <A class="Item" href="mailto:'.MAIL_LVPLAN.'">'.$p->t('lvplan/lvKoordinationsstelle').'</A>.</P>
|
||||
echo '<P>'.$p->t('lvplan/FragenZuLvPlan', array(MAIL_LVPLAN)).'</P>
|
||||
</body></html>';
|
||||
?>
|
||||
|
||||
@@ -341,7 +341,7 @@ elseif($format=='excel')
|
||||
// Print in HTML-File
|
||||
else
|
||||
{
|
||||
echo '<P class="dont-print">'.$p->t('lvplan/fehlerUndFeedback').' <A class="Item" href="mailto:'.MAIL_LVPLAN.'">'.$p->t('lvplan/lvKoordinationsstelle').'</A></P>';
|
||||
echo '<br><P class="dont-print">'.$p->t('lvplan/FragenZuLvPlan', array(MAIL_LVPLAN)).'</P>';
|
||||
echo '</body></html>';
|
||||
}
|
||||
|
||||
|
||||
@@ -524,6 +524,6 @@ if (isset($reservdelcount))
|
||||
echo "Es wurde".($reservdelcount!=1?'n':'')." $reservdelcount Stunde".($reservdelcount!=1?'n':'')." gelöscht!<BR>";
|
||||
?>
|
||||
|
||||
<P><br><?php echo $p->t('lvplan/fehlerUndFeedback');?> <A class="Item" href="mailto:<?php echo MAIL_LVPLAN?>"><?php echo $p->t('lvplan/lvKoordinationsstelle');?></A>.</P>
|
||||
<P><br><?php echo $p->t('lvplan/FragenZuLvPlan', array(MAIL_LVPLAN)); ?>.</P>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
@@ -101,4 +101,5 @@ $this->phrasen['lvplan/folgendeAenderungen']='Es haben sich folgende Aenderungen
|
||||
$this->phrasen['lvplan/reserviertInDev']='reserviert<br>für<br>lehre';
|
||||
$this->phrasen['lvplan/raumNichtReservierbar']='Die Möglichkeit der Reservierung ist für diesen Raum deaktiviert.';
|
||||
$this->phrasen['lvplan/reserviertVon']='Reserviert von';
|
||||
$this->phrasen['lvplan/FragenZuLvPlan']='Für Fragen zu Ihrem LV-Plan wenden Sie sich bitte an Ihre <a class="Item" href="mailto:%s">LV-Koordinationsstelle</a>';
|
||||
?>
|
||||
@@ -100,4 +100,5 @@ $this->phrasen['lvplan/folgendeAenderungen']='There have been the following chan
|
||||
$this->phrasen['lvplan/reserviertInDev']='not<br>available';
|
||||
$this->phrasen['lvplan/raumNichtReservierbar']='Reservation is disabled for this room.';
|
||||
$this->phrasen['lvplan/reserviertVon']='Reserved by';
|
||||
$this->phrasen['lvplan/FragenZuLvPlan']='For questions about your personal schedule, please contact the <a class="Item" href="mailto:%s">Course-Coordination Office</a>';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user