Zone wizard: UI: Review step

Better final message before launch: make font size larger and
centered; include icon
This commit is contained in:
Brian Federle 2012-02-22 14:39:47 -08:00
parent a48e0baeaa
commit e0be877706
3 changed files with 21 additions and 1 deletions

View File

@ -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

View File

@ -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;

View File

@ -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"/>',