Changed email links to correct CIS URL

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-01-28 16:52:14 +01:00
committed by cris-technikum
parent bd293f3b3a
commit 14d1762c9f
3 changed files with 12 additions and 3 deletions
@@ -340,7 +340,10 @@ class approveAnrechnungUebersicht extends Auth_Controller
}
// Link to Antrag genehmigen
$url = site_url(self::REVIEW_ANRECHNUNG_URI);
$url =
CIS_ROOT. 'cis/index.php?menu='.
CIS_ROOT. 'cis/menu.php?content_id=&content='.
CIS_ROOT. index_page(). self::REVIEW_ANRECHNUNG_URI;
// Prepare mail content
$body_fields = array(
@@ -325,7 +325,10 @@ class requestAnrechnung extends Auth_Controller
}
// Link to Antrag genehmigen
$url = site_url(self::APPROVE_ANRECHNUNG_URI);
$url =
CIS_ROOT. 'cis/index.php?menu='.
CIS_ROOT. 'cis/menu.php?content_id=&content='.
CIS_ROOT. index_page(). self::APPROVE_ANRECHNUNG_URI;
// Prepare mail content
$body_fields = array(
@@ -248,7 +248,10 @@ class reviewAnrechnungUebersicht extends Auth_Controller
}
// Link to Antrag genehmigen
$url = site_url(self::APPROVE_ANRECHNUNG_URI);
$url =
CIS_ROOT. 'cis/index.php?menu='.
CIS_ROOT. 'cis/menu.php?content_id=&content='.
CIS_ROOT. index_page(). self::APPROVE_ANRECHNUNG_URI;
// Prepare mail content
$body_fields = array(