summaryrefslogtreecommitdiffstats
path: root/modules-available/locations
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
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')
-rw-r--r--modules-available/locations/templates/locations.html2
-rw-r--r--modules-available/locations/templates/subnets.html2
2 files changed, 2 insertions, 2 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>
diff --git a/modules-available/locations/templates/subnets.html b/modules-available/locations/templates/subnets.html
index 0a1eca21..cb7fb758 100644
--- a/modules-available/locations/templates/subnets.html
+++ b/modules-available/locations/templates/subnets.html
@@ -1,7 +1,7 @@
<div>
<div class="btn-group pull-right">
<a href="?do=Locations&amp;action=showlocations" class="btn btn-default"><span class="glyphicon glyphicon-home"></span> {{lang_thisListByLocation}}</a>
- <a href="?do=Locations&amp;action=showsubnets" class="btn btn-primary"><span class="glyphicon glyphicon-list-alt"></span> {{lang_thisListBySubnet}}</a>
+ <a href="?do=Locations&amp;action=showsubnets" class="btn btn-default active"><span class="glyphicon glyphicon-list-alt"></span> {{lang_thisListBySubnet}}</a>
</div>
<h1>{{lang_listOfSubnets}}</h1>
<form method="post" action="?do=Locations">