aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/rs_common_tabs.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-03-31 16:58:02 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-03-31 16:58:02 +0200
commit13ded12ffb73a9c9ef2e94500e74f6f30481a0c8 (patch)
tree52e17af1bb04bec2604872fd2fb7bcabc6c26ed0 /view/theme/diabook-blue/rs_common_tabs.tpl
parentadebc2793e84344fca1700eb6af583a9a0abcb1a (diff)
downloadvolse-hubzilla-13ded12ffb73a9c9ef2e94500e74f6f30481a0c8.tar.gz
volse-hubzilla-13ded12ffb73a9c9ef2e94500e74f6f30481a0c8.tar.bz2
volse-hubzilla-13ded12ffb73a9c9ef2e94500e74f6f30481a0c8.zip
move the common tabs to right_aside in diabook-derivates
Diffstat (limited to 'view/theme/diabook-blue/rs_common_tabs.tpl')
-rwxr-xr-xview/theme/diabook-blue/rs_common_tabs.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/diabook-blue/rs_common_tabs.tpl b/view/theme/diabook-blue/rs_common_tabs.tpl
new file mode 100755
index 000000000..513778e76
--- /dev/null
+++ b/view/theme/diabook-blue/rs_common_tabs.tpl
@@ -0,0 +1,6 @@
+<h3 style="margin-top: 0px; padding-left: 0px; text-align: center;">Settings Menu</h3>
+<ul class="rs_tabs">
+ {{ for $tabs as $tab }}
+ <li><a href="$tab.url" class="rs_tab button $tab.sel">$tab.label</a></li>
+ {{ endfor }}
+</ul>