diff options
author | vdigital <vdigital@piwigo.org> | 2008-06-01 19:19:46 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-06-01 19:19:46 +0000 |
commit | e9ef6ccc72e51b0a40b5123320cbbfa1e5818ed3 (patch) | |
tree | 5f9157fceb17c23043263a322fd2239c2281e5bb /template/yoga/admin/cat_options.tpl | |
parent | 1806fd5b3640d34e6f121f7080805cbaaa7bb009 (diff) |
Stripy layout on Admin page (Not stable for all browsers)
git-svn-id: http://piwigo.org/svn/trunk@2381 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/cat_options.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/cat_options.tpl b/template/yoga/admin/cat_options.tpl index f9087648a..e6186d551 100644 --- a/template/yoga/admin/cat_options.tpl +++ b/template/yoga/admin/cat_options.tpl @@ -1,10 +1,10 @@ {* $Id$ *} <div class="titrePage"> + {$TABSHEET} <ul class="categoryActions"> <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}"><img src="{$themeconf.icon_dir}/help.png" class="button" alt="(?)"></a></li> </ul> <h2>{'cat_options_title'|@translate} {$TABSHEET_TITLE}</h2> - {$TABSHEET} </div> <form method="post" action="{$F_ACTION}" id="cat_options"> |