[geeklog-cvs] geeklog-1.3/public_html/layout/professional/admin/user listitem.thtml,1.3,1.4 plainlist.thtml,1.1.1.1,1.2 userslist.thtml,1.2,1.3

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Tue Mar 29 20:12:13 EST 2005


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

Modified Files:
	listitem.thtml plainlist.thtml userslist.thtml 
Log Message:
Additional refinement of the Group User List and Edit layouts. I think I'm done now :)


Index: userslist.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/admin/user/userslist.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** userslist.thtml	25 Mar 2005 21:47:27 -0000	1.2
--- userslist.thtml	30 Mar 2005 01:12:11 -0000	1.3
***************
*** 1,3 ****
!                             <table border="0" cellspacing="0" cellpadding="2" width="100%">
                                  <tr>
                                      <td rowspan="2">
--- 1,3 ----
!                             <table border="0" cellspacing="0" cellpadding="2" width="100%" style="margin-top:5px;">
                                  <tr>
                                      <td rowspan="2">
***************
*** 31,35 ****
                              <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>
--- 31,35 ----
                              <table border="0" cellspacing="1" cellpadding="2" width="100%">
                                  <tr style="background:#FFFFFF;">
!                                     <th width="10%" style="text-align:left;padding-right:5px;padding-left: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>{lang_uid}{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>

Index: listitem.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/admin/user/listitem.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** listitem.thtml	28 Mar 2005 15:56:16 -0000	1.3
--- listitem.thtml	30 Mar 2005 01:12:11 -0000	1.4
***************
*** 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>
--- 1,6 ----
!                                 <tr align="left" class="pluginRow{cssid}" style=";" onMouseOver="className='pluginRollOver';" onMouseOut="className='pluginRow{cssid}';">
!                                     <td width="1%" style="padding-left:10px;padding-right:3px;">{user_id}</td>
!                                     <td style="padding-left:10px;padding-right:0px;"><a href="{site_url}/users.php?mode=profile&uid={user_id}"><img src="{layout_url}/images/person.gif" border="0" alt=""></a><span style="padding-left:3px;"><a href="{site_admin_url}/user.php?mode=edit&uid={user_id}">{username}</a></span></td>
                                      <td style="padding-left:3px;">{user_fullname}</td>
                                      <td style="padding-left:3px;">{user_email}</td>
!                                 </tr>
\ No newline at end of file

Index: plainlist.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/admin/user/plainlist.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** plainlist.thtml	26 Sep 2004 09:59:50 -0000	1.1.1.1
--- plainlist.thtml	30 Mar 2005 01:12:11 -0000	1.2
***************
*** 1,9 ****
!                             <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>
!                             <p align="center">{google_paging}</p>
--- 1,22 ----
!                     <table border="0" cellspacing="0" cellpadding="2" width="100%"style="margin:5 0 10 0px;">
!                         <tr>
!                             <td rowspan="2">
!                                 <img src="{layout_url}/images/icons/group.gif" alt="">
!                             </td>
!                             <td>[ <a href="{site_admin_url}/group.php">{lang_grouplist}</a> | <a href="{site_admin_url}">{lang_adminhome}</a> ]
!                             </td>
!                         </tr>
!                         <tr>
!                             <td>{lang_instructions}</td>
!                         </tr>
!                     </table>
!                     <table border="0" cellspacing="0" cellpadding="2" width="100%">
!                         <tr>
!                             <th width="5%" align="left" nowrap>{lang_uid}</th>
!                             <th align="left">{lang_username}</th>
!                             <th align="left">{lang_fullname}</th>
!                             <th align="left">{lang_emailaddress}</th>
!                         </tr>
!                         {user_row}
!                     </table>
!                     <p align="center">{google_paging}</p>
\ No newline at end of file




More information about the geeklog-cvs mailing list