[geeklog-cvs] geeklog-1.3/public_html/layout/professional/admin/user listitem.thtml,1.1.1.1,1.2 userslist.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/user
In directory www:/tmp/cvs-serv21845/public_html/layout/professional/admin/user

Modified Files:
	listitem.thtml userslist.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: userslist.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/admin/user/userslist.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** userslist.thtml	26 Sep 2004 09:59:51 -0000	1.1.1.1
--- userslist.thtml	25 Mar 2005 21:47:27 -0000	1.2
***************
*** 29,39 ****
                                  </tr>
                              </table>
!                             <table border="0" cellspacing="0" cellpadding="2" width="100%">
!                                 <tr>
!                                     <th align="left">{lang_username}</th>
!                                     <th>{lang_fullname}</th>
!                                     <th>{lang_emailaddress}</th>
                                  </tr>
                                  {user_row}
                              </table>
!                             {google_paging}
--- 29,40 ----
                                  </tr>
                              </table>
!                             <table border="0" cellspacing="1" cellpadding="2" width="100%">
!                                 <tr style="background:#FFFFFF;">
!                                     <th colspan="2" style="text-align:left;padding-right:5px;" OnMouseOver="this.style.cursor='pointer';" onclick="window.location.href='{site_admin_url}/user.php?order=1&prevorder={prevorder}&direction={direction}&page={page}&q={query}&query_limit={query_limit}';" nowrap>ID{img_arrow1}</th>
!                                     <th width="30%" style="text-align:left;padding-right:5px;" OnMouseOver="this.style.cursor='pointer';" onclick="window.location.href='{site_admin_url}/user.php?order=2&prevorder={prevorder}&direction={direction}&page={page}&q={query}&query_limit={query_limit}';" nowrap>{lang_username}{img_arrow2}</th>
!                                     <th width="30%" style="text-align:left;padding-right:5px;" OnMouseOver="this.style.cursor='pointer';" onclick="window.location.href='{site_admin_url}/user.php?order=3&prevorder={prevorder}&direction={direction}&page={page}&q={query}&query_limit={query_limit}';" nowrap>{lang_fullname}{img_arrow3}</th>
!                                     <th style="text-align:left;padding-right:5px;" OnMouseOver="this.style.cursor='pointer';" onclick="window.location.href='{site_admin_url}/user.php?order=4&prevorder={prevorder}&direction={direction}&page={page}&q={query}&query_limit={query_limit}';" nowrap>{lang_emailaddress}{img_arrow4}</th>
                                  </tr>
                                  {user_row}
                              </table>
!                             {google_paging}
\ No newline at end of file

Index: listitem.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/admin/user/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:50 -0000	1.1.1.1
--- listitem.thtml	25 Mar 2005 21:47:27 -0000	1.2
***************
*** 1,5 ****
!                                 <tr align="center">
!                                     <td align="left"><a href="{site_url}/users.php?mode=profile&uid={user_id}"><img src="{layout_url}/images/person.gif" border="0" alt=""></a> <a href="{site_admin_url}/user.php?mode=edit&uid={user_id}">{username}</a></td>
!                                     <td>{user_fullname}</td>
!                                     <td>{user_email}</td>
                                  </tr>
--- 1,7 ----
!                                 <tr align="left" class="pluginRow{cssid}" onMouseOver="className='pluginRollOver';" onMouseOut="className='pluginRow{cssid}';">
!                                     <td width="1%" style="padding-left:3px;padding-right:5px;">{user_id}</td>
!                                     <td width="1%" style="padding-right:5px;"><a href="{site_url}/users.php?mode=profile&uid={user_id}"><img src="{layout_url}/images/person.gif" border="0" alt=""></a></td>
!                                     <td style="padding-left:3px;><a href="{site_admin_url}/user.php?mode=edit&uid={user_id}">{username}</a></td>
!                                     <td style="padding-left:3px;">{user_fullname}</td>
!                                     <td style="padding-left:3px;">{user_email}</td>
                                  </tr>




More information about the geeklog-cvs mailing list