aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-06-01 19:19:46 +0000
committervdigital <vdigital@piwigo.org>2008-06-01 19:19:46 +0000
commite9ef6ccc72e51b0a40b5123320cbbfa1e5818ed3 (patch)
tree5f9157fceb17c23043263a322fd2239c2281e5bb /template/yoga/admin
parent1806fd5b3640d34e6f121f7080805cbaaa7bb009 (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 'template/yoga/admin')
-rw-r--r--template/yoga/admin/cat_options.tpl2
-rw-r--r--template/yoga/admin/comments.tpl2
-rw-r--r--template/yoga/admin/configuration.tpl2
-rw-r--r--template/yoga/admin/history.tpl2
-rw-r--r--template/yoga/admin/notification_by_mail.tpl2
-rw-r--r--template/yoga/admin/plugins_list.tpl2
-rw-r--r--template/yoga/admin/plugins_new.tpl2
-rw-r--r--template/yoga/admin/plugins_update.tpl2
-rw-r--r--template/yoga/admin/stats.tpl2
-rw-r--r--template/yoga/admin/upload.tpl2
10 files changed, 10 insertions, 10 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">
diff --git a/template/yoga/admin/comments.tpl b/template/yoga/admin/comments.tpl
index 84b1677c6..1c7df910e 100644
--- a/template/yoga/admin/comments.tpl
+++ b/template/yoga/admin/comments.tpl
@@ -1,7 +1,7 @@
{* $Id$ *}
<div class="titrePage">
- <h2>{'waiting'|@translate} {$TABSHEET_TITLE}</h2>
{$TABSHEET}
+ <h2>{'waiting'|@translate} {$TABSHEET_TITLE}</h2>
</div>
<h3>{'User comments validation'|@translate}</h3>
diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl
index 04d8c7855..ec5695f5a 100644
--- a/template/yoga/admin/configuration.tpl
+++ b/template/yoga/admin/configuration.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>{'title_configuration'|@translate} {$TABSHEET_TITLE}</h2>
- {$TABSHEET}
</div>
<form method="post" action="{$F_ACTION}" class="properties">
diff --git a/template/yoga/admin/history.tpl b/template/yoga/admin/history.tpl
index db503b32f..fece092f0 100644
--- a/template/yoga/admin/history.tpl
+++ b/template/yoga/admin/history.tpl
@@ -1,5 +1,6 @@
{* $Id$ *}
<div class="titrePage">
+ {$TABSHEET}
<ul class="categoryActions">
<li>
<a
@@ -12,7 +13,6 @@
</li>
</ul>
<h2>{'History'|@translate} {$TABSHEET_TITLE}</h2>
- {$TABSHEET}
</div>
<form class="filter" method="post" name="filter" action="{$F_ACTION}">
diff --git a/template/yoga/admin/notification_by_mail.tpl b/template/yoga/admin/notification_by_mail.tpl
index eb5e2a0f9..a8e3f8108 100644
--- a/template/yoga/admin/notification_by_mail.tpl
+++ b/template/yoga/admin/notification_by_mail.tpl
@@ -1,11 +1,11 @@
{* $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>{'nbm_send_mail_to_users'|@translate} {$TABSHEET_TITLE}</h2>
- {$TABSHEET}
</div>
<form method="post" name="notification_by_mail" id="notification_by_mail" action="{$F_ACTION}">
diff --git a/template/yoga/admin/plugins_list.tpl b/template/yoga/admin/plugins_list.tpl
index abba01861..d5b045141 100644
--- a/template/yoga/admin/plugins_list.tpl
+++ b/template/yoga/admin/plugins_list.tpl
@@ -1,6 +1,6 @@
<div class="titrePage">
- <h2>{'Plugins'|@translate}</h2>
{$TABSHEET}
+ <h2>{'Plugins'|@translate}</h2>
</div>
{'Sort order'|@translate} :
diff --git a/template/yoga/admin/plugins_new.tpl b/template/yoga/admin/plugins_new.tpl
index fa22aaa26..f778c6aa2 100644
--- a/template/yoga/admin/plugins_new.tpl
+++ b/template/yoga/admin/plugins_new.tpl
@@ -1,6 +1,6 @@
<div class="titrePage">
- <h2>{'Plugins'|@translate}</h2>
{$TABSHEET}
+ <h2>{'Plugins'|@translate}</h2>
</div>
{'Sort order'|@translate} :
diff --git a/template/yoga/admin/plugins_update.tpl b/template/yoga/admin/plugins_update.tpl
index df0ac4ae0..fb2f38f67 100644
--- a/template/yoga/admin/plugins_update.tpl
+++ b/template/yoga/admin/plugins_update.tpl
@@ -1,6 +1,6 @@
<div class="titrePage">
- <h2>{'Plugins'|@translate}</h2>
{$TABSHEET}
+ <h2>{'Plugins'|@translate}</h2>
</div>
{if isset($plugins_not_uptodate)}
diff --git a/template/yoga/admin/stats.tpl b/template/yoga/admin/stats.tpl
index 95331b7ef..cb20be916 100644
--- a/template/yoga/admin/stats.tpl
+++ b/template/yoga/admin/stats.tpl
@@ -1,6 +1,7 @@
{* $Id$ *}
<div class="titrePage">
+ {$TABSHEET}
<ul class="categoryActions">
<li>
<a
@@ -13,7 +14,6 @@
</li>
</ul>
<h2>{'History'|@translate} {$TABSHEET_TITLE}</h2>
- {$TABSHEET}
</div>
<h3>{$L_STAT_TITLE}</h3>
diff --git a/template/yoga/admin/upload.tpl b/template/yoga/admin/upload.tpl
index f95609316..b580f9d30 100644
--- a/template/yoga/admin/upload.tpl
+++ b/template/yoga/admin/upload.tpl
@@ -1,7 +1,7 @@
{* $Id$ *}
<div class="titrePage">
- <h2>{'waiting'|@translate} {$TABSHEET_TITLE}</h2>
{$TABSHEET}
+ <h2>{'waiting'|@translate} {$TABSHEET_TITLE}</h2>
</div>
<h3>{'title_upload'|@translate}</h3>