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

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Fri Mar 25 16:47:29 EST 2005


Update of /var/cvs/geeklog-1.3/public_html/layout/professional/admin/group
In directory www:/tmp/cvs-serv21845/public_html/layout/professional/admin/group

Modified Files:
	grouplist.thtml listitem.thtml 
Log Message:
Ehanced User and Group Admin screens. Added ability to sort user listing by headings (ascending or descending).
Edit Group - users membership now shows group being edited.


Index: grouplist.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/admin/group/grouplist.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** grouplist.thtml	26 Sep 2004 09:59:47 -0000	1.1.1.1
--- grouplist.thtml	25 Mar 2005 21:47:27 -0000	1.2
***************
*** 11,16 ****
                                  </tr>
                              </table>
!                             <table border="0" cellspacing="0" cellpadding=2 width="100%">
!                                 <tr>
                                      <th align="left">{lang_groupname}</th>
                                      <th align="left">{lang_description}</th>
--- 11,16 ----
                                  </tr>
                              </table>
!                             <table border="0" cellspacing="1" cellpadding=3 width="100%">
!                                 <tr style="background:#FFFFFF;">
                                      <th align="left">{lang_groupname}</th>
                                      <th align="left">{lang_description}</th>

Index: listitem.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/admin/group/listitem.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** listitem.thtml	26 Sep 2004 09:59:47 -0000	1.1.1.1
--- listitem.thtml	25 Mar 2005 21:47:27 -0000	1.2
***************
*** 1,3 ****
!   <tr>
      <td><a href="{site_admin_url}/group.php?mode=edit&grp_id={group_id}">{group_name}</a></td>
      <td>{group_description}</td>
--- 1,3 ----
!   <tr class="pluginRow{cssid}" onMouseOver="className='pluginRollOver';" onMouseOut="className='pluginRow{cssid}';">
      <td><a href="{site_admin_url}/group.php?mode=edit&grp_id={group_id}">{group_name}</a></td>
      <td>{group_description}</td>




More information about the geeklog-cvs mailing list