summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/templates/subnets.html
diff options
context:
space:
mode:
authorUdo Walter2017-09-13 17:01:30 +0200
committerUdo Walter2017-09-13 17:01:30 +0200
commit1724b55abdfcee25fe58f5f9fb763e99081043c9 (patch)
tree9864db93b8e1721559f7584a534246ce2123cff9 /modules-available/locations/templates/subnets.html
parent[js_stupidtable] fixed stupidtable not working with collapsed tables (diff)
downloadslx-admin-1724b55abdfcee25fe58f5f9fb763e99081043c9.tar.gz
slx-admin-1724b55abdfcee25fe58f5f9fb763e99081043c9.tar.xz
slx-admin-1724b55abdfcee25fe58f5f9fb763e99081043c9.zip
[locations] fixed inconsistencies + small design changes
Diffstat (limited to 'modules-available/locations/templates/subnets.html')
-rw-r--r--modules-available/locations/templates/subnets.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/modules-available/locations/templates/subnets.html b/modules-available/locations/templates/subnets.html
index 15fa28f2..1da5a942 100644
--- a/modules-available/locations/templates/subnets.html
+++ b/modules-available/locations/templates/subnets.html
@@ -1,6 +1,7 @@
<div>
- <div class="pull-right">
- <a href="?do=Locations&amp;action=showlocations">{{lang_thisListByLocation}}</a>
+ <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>
</div>
<h1>{{lang_listOfSubnets}}</h1>
<form method="post" action="?do=Locations">
@@ -28,8 +29,8 @@
</tr>
{{/list}}
</table>
- <div>
- <button type="submit" class="btn btn-primary">{{lang_save}}</button>
+ <div class="text-right">
+ <button type="submit" class="btn btn-primary"><span class="glyphicon glyphicon-floppy-disk"></span> {{lang_save}}</button>
</div>
</form>
</div>