Author: chanaka
Date: Fri Feb  8 03:32:22 2008
New Revision: 13470

Log:

Action Header Title added to properties display table

Modified:
   
branches/registry/1_0/modules/webapps/src/main/webapp/admin/ajax/resource-properties.jsp

Modified: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/ajax/resource-properties.jsp
==============================================================================
--- 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/ajax/resource-properties.jsp
    (original)
+++ 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/ajax/resource-properties.jsp
    Fri Feb  8 03:32:22 2008
@@ -23,7 +23,7 @@
     <tr>
         <th style="width:40%">Name</th>
         <th>Value</th>
-        <th style="width:70px;"></th>
+        <th style="width:50px;">Action</th>
     </tr>
     <%
         Iterator iProps = props.keySet().iterator();
@@ -62,7 +62,7 @@
             <a href="#" 
onclick="showHideCommon('propViewPanel_<%=i%>');showHideCommon('propEditPanel_<%=i%>')"><img
                     title="Edit" border="0" align="top" 
src="/wso2registry/admin/images/icon-edit.gif"/></a>
             <a href="#" onclick="removeProperty('<%=safeName%>');" 
style="margin-left:5px;"><img title="Remove"
-                                                                               
             style="margin-top:3px;"
+                                                                               
             
                                                                                
             border="0" align="top"
                                                                                
             src="/wso2registry/admin/images/icon-trash.gif"/></a>
             <% } %>

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

Reply via email to