diff options
author | rub <rub@piwigo.org> | 2007-02-10 23:27:51 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-02-10 23:27:51 +0000 |
commit | f18bded8a4927529ae6696ec78e277b804eabf75 (patch) | |
tree | 6ab42623011fc157bc295cd7ebde80aed897575d /template/yoga/mail/text/html/admin | |
parent | e79d03c1fcabffa1cf58146decd03d8dfb5e0855 (diff) |
VDigital conformity ;-)
git-svn-id: http://piwigo.org/svn/trunk@1801 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/mail/text/html/admin')
-rw-r--r-- | template/yoga/mail/text/html/admin/notification_by_mail.tpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/template/yoga/mail/text/html/admin/notification_by_mail.tpl b/template/yoga/mail/text/html/admin/notification_by_mail.tpl index d3c6cc796..d2a81000c 100644 --- a/template/yoga/mail/text/html/admin/notification_by_mail.tpl +++ b/template/yoga/mail/text/html/admin/notification_by_mail.tpl @@ -1,4 +1,4 @@ -<div id="nbm_mail_content">
+<div id="nbm_message">
<h2>{lang:Notification}</h2>
<p>{lang:nbm_content_hello_1}{USERNAME}{lang:nbm_content_hello_2}</p>
@@ -44,9 +44,7 @@ </p>
<!-- BEGIN recent_post -->
</div>
-</div>
-<div id="content">
-<div id="nbm_mail_recent_post">
+<div id="nbm_recent_post">
<!-- BEGIN recent_post_block -->
<h2>{recent_post.recent_post_block.TITLE}</h2>
{recent_post.recent_post_block.HTML_DATA}
|