From 535613fb5fd9a2e33c5d5717dd17a2afaf2139ff Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Fri, 27 Apr 2007 14:36:16 +0000
Subject: [PATCH] Addresses issues with GUI access to builds repository - Fixes a bug in which caused the connection problem dialog to fail to appear - Fixes a presentation problem with the HTML presented in the connection problem dialog - Properly associates the web proxy dialog with its parent and centers on the screen
---
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 8450239..6771129 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -876,7 +876,7 @@
<br>Unable to retrieve the list of builds from {0} due to: {1}.<br>\
Possible Causes:<br>\
<ul><li>Need to specify a proxy.<br><table><tr><td>\
- <input value="Specify Proxy" type="submit"/></td><td>Current Proxy: {2}<td>\
+ <input value="Specify Proxy" type="submit"></input></td><td>Current Proxy: {2}<td>\
</tr></table><br></li><li>{0} \
is down or experiencing difficulty.</li></ul><br>You can still continue with \
upgrade but will need to download a build separately and then point to it in \
--
Gitblit v1.10.0