[Registry-dev] svn commit r16721 - in trunk/registry/modules/webapps/src/main/webapp/admin: . ajax

svn at wso2.org svn at wso2.org
Fri May 9 01:18:43 PDT 2008


Author: chanaka
Date: Fri May  9 01:18:37 2008
New Revision: 16721

Log:

minor fix for association tree

Modified:
   trunk/registry/modules/webapps/src/main/webapp/admin/ajax/association-list.jsp
   trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp

Modified: trunk/registry/modules/webapps/src/main/webapp/admin/ajax/association-list.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/ajax/association-list.jsp	(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/ajax/association-list.jsp	Fri May  9 01:18:37 2008
@@ -51,7 +51,8 @@
             }
         %>
         </table>
+        <div class="assoLink"><a href="/wso2registry/system/associationTree"><img  align="top" src="/wso2registry/admin/images/icon-associationTree.jpg" alt="Association Tree" border="0" />Association Tree</a></div>
+        
         <%
            }
         %>
-        <div class="assoLink"><a href="/wso2registry/system/associationTree"><img  align="top" src="/wso2registry/admin/images/icon-associationTree.jpg" alt="Association Tree" border="0" />Association Tree</a></div>

Modified: trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp	(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp	Fri May  9 01:18:37 2008
@@ -1114,11 +1114,10 @@
                 }
             %>
         </table>
-
+        <div class="assoLink"><a href="/wso2registry/system/associationTree"><img  align="top" src="/wso2registry/admin/images/icon-associationTree.jpg" alt="Association Tree" border="0" />Association Tree</a></div>        
         <%
             }
         %>
-        <div class="assoLink"><a href="/wso2registry/system/associationTree"><img  align="top" src="/wso2registry/admin/images/icon-associationTree.jpg" alt="Association Tree" border="0" />Association Tree</a></div>
     </div>
 
 </div>



More information about the Registry-dev mailing list