From 224c89c1b837e1fd6a36cff2f17324e5b7535994 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 29 Nov 2016 16:50:02 +0100 Subject: [PATCH] Remove leftovers from #1929 Signed-off-by: Morris Jobke --- core/templates/internalaltmail.php | 13 ---------- core/templates/internalmail.php | 38 ------------------------------ 2 files changed, 51 deletions(-) delete mode 100644 core/templates/internalaltmail.php delete mode 100644 core/templates/internalmail.php diff --git a/core/templates/internalaltmail.php b/core/templates/internalaltmail.php deleted file mode 100644 index 38531d109b..0000000000 --- a/core/templates/internalaltmail.php +++ /dev/null @@ -1,13 +0,0 @@ -t("Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n", array($_['user_displayname'], $_['filename'], $_['link']))); -if ( isset($_['expiration']) ) { - print_unescaped($l->t("The share will expire on %s.", array($_['expiration']))); - print_unescaped("\n\n"); -} -// TRANSLATORS term at the end of a mail -p($l->t("Cheers!")); -?> - --- -getName() . ' - ' . $theme->getSlogan()); ?> -getBaseUrl()); diff --git a/core/templates/internalmail.php b/core/templates/internalmail.php deleted file mode 100644 index 555c063c14..0000000000 --- a/core/templates/internalmail.php +++ /dev/null @@ -1,38 +0,0 @@ - - -
- - - - - - - - - - - - - - - - - -
-<?php p($theme->getName()); ?> -
 
  -t('Hey there,

just letting you know that %s shared %s with you.
View it!

', array($_['user_displayname'], $_['filename'], $_['link']))); -if ( isset($_['expiration']) ) { - p($l->t("The share will expire on %s.", array($_['expiration']))); - print_unescaped('

'); -} -// TRANSLATORS term at the end of a mail -p($l->t('Cheers!')); -?> -
 
 --
-getName()); ?> - -getSlogan()); ?> -
getBaseUrl());?> -
 
-