aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/tabsheet.tpl
diff options
context:
space:
mode:
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>