diff --git a/application/helpers/hlp_sancho_helper.php b/application/helpers/hlp_sancho_helper.php index 97d37a120..6e311897f 100644 --- a/application/helpers/hlp_sancho_helper.php +++ b/application/helpers/hlp_sancho_helper.php @@ -24,6 +24,7 @@ if (! defined('BASEPATH')) exit('No direct script access allowed'); // ------------------------------------------------------------------------ const DEFAULT_SANCHO_HEADER_IMG = 'sancho_header_DEFAULT.jpg'; +const DEFAULT_SANCHO_FOOTER_IMG = 'sancho_footer_DEFAULT.jpg'; /** * Send single Mail with Sancho Design and Layout. @@ -35,14 +36,14 @@ const DEFAULT_SANCHO_HEADER_IMG = 'sancho_header_DEFAULT.jpg'; * @param string $headerImg Filename of the specific Sancho header image. * @return void */ -function sendSanchoMail($vorlage_kurzbz, $vorlage_data, $to, $subject, $headerImg = DEFAULT_SANCHO_HEADER_IMG) +function sendSanchoMail($vorlage_kurzbz, $vorlage_data, $to, $subject, $headerImg = DEFAULT_SANCHO_HEADER_IMG, $footerImg = DEFAULT_SANCHO_FOOTER_IMG) { $ci =& get_instance(); $ci->load->library('email'); $ci->load->library('MailLib'); $sanchoHeader_img = 'skin/images/sancho/'. $headerImg; - $sanchoFooter_img = 'skin/images/sancho/sancho_footer.jpg'; + $sanchoFooter_img = 'skin/images/sancho/'. $footerImg; // Embed sancho header and footer image // reset important to ensure embedding of images when called in a loop diff --git a/locale/en-US/global.php b/locale/en-US/global.php index c34ae6771..1c3b95910 100644 --- a/locale/en-US/global.php +++ b/locale/en-US/global.php @@ -1,6 +1,6 @@ phrasen['global/studiengang']='Degree-Program'; -$this->phrasen['global/studienrichtung']='Degree-Program'; +$this->phrasen['global/studiengang']='Degree Program'; +$this->phrasen['global/studienrichtung']='Degree Program'; $this->phrasen['global/institut']='Institute'; $this->phrasen['global/semester']='Semester'; $this->phrasen['global/studiensemester']='Semester'; @@ -92,7 +92,7 @@ $this->phrasen['global/code']='Code'; $this->phrasen['global/adresse']='Address'; $this->phrasen['global/hauptwohnsitz']='Principal residence'; $this->phrasen['global/nebenwohnsitz']='Secondary residence'; -$this->phrasen['global/emailAdresse']='E-Mail Adress'; +$this->phrasen['global/emailAdresse']='E-Mail Address'; $this->phrasen['global/mail']='Mail'; $this->phrasen['global/telefon']='Telephone'; $this->phrasen['global/telefonnummer']='Telephone number'; diff --git a/skin/images/sancho/sancho_footer_DEFAULT.jpg b/skin/images/sancho/sancho_footer_DEFAULT.jpg new file mode 100644 index 000000000..94274de92 Binary files /dev/null and b/skin/images/sancho/sancho_footer_DEFAULT.jpg differ diff --git a/skin/images/sancho/sancho_footer_DEFAULT_bw.jpg b/skin/images/sancho/sancho_footer_DEFAULT_bw.jpg new file mode 100644 index 000000000..ffa2a241f Binary files /dev/null and b/skin/images/sancho/sancho_footer_DEFAULT_bw.jpg differ diff --git a/skin/images/sancho/sancho_footer_min_bw.jpg b/skin/images/sancho/sancho_footer_min_bw.jpg new file mode 100644 index 000000000..d457ef19e Binary files /dev/null and b/skin/images/sancho/sancho_footer_min_bw.jpg differ diff --git a/skin/images/sancho/sancho_footer_min_bw.xcf b/skin/images/sancho/sancho_footer_min_bw.xcf new file mode 100644 index 000000000..f54bead14 Binary files /dev/null and b/skin/images/sancho/sancho_footer_min_bw.xcf differ diff --git a/skin/images/sancho/sancho_header_DEFAULT.jpg b/skin/images/sancho/sancho_header_DEFAULT.jpg index 407583318..8b4c2d975 100644 Binary files a/skin/images/sancho/sancho_header_DEFAULT.jpg and b/skin/images/sancho/sancho_header_DEFAULT.jpg differ diff --git a/skin/images/sancho/sancho_header_DEFAULT_bw.jpg b/skin/images/sancho/sancho_header_DEFAULT_bw.jpg new file mode 100644 index 000000000..1150346ff Binary files /dev/null and b/skin/images/sancho/sancho_header_DEFAULT_bw.jpg differ diff --git a/skin/images/sancho/sancho_header_TEMPLATE - Kopie.xcf b/skin/images/sancho/sancho_header_TEMPLATE - Kopie.xcf new file mode 100644 index 000000000..efe793c9e Binary files /dev/null and b/skin/images/sancho/sancho_header_TEMPLATE - Kopie.xcf differ diff --git a/skin/images/sancho/sancho_header_min_bw.jpg b/skin/images/sancho/sancho_header_min_bw.jpg new file mode 100644 index 000000000..c8e47218d Binary files /dev/null and b/skin/images/sancho/sancho_header_min_bw.jpg differ diff --git a/skin/images/sancho/sancho_roboter.jpg b/skin/images/sancho/sancho_roboter.jpg new file mode 100644 index 000000000..9d74ace22 Binary files /dev/null and b/skin/images/sancho/sancho_roboter.jpg differ diff --git a/skin/images/sancho/sancho_roboter_freigestellt.png b/skin/images/sancho/sancho_roboter_freigestellt.png new file mode 100644 index 000000000..cefbffd72 Binary files /dev/null and b/skin/images/sancho/sancho_roboter_freigestellt.png differ