diff options
author | rub <rub@piwigo.org> | 2007-03-07 22:53:42 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-07 22:53:42 +0000 |
commit | c813e43f787bc89fefc86b3a092fb1f3872394f4 (patch) | |
tree | 10b9a326e2bacefaf5c2711165c05c139d9e7aa9 /template/yoga/admin | |
parent | bacf165624681b6457a196a055e41e179e072ea4 (diff) |
Add tabsheet on administration pages.
Step 2: Regroup categories options into sheet Batch management.
On next commit, use of this new method on history and configuration
git-svn-id: http://piwigo.org/svn/trunk@1878 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin')
-rw-r--r-- | template/yoga/admin/cat_options.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/admin/cat_options.tpl b/template/yoga/admin/cat_options.tpl index 891dc37d4..2cc1f96a0 100644 --- a/template/yoga/admin/cat_options.tpl +++ b/template/yoga/admin/cat_options.tpl @@ -3,7 +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:title_cat_options}</h2> + <h2>{lang:Batch management} {TABSHEET_TITLE}</h2> + {TABSHEET} </div> <form method="post" action="{F_ACTION}" id="cat_options"> |