diff options
author | rub <rub@piwigo.org> | 2006-04-19 22:07:52 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-04-19 22:07:52 +0000 |
commit | 9c47c507da96f65297d24ed53ee0ac0689c84aee (patch) | |
tree | 9833a300fa8783efcbd2c1984d9d74074a05fd08 /template/yoga | |
parent | 9c8eb13a4c8099932b791aef2282fff72ddce499 (diff) |
Issue ID 330/337:
o Fix last bugs
o Change class "errors" to class "infos"
git-svn-id: http://piwigo.org/svn/trunk@1214 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/admin/notification_by_mail.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin/notification_by_mail.tpl b/template/yoga/admin/notification_by_mail.tpl index dcd45a5b0..71a8fd737 100644 --- a/template/yoga/admin/notification_by_mail.tpl +++ b/template/yoga/admin/notification_by_mail.tpl @@ -18,9 +18,9 @@ <form method="post" name="notification_by_mail" id="notification_by_mail" action="{F_ACTION}"> <!-- BEGIN repost --> <fieldset> - <div class="errors"> + <div class="infos"> <p> - <input type="submit" value="{lang:nbm_repost_submit}" name="{REPOST_SUBMIT_NAME}" {TAG_INPUT_ENABLED}/> + <input type="submit" value="{lang:nbm_repost_submit}" name="{repost.REPOST_SUBMIT_NAME}" {TAG_INPUT_ENABLED}/> </p> </div> </fieldset> |