Author: tyrell
Date: Sun Jan 20 23:03:38 2008
New Revision: 12564

Log:

Fixing a minor alignment issue for IE.

Modified:
   trunk/mashup/java/modules/www/js/mashup-utils.js

Modified: trunk/mashup/java/modules/www/js/mashup-utils.js
==============================================================================
--- trunk/mashup/java/modules/www/js/mashup-utils.js    (original)
+++ trunk/mashup/java/modules/www/js/mashup-utils.js    Sun Jan 20 23:03:38 2008
@@ -518,9 +518,9 @@
     var downloadForm = '<form method="post" id="downloadForm" 
name="downloadForm" action="services/ServiceSharingHelper/downloadService">' +
                        '<input size="10" id="txtServiceName" 
name="serviceName" type="hidden" value="' +
                        serviceName + '">' +
-                       '<b><label>Your Mashup Server User 
Name:</label></b><input size="40" name="username" type="text"> <br>' +
-                       '<b><label>Your Mashup Server 
Password:</label></b><input size="40" name="password" type="password"> <br>' +
-                       '<b><label>Your Mashup Server 
Address:</label></b><input size="40" name="remoteServer" type="text" 
value="https://localhost:7443/";> <br>' +
+                       '<b><label>Your Mashup Server User 
Name:</label></b><br><input size="40" name="username" type="text"> <br>' +
+                       '<b><label>Your Mashup Server 
Password:</label></b><br><input size="40" name="password" type="password"> 
<br>' +
+                       '<b><label>Your Mashup Server 
Address:</label></b><br><input size="40" name="remoteServer" type="text" 
value="https://localhost:7443/";> <br>' +
                        '<br><br><input type="button" value="Download" 
onclick="WSO2.MashupUtils.makeMashupDownloadRequest();"/>' +
                        '</form>';
 

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to