mirror of https://github.com/apache/cloudstack.git
Zone wizard: UI: Review step
Better final message before launch: make font size larger and centered; include icon
This commit is contained in:
parent
a48e0baeaa
commit
e0be877706
|
|
@ -1,4 +1,5 @@
|
|||
#new labels (begin) **********************************************************************************************
|
||||
message.launch.zone=Zone is ready to launch; please proceed to the next step.
|
||||
label.add.compute.offering=Add compute offering
|
||||
label.compute.offering=Compute offering
|
||||
label.compute.offerings=Compute offerings
|
||||
|
|
|
|||
|
|
@ -5373,6 +5373,24 @@ label.error {
|
|||
margin: 23px 0 0px 6px;
|
||||
}
|
||||
|
||||
.multi-wizard.zone-wizard .review .main-desc.pre-setup {
|
||||
width: 100%;
|
||||
font-size: 18px;
|
||||
color: #2C4159;
|
||||
background: url(../images/icons.png) no-repeat 104px -224px;
|
||||
padding: 2px 0 1px;
|
||||
text-align: center;
|
||||
/*+placement:shift 0px 153px;*/
|
||||
position: relative;
|
||||
left: 0px;
|
||||
top: 153px;
|
||||
/*+text-shadow:0px 1px #FFFFFF;*/
|
||||
-moz-text-shadow: 0px 1px #FFFFFF;
|
||||
-webkit-text-shadow: 0px 1px #FFFFFF;
|
||||
-o-text-shadow: 0px 1px #FFFFFF;
|
||||
text-shadow: 0px 1px #FFFFFF;
|
||||
}
|
||||
|
||||
.multi-wizard.zone-wizard .info-desc {
|
||||
font-size: 11px;
|
||||
float: left;
|
||||
|
|
|
|||
|
|
@ -720,7 +720,7 @@
|
|||
|
||||
<!-- Step 5: Launch -->
|
||||
<div class="review" zone-wizard-step-id="launch">
|
||||
<div class="main-desc"><fmt:message key="label.launch.zone"/></div>
|
||||
<div class="main-desc pre-setup"><fmt:message key="message.launch.zone"/></div>
|
||||
<div class="main-desc launch" style="display:none;">
|
||||
<fmt:message key="message.please.wait.while.zone.is.being.created"/>
|
||||
</div>
|
||||
|
|
@ -1614,6 +1614,7 @@
|
|||
|
||||
<script language="javascript">
|
||||
dictionary = {
|
||||
'message.launch.zone': '<fmt:message key="message.launch.zone"/>',
|
||||
'label.compute.offering': '<fmt:message key="label.compute.offering"/>',
|
||||
'label.add.compute.offering': '<fmt:message key="label.add.compute.offering"/>',
|
||||
'label.compute.offerings': '<fmt:message key="label.compute.offerings"/>',
|
||||
|
|
|
|||
Loading…
Reference in New Issue