From 618158aca4d99fe522b0f54d547442f17a5db148 Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 27 Feb 2008 23:08:44 +0000 Subject: Add comment tags in order to know tpl to migrate # tag for f in `find . -name \*.tpl` do echo $f mv $f $f.tmp echo '' > $f cat $f.tmp >> $f rm -f $f.tmp done #find file not migrated for f in `find . -name \*.tpl` do grep -i '' $f > /dev/null && echo $f done git-svn-id: http://piwigo.org/svn/trunk@2222 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/mail/text/plain/admin/cat_group_info.tpl | 1 + template/yoga/mail/text/plain/admin/notification_by_mail.tpl | 1 + template/yoga/mail/text/plain/footer.tpl | 1 + template/yoga/mail/text/plain/header.tpl | 1 + 4 files changed, 4 insertions(+) (limited to 'template/yoga/mail/text/plain') diff --git a/template/yoga/mail/text/plain/admin/cat_group_info.tpl b/template/yoga/mail/text/plain/admin/cat_group_info.tpl index b38521465..c6df0aac9 100644 --- a/template/yoga/mail/text/plain/admin/cat_group_info.tpl +++ b/template/yoga/mail/text/plain/admin/cat_group_info.tpl @@ -1,3 +1,4 @@ + {lang:Hello,} {lang:Come to discover the category:} {CAT_NAME} diff --git a/template/yoga/mail/text/plain/admin/notification_by_mail.tpl b/template/yoga/mail/text/plain/admin/notification_by_mail.tpl index edaced083..22d25ef30 100644 --- a/template/yoga/mail/text/plain/admin/notification_by_mail.tpl +++ b/template/yoga/mail/text/plain/admin/notification_by_mail.tpl @@ -1,3 +1,4 @@ + {lang:nbm_content_hello_1}{USERNAME}{lang:nbm_content_hello_2} diff --git a/template/yoga/mail/text/plain/footer.tpl b/template/yoga/mail/text/plain/footer.tpl index a43f1621a..b3e48bc30 100644 --- a/template/yoga/mail/text/plain/footer.tpl +++ b/template/yoga/mail/text/plain/footer.tpl @@ -1,3 +1,4 @@ + ------------------------ PhpWebGallery {VERSION} diff --git a/template/yoga/mail/text/plain/header.tpl b/template/yoga/mail/text/plain/header.tpl index 213fedbf1..2b710b439 100644 --- a/template/yoga/mail/text/plain/header.tpl +++ b/template/yoga/mail/text/plain/header.tpl @@ -1,3 +1,4 @@ + -----={BOUNDARY_KEY} Content-Type: {CONTENT_TYPE}; charset="{CONTENT_ENCODING}"; Content-Transfer-Encoding: 8bit -- cgit v1.2.3