aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/mail/text/html/admin
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-03-13 01:43:45 +0000
committerrvelices <rv-github@modusoptimus.com>2008-03-13 01:43:45 +0000
commita6437b81e68d5b14ded9cd2eaed7f134999ab794 (patch)
tree19b4cb1e5bb320887641edb8d24bd56e369d37f4 /template/yoga/mail/text/html/admin
parent6f84eaf7cb10b0db6e82a3c85d998e60a3654c9a (diff)
- changes to template to accomodate nbm (solved issue when we had same template filename with different root dirs)
- started some changes in mail templates git-svn-id: http://piwigo.org/svn/trunk@2278 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/mail/text/html/admin')
-rw-r--r--template/yoga/mail/text/html/admin/cat_group_info.tpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/template/yoga/mail/text/html/admin/cat_group_info.tpl b/template/yoga/mail/text/html/admin/cat_group_info.tpl
index 8d744746c..2c8c45d6a 100644
--- a/template/yoga/mail/text/html/admin/cat_group_info.tpl
+++ b/template/yoga/mail/text/html/admin/cat_group_info.tpl
@@ -1,9 +1,9 @@
-<!-- DEV TAG: not smarty migrated -->
+{* $Id$ *}
<div id="cat_group_info">
-<h2>{lang:Informations}</h2>
-<p>{IMG_URL}</p>
-<p>{lang:Hello,}</p>
-<p>{lang:Come to discover the category:} <a href="{LINK}">{CAT_NAME}</a></p>
-<p>{CPL_CONTENT}</p>
-<p>{lang:See you soon.}</p>
+<h2>{'Informations'|@translate}</h2>
+<p>{$IMG_URL}</p>
+<p>{'Hello,'|@translate}</p>
+<p>{'Come to discover the category:'|@translate} <a href="{$LINK}">{$CAT_NAME}</a></p>
+<p>{$CPL_CONTENT}</p>
+<p>{'See you soon.'|@translate}</p>
</div>