diff options
author | Udo Walter | 2017-09-25 17:15:36 +0200 |
---|---|---|
committer | Udo Walter | 2017-09-25 17:15:36 +0200 |
commit | 3e03e00f9908a84aab344e0da0137152448be0d8 (patch) | |
tree | 779067e09484dbae1dacda21289c46c947b8adbe /modules-available/locations/templates/location-subnets.html | |
parent | Merge branch 'permission-manager' of git.openslx.org:openslx-ng/slx-admin int... (diff) | |
download | slx-admin-3e03e00f9908a84aab344e0da0137152448be0d8.tar.gz slx-admin-3e03e00f9908a84aab344e0da0137152448be0d8.tar.xz slx-admin-3e03e00f9908a84aab344e0da0137152448be0d8.zip |
[locations] small design changes
Diffstat (limited to 'modules-available/locations/templates/location-subnets.html')
-rw-r--r-- | modules-available/locations/templates/location-subnets.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/modules-available/locations/templates/location-subnets.html b/modules-available/locations/templates/location-subnets.html index 0722e54b..0ea096b6 100644 --- a/modules-available/locations/templates/location-subnets.html +++ b/modules-available/locations/templates/location-subnets.html @@ -54,7 +54,7 @@ <tr id="loc-sub-{{locationid}}"> <td colspan="4"> <button class="btn btn-success btn-sm pull-right" type="button" onclick="slxAddSubnetRow(this, {{locationid}})" title="{{lang_addNewSubnet}}"> - <span class="glyphicon glyphicon-plus-sign"></span> {{lang_subnet}} + <span class="glyphicon glyphicon-plus"></span> {{lang_subnet}} </button> </td> </tr> @@ -91,12 +91,8 @@ </div> <div class ="modal fade" id="deleteLocationModal{{locationid}}" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> - <div class="modal-dialog" role="document"> + <div class="modal-dialog" style="width: 400px" role="document"> <div class="modal-content"> - <div class="modal-header"> - <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> - <h4 class="modal-title" id="myModalLabel2">{{lang_deleteLocation}}</h4> - </div> <div class="modal-body"> {{lang_areYouSureNoUndo}} <div class="checkbox"> |