aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/tabsheet.tpl
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-03-06 23:02:02 +0000
committerrub <rub@piwigo.org>2007-03-06 23:02:02 +0000
commitfd50890049fadad1348d4339f4f97ffbf9a5add5 (patch)
tree50bd9e42cea65603eafaecff7796f559874ce154 /template/yoga/admin/tabsheet.tpl
parentf797f8c7a179c79b1aabdd4c020efb6329699b8e (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 'template/yoga/admin/tabsheet.tpl')
-rw-r--r--template/yoga/admin/tabsheet.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/yoga/admin/tabsheet.tpl b/template/yoga/admin/tabsheet.tpl
new file mode 100644
index 000000000..257cfd13e
--- /dev/null
+++ b/template/yoga/admin/tabsheet.tpl
@@ -0,0 +1,6 @@
+<!-- $Id$ -->
+<ul class="tabsheet">
+<!-- BEGIN tab -->
+ <li class="{tab.CLASSNAME}"><a href="{tab.URL}">{tab.CAPTION}</a></li>
+<!-- END tab -->
+</ul>