Author: chanaka
Date: Sun Dec  2 22:08:15 2007
New Revision: 10395

Modified:
   trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/main.jsp
Log:
change the link on the "download information card" to a button

Modified: trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/main.jsp
==============================================================================
--- trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/main.jsp       
(original)
+++ trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/main.jsp       
Sun Dec  2 22:08:15 2007
@@ -92,7 +92,7 @@
                                
                                <table cellpadding="0" cellspacing="0" 
border="0" style="margin-bottom:10px;" class="data-table">
                                    <tr>
-                                       <th colspan="2">List of registered self 
issued information cards</th>
+                                       <th colspan="3">List of registered self 
issued information cards</th>
                                    </tr>
                                    <s:iterator 
value="registeredInformationCards">
                                                        <s:url 
id="downloadCardForPPIDUrl" namespace="/" action="DownloadInfoCard">
@@ -104,7 +104,7 @@
                                     
                                        <tr>
                                            <td><s:property value="ppid"/></td>
-                                           <td><s:a 
href="%{downloadCardForPPIDUrl}">Download Information Card </s:a></td>
+                                           <td><input type="button" 
onclick="javascript:location='%{downloadCardForPPIDUrl}'" class="button" 
value="Download Information Card" style="margin-top:3px;margin-bottom:3px;" 
/></td>
                                            <td><s:a 
href="%{removeRegisteredCard}">Remove</s:a></td>
                                        </tr>
                                    </s:iterator>

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to