mirror of https://github.com/apache/cloudstack.git
bug 9999: Fixed more missing </div> that causes fields after the domain field to be missing in Safari.
This commit is contained in:
parent
bdfea39110
commit
db3ead97f8
|
|
@ -463,7 +463,7 @@ dictionary = {
|
|||
<fmt:message key="label.domain"/>:</label>
|
||||
|
||||
<input class="text" type="text" id="domain" />
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;"></div>
|
||||
|
||||
<!--
|
||||
<select class="select" id="domain_dropdown">
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@ dictionary = {
|
|||
<label>
|
||||
<fmt:message key="label.domain"/>:</label>
|
||||
<input class="text" type="text" id="domain" />
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;"></div>
|
||||
<!--
|
||||
<select class="select" id="domain_dropdown">
|
||||
</select>
|
||||
|
|
@ -216,7 +216,7 @@ dictionary = {
|
|||
<ol>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<input class="text textwatermark" type="text" id="domain" value='<fmt:message key="label.by.domain" />' />
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;"></div>
|
||||
<!--
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
|
|
|
|||
|
|
@ -361,7 +361,7 @@ dictionary = {
|
|||
<li>
|
||||
<label><fmt:message key="label.parent.domain"/>:</label>
|
||||
<input class="text" type="text" id="parent_domain" />
|
||||
<div id="parent_domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
<div id="parent_domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;"></div>
|
||||
<!--
|
||||
<select class="select" id="domain_dropdown">
|
||||
</select>
|
||||
|
|
|
|||
|
|
@ -892,7 +892,7 @@ dictionary = {
|
|||
<fmt:message key="label.domain"/>:</label>
|
||||
|
||||
<input class="text" type="text" id="domain" />
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;"></div>
|
||||
<!--
|
||||
<select class="select" id="add_publicip_vlan_domain">
|
||||
</select>
|
||||
|
|
@ -1255,7 +1255,7 @@ dictionary = {
|
|||
<fmt:message key="label.domain"/>:</label>
|
||||
|
||||
<input class="text" type="text" id="domain" />
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
</div>
|
||||
<!--
|
||||
<select class="select" id="add_publicip_vlan_domain">
|
||||
|
|
|
|||
|
|
@ -298,7 +298,7 @@
|
|||
<li id="domain_container" style="display:none">
|
||||
<label><fmt:message key="label.domain"/>:</label>
|
||||
<input class="text" type="text" id="domain" />
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;"></div>
|
||||
<!--
|
||||
<select class="select" id="domain_dropdown">
|
||||
</select>
|
||||
|
|
|
|||
|
|
@ -371,7 +371,7 @@ dictionary = {
|
|||
<ol>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<input class="text textwatermark" type="text" id="domain" value='<fmt:message key="label.by.domain" />' />
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;"></div>
|
||||
<!--
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
|
|
|
|||
|
|
@ -255,7 +255,7 @@ dictionary = {
|
|||
<label>
|
||||
<fmt:message key="label.domain"/>:</label>
|
||||
<input class="text" type="text" id="domain" />
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;"></div>
|
||||
<!--
|
||||
<select class="select" id="domain_dropdown">
|
||||
</select>
|
||||
|
|
@ -275,7 +275,7 @@ dictionary = {
|
|||
<ol>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<input class="text textwatermark" type="text" id="domain" value='<fmt:message key="label.by.domain" />' />
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
<div id="domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;"></div>
|
||||
<!--
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue