summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/templates/locations.html
diff options
context:
space:
mode:
authorUdo Walter2017-10-13 15:12:01 +0200
committerUdo Walter2017-10-13 15:12:01 +0200
commit74cbfbedd68eaf5454eeb8a195f307d34788105f (patch)
tree42e2410c0104154b4d41faae00551eb04bae171e /modules-available/locations/templates/locations.html
parentMerge branch 'permission-manager' of git.openslx.org:openslx-ng/slx-admin int... (diff)
downloadslx-admin-74cbfbedd68eaf5454eeb8a195f307d34788105f.tar.gz
slx-admin-74cbfbedd68eaf5454eeb8a195f307d34788105f.tar.xz
slx-admin-74cbfbedd68eaf5454eeb8a195f307d34788105f.zip
[locations] changed coloring of naviation buttons from blue to 'pressed down'
Diffstat (limited to 'modules-available/locations/templates/locations.html')
-rw-r--r--modules-available/locations/templates/locations.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locations/templates/locations.html b/modules-available/locations/templates/locations.html
index 9a98d6b2..238d6630 100644
--- a/modules-available/locations/templates/locations.html
+++ b/modules-available/locations/templates/locations.html
@@ -1,6 +1,6 @@
<div>
<div class="btn-group pull-right">
- <a href="?do=Locations&amp;action=showlocations" class="btn btn-primary"><span class="glyphicon glyphicon-home"></span> {{lang_thisListByLocation}}</a>
+ <a href="?do=Locations&amp;action=showlocations" class="btn btn-default active"><span class="glyphicon glyphicon-home"></span> {{lang_thisListByLocation}}</a>
<a href="?do=Locations&amp;action=showsubnets" class="btn btn-default"><span class="glyphicon glyphicon-list-alt"></span> {{lang_thisListBySubnet}}</a>
</div>
<h1>{{lang_locationsMainHeading}}</h1>