Commit 3c2951e5 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Fixed minor bug in Firefox causing the form to jump when the "continue" button is pressed.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1014 b35dd754-fafc-0310-a699-88a17e54d16e
parent 74d9a007
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
<%-- <%--
- $RCSfile$ - $RCSfile$
- $Revision$ - $Revision$
...@@ -10,10 +8,14 @@ ...@@ -10,10 +8,14 @@
org.jivesoftware.messenger.JiveGlobals, org.jivesoftware.messenger.JiveGlobals,
java.util.Map, java.util.Map,
java.util.HashMap, java.util.HashMap,
java.net.InetAddress" %> java.net.InetAddress"
%>
<%@ include file="setup-global.jspf" %> <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %> <%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
<%@ include file="setup-global.jspf" %>
<% // Get parameters <% // Get parameters
String domain = ParamUtils.getParameter(request,"domain"); String domain = ParamUtils.getParameter(request,"domain");
int embeddedPort = ParamUtils.getIntParameter(request, "embeddedPort", -1); int embeddedPort = ParamUtils.getIntParameter(request, "embeddedPort", -1);
...@@ -69,6 +71,10 @@ ...@@ -69,6 +71,10 @@
<%@ include file="setup-header.jspf" %> <%@ include file="setup-header.jspf" %>
<style type="text/css">
LABEL { font-weight : normal; }
</style>
<p class="jive-setup-page-header"> <p class="jive-setup-page-header">
<fmt:message key="setup.host.settings.title" /> <fmt:message key="setup.host.settings.title" />
</p> </p>
...@@ -77,10 +83,6 @@ ...@@ -77,10 +83,6 @@
<fmt:message key="setup.host.settings.info" /> <fmt:message key="setup.host.settings.info" />
</p> </p>
<style type="text/css">
LABEL { font-weight : normal; }
</style>
<form action="setup-host-settings.jsp" name="f" method="post"> <form action="setup-host-settings.jsp" name="f" method="post">
<table cellpadding="3" cellspacing="0" border="0" width="100%"> <table cellpadding="3" cellspacing="0" border="0" width="100%">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment