mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Hilfe im Profil wird nur mehr angezeigt, wenn DMS-Eintrag im Locale vorhanden
This commit is contained in:
@@ -509,8 +509,12 @@ if(!$ansicht)
|
||||
}
|
||||
}
|
||||
}
|
||||
echo '<p><a href="../../../cms/content.php?content_id='.$p->t("dms_link/lvPlanFAQ").'" target="_blank">'.$p->t('global/hilfe').'</a></p></td>';
|
||||
echo'</tr>
|
||||
|
||||
//Überprüfung ob Hilfe-Link vorhanden
|
||||
if ($p->t("dms_link/profilhilfe")!='')
|
||||
echo '<p><a href="../../../cms/content.php?content_id='.$p->t("dms_link/profilhilfe").'" target="_blank">'.$p->t('global/hilfe').'</a></p>';
|
||||
|
||||
echo'</td></tr>
|
||||
<tr>
|
||||
<td class="teambox" style="width: 20%;">
|
||||
<B>'.$p->t('mailverteiler/mailverteiler').'</B><BR><BR>
|
||||
|
||||
@@ -20,4 +20,5 @@ $this->phrasen['dms_link/veranstaltungsleitfaden']='133'; //Link zum Veranstaltu
|
||||
$this->phrasen['dms_link/bildRichtlinien']='6174'; //Link zu den Bild Richtlinen zB bei Bildupload im Profil (CMS-ID)
|
||||
$this->phrasen['dms_link/sicherheitAnDerFHTW']='6765'; //Link zum Hauptpunkt "Sicherheit an der FHTW" aus dem Ersthelfer-Skript
|
||||
$this->phrasen['dms_link/lvplanSyncFAQ']='7188'; //Link zur Anleitung zur Kalender Abbonierung
|
||||
$this->phrasen['dms_link/profilhilfe']=''; //Hilfe-Link aus dem Profil
|
||||
?>
|
||||
@@ -20,4 +20,5 @@ $this->phrasen['dms_link/veranstaltungsleitfaden']='133'; //Link zum Veranstaltu
|
||||
$this->phrasen['dms_link/bildRichtlinien']='6174'; //Link zu den Bild Richtlinen zB bei Bildupload im Profil (CMS-ID)
|
||||
$this->phrasen['dms_link/sicherheitAnDerFHTW']='6765'; //Link zum Hauptpunkt "Sicherheit an der FHTW" aus dem Ersthelfer-Skript
|
||||
$this->phrasen['dms_link/lvplanSyncFAQ']='7188'; //Link zur Anleitung zur Kalender Abbonierung
|
||||
$this->phrasen['dms_link/profilhilfe']=''; //Hilfe-Link aus dem Profil
|
||||
?>
|
||||
Reference in New Issue
Block a user