summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/page-tabs.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/templates/page-tabs.html')
-rw-r--r--modules-available/locationinfo/templates/page-tabs.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules-available/locationinfo/templates/page-tabs.html b/modules-available/locationinfo/templates/page-tabs.html
new file mode 100644
index 00000000..ed3f01fd
--- /dev/null
+++ b/modules-available/locationinfo/templates/page-tabs.html
@@ -0,0 +1,6 @@
+<ul class="nav nav-tabs">
+ <li class="{{class-}}"><a href="?do=locationinfo">{{lang_panels}}</a></li>
+ <li class="{{class-locations}}"><a href="?do=locationinfo&amp;show=locations">{{lang_locationSettings}}</a></li>
+ <li class="{{class-backends}}"><a href="?do=locationinfo&amp;show=backends">{{lang_backends}}</a></li>
+</ul>
+<br> \ No newline at end of file