Repository: cloudstack Updated Branches: refs/heads/4.4 9b0ae5c04 -> b4d8332a6
CLOUDSTACK-6227: Fix IE9 instance wizard Fixes HTML incompatibility causing rendering issues in IE9 when viewing instance wizard->network step Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b4d8332a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b4d8332a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b4d8332a Branch: refs/heads/4.4 Commit: b4d8332a698c6e1b5935c75cd1bcb32bce68dd91 Parents: 9b0ae5c Author: Brian Federle <[email protected]> Authored: Mon Mar 24 09:54:26 2014 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Mar 24 10:02:39 2014 -0700 ---------------------------------------------------------------------- ui/index.jsp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b4d8332a/ui/index.jsp ---------------------------------------------------------------------- diff --git a/ui/index.jsp b/ui/index.jsp index adbc696..96cfeb5 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -289,13 +289,11 @@ <p id="from_instance_page_2"><fmt:message key="message.please.proceed"/></p> <p id="from_vpc_tier"> <div class="specify-ip"> - <form> - <label> - <fmt:message key="label.ip.address"/> - (<fmt:message key="label.optional"/>): - </label> - <input type="text" name="vpc-specify-ip" /> - </form> + <label> + <fmt:message key="label.ip.address"/> + (<fmt:message key="label.optional"/>): + </label> + <input type="text" name="vpc-specify-ip" /> </div> </p> </div>
