bug 9395: Added missing </div> that caused Safari to not show certain elements when adding a Pod in the Add Zone wizard.

Merge from 2.2.4
This commit is contained in:
will 2011-04-11 19:23:28 -07:00
parent 0da82b4062
commit a3acbf60f1

View File

@ -499,7 +499,7 @@
<label> <label>
<fmt:message key="label.domain"/>:</label> <fmt:message key="label.domain"/>:</label>
<input class="text" type="text" id="vlan_domain" /> <input class="text" type="text" id="vlan_domain" />
<div id="vlan_domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;"> <div id="vlan_domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;"></div>
<!-- <!--
<select class="select" id="vlan_domain"> <select class="select" id="vlan_domain">
</select> </select>