[Yanel-commits] rev 45516 - public/yanel/trunk/src/resources/user-mgmt/htdocs

michi at wyona.com michi at wyona.com
Mon Nov 16 15:24:42 CET 2009


Author: michi
Date: 2009-11-16 15:24:42 +0100 (Mon, 16 Nov 2009)
New Revision: 45516

Modified:
   public/yanel/trunk/src/resources/user-mgmt/htdocs/list-groups.jelly
Log:
view group link added

Modified: public/yanel/trunk/src/resources/user-mgmt/htdocs/list-groups.jelly
===================================================================
--- public/yanel/trunk/src/resources/user-mgmt/htdocs/list-groups.jelly	2009-11-16 14:24:12 UTC (rev 45515)
+++ public/yanel/trunk/src/resources/user-mgmt/htdocs/list-groups.jelly	2009-11-16 14:24:42 UTC (rev 45516)
@@ -7,13 +7,14 @@
         <tr>
           <th>ID</th>
           <th>Name</th>
-          <th>Action</th>
+          <th colspan="2">Actions</th>
         </tr>
         <j:forEach var="group" items="${resource.getGroups()}">
           <tr>
             <td>${group.getID()}</td>
             <td>${group.getName()}</td>
             <td><a href="delete-group.html?groupID=${group.getID()}">Delete</a></td>
+            <td><a href="view-group.html?groupID=${group.getID()}">View</a></td>
           </tr>
         </j:forEach>
       </table>



More information about the Yanel-commits mailing list