[geeklog-cvs] geeklog-1.3/public_html/layout/Smooth_Blue/admin/group grouplist.thtml,1.1,1.2 listitem.thtml,1.2,1.3

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Fri Jun 20 10:43:09 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/admin/group
In directory internal.geeklog.net:/tmp/cvs-serv1702/public_html/layout/Smooth_Blue/admin/group

Modified Files:
	grouplist.thtml listitem.thtml 
Log Message:
admin/group.php now provides lists of all users in a certain group.


Index: grouplist.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/admin/group/grouplist.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** grouplist.thtml	14 May 2002 05:44:45 -0000	1.1
--- grouplist.thtml	20 Jun 2003 14:43:07 -0000	1.2
***************
*** 14,19 ****
                                  <tr>
                                      <th align="left">{lang_groupname}</th>
!                                     <th>{lang_description}</th>
                                      <th>{lang_coregroup}</th>
                                  </tr>
                                  {group_row}
--- 14,20 ----
                                  <tr>
                                      <th align="left">{lang_groupname}</th>
!                                     <th align="left">{lang_description}</th>
                                      <th>{lang_coregroup}</th>
+                                     <th>{lang_list_users}</th>
                                  </tr>
                                  {group_row}

Index: listitem.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/admin/group/listitem.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** listitem.thtml	20 May 2002 20:08:54 -0000	1.2
--- listitem.thtml	20 Jun 2003 14:43:07 -0000	1.3
***************
*** 1,5 ****
!                                 <tr align="center">
!                                     <td align="left"><a href="{site_admin_url}/group.php?mode=edit&grp_id={group_id}">{group_name}</a></td>
!                                     <td>{group_description}</td>
!                                     <td>{group_core}</td>
!                                 </tr>
--- 1,6 ----
!   <tr>
!     <td><a href="{site_admin_url}/group.php?mode=edit&grp_id={group_id}">{group_name}</a></td>
!     <td>{group_description}</td>
!     <td align="center">{group_core}</td>
!     <td align="center"><a href="{site_admin_url}/group.php?mode=listusers&grp_id={group_id}">{lang_list}</a></td>
!   </tr>





More information about the geeklog-cvs mailing list