You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2014/03/24 18:01:42 UTC

git commit: updated refs/heads/master to 86b02e6

Repository: cloudstack
Updated Branches:
  refs/heads/master f848c779c -> 86b02e65e


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/86b02e65
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/86b02e65
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/86b02e65

Branch: refs/heads/master
Commit: 86b02e65eb29ad49573e65ef6f52aee302ef5a5c
Parents: f848c77
Author: Brian Federle <br...@citrix.com>
Authored: Mon Mar 24 09:54:26 2014 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Mar 24 10:01:29 2014 -0700

----------------------------------------------------------------------
 ui/index.jsp | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/86b02e65/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>