diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 4e734e52533..b987dcd14fb 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -5,9 +5,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -17,6 +17,7 @@ #new labels (begin) ********************************************************************************************** +label.edit.tags=Edit tags label.action.enable.physical.network=Enable physical network label.action.disable.physical.network=Disable physical network message.action.enable.physical.network=Please confirm that you want to enable this physical network. diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index c1a7490c31c..370de245e4d 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -9159,6 +9159,19 @@ div.panel.ui-dialog div.list-view div.fixed-header { /** Dialog tagger*/ .ui-dialog .tagger { + width: 375px; +} + +.ui-dialog .tagger .tag-info { + display: none; +} + +.ui-dialog.editTags .ui-button { + float: right; +} + +.ui-dialog.editTags .ui-dialog-buttonpane { + float: right; } .ui-dialog .tagger .field { @@ -10037,6 +10050,14 @@ div.panel.ui-dialog div.list-view div.fixed-header { background-position: -230px -615px; } +.editTags .icon { + background-position: -228px -65px; +} + +.editTags:hover .icon { + background-position: -228px -646px; +} + .label-hovered { cursor: pointer; color: blue !important; diff --git a/ui/images/sprites.png b/ui/images/sprites.png index f1f5b8c5820..db95cca7b6e 100644 Binary files a/ui/images/sprites.png and b/ui/images/sprites.png differ diff --git a/ui/index.jsp b/ui/index.jsp index a485a817175..8b58d060d95 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -43,7 +43,6 @@ under the License.
-
@@ -131,7 +130,6 @@ under the License.
-
@@ -1631,8 +1629,6 @@ under the License. - - @@ -1688,6 +1684,7 @@ under the License.