aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-red/rs_common_tabs.tpl
diff options
context:
space:
mode:
authortomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-03-31 08:00:45 -0700
committertomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-03-31 08:00:45 -0700
commit19a7096be65d761abf9f9e195a862208aa6fa397 (patch)
tree52e17af1bb04bec2604872fd2fb7bcabc6c26ed0 /view/theme/diabook-red/rs_common_tabs.tpl
parentadebc2793e84344fca1700eb6af583a9a0abcb1a (diff)
parent13ded12ffb73a9c9ef2e94500e74f6f30481a0c8 (diff)
downloadvolse-hubzilla-19a7096be65d761abf9f9e195a862208aa6fa397.tar.gz
volse-hubzilla-19a7096be65d761abf9f9e195a862208aa6fa397.tar.bz2
volse-hubzilla-19a7096be65d761abf9f9e195a862208aa6fa397.zip
Merge pull request #192 from tomtom84/master
fixes in diabook-derivates
Diffstat (limited to 'view/theme/diabook-red/rs_common_tabs.tpl')
-rwxr-xr-xview/theme/diabook-red/rs_common_tabs.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/diabook-red/rs_common_tabs.tpl b/view/theme/diabook-red/rs_common_tabs.tpl
new file mode 100755
index 000000000..513778e76
--- /dev/null
+++ b/view/theme/diabook-red/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>