You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2014/01/31 20:03:13 UTC

svn commit: r1563220 - /juddi/trunk/juddi-gui/src/main/webapp/importFromWadl.jsp

Author: kstam
Date: Fri Jan 31 19:03:12 2014
New Revision: 1563220

URL: http://svn.apache.org/r1563220
Log:
JUDDI-830 change passwd field from text to password

Modified:
    juddi/trunk/juddi-gui/src/main/webapp/importFromWadl.jsp

Modified: juddi/trunk/juddi-gui/src/main/webapp/importFromWadl.jsp
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-gui/src/main/webapp/importFromWadl.jsp?rev=1563220&r1=1563219&r2=1563220&view=diff
==============================================================================
--- juddi/trunk/juddi-gui/src/main/webapp/importFromWadl.jsp (original)
+++ juddi/trunk/juddi-gui/src/main/webapp/importFromWadl.jsp Fri Jan 31 19:03:12 2014
@@ -51,7 +51,7 @@
                                                         <%                                }
                                                         %>
                                                         <input type="text" id="wsdlusername" placeholder="<%=ResourceLoader.GetResource(session, "navbar.login.username")%> <%=ResourceLoader.GetResource(session, "items.optional")%>" ><br>
-                                                        <input type="text" id="wsdlpassword" placeholder="<%=ResourceLoader.GetResource(session, "navbar.login.password")%> <%=ResourceLoader.GetResource(session, "items.optional")%>" ><br>
+                                                        <input type="password" id="wsdlpassword" placeholder="<%=ResourceLoader.GetResource(session, "navbar.login.password")%> <%=ResourceLoader.GetResource(session, "items.optional")%>" ><br>
                                                         <input type="checkbox" id="wsdlignoressl" > <%=ResourceLoader.GetResource(session, "items.ignoresslerror")%><br>
                                                 </div>
                                         </div>
@@ -276,4 +276,4 @@
         </div>
 
         <%@include file="businessChooser.jsp" %>
-        <%@include file="header-bottom.jsp" %>
\ No newline at end of file
+        <%@include file="header-bottom.jsp" %>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org