diff options
author | rub <rub@piwigo.org> | 2007-03-06 23:02:02 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-06 23:02:02 +0000 |
commit | fd50890049fadad1348d4339f4f97ffbf9a5add5 (patch) | |
tree | 50bd9e42cea65603eafaecff7796f559874ce154 /template/yoga/admin/notification_by_mail.tpl | |
parent | f797f8c7a179c79b1aabdd4c020efb6329699b8e (diff) |
Add tabsheet on administration pages.
Step 1: Refactoring tabsheet on NBM and introduce generic method to add tabsheet.tpl
On next commit, use of this new method in order to reduce # of link menu.
CSS friend don't hesitate to modify tabsheet css.
git-svn-id: http://piwigo.org/svn/trunk@1874 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/notification_by_mail.tpl | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/template/yoga/admin/notification_by_mail.tpl b/template/yoga/admin/notification_by_mail.tpl index 16f66d42d..da7fa808e 100644 --- a/template/yoga/admin/notification_by_mail.tpl +++ b/template/yoga/admin/notification_by_mail.tpl @@ -3,14 +3,8 @@ <ul class="categoryActions"> <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> </ul> - <h2>{lang:nbm_send_mail_to_users} [{U_TABSHEET_TITLE}]</h2> - <!-- BEGIN header_link --> - <h3> - <a href="{header_link.PARAM_MODE}">{lang:nbm_param_mode}</a> | - <a href="{header_link.SUBSCRIBE_MODE}">{lang:nbm_subscribe_mode}</a> | - <a href="{header_link.SEND_MODE}">{lang:nbm_send_mode}</a> - </h3> - <!-- END header_link --> + <h2>{lang:nbm_send_mail_to_users} {TABSHEET_TITLE}</h2> + {TABSHEET} </div> <form method="post" name="notification_by_mail" id="notification_by_mail" action="{F_ACTION}"> |