[geeklog-cvs] geeklog-1.3/public_html/layout/professional/admin/group grouplist.thtml,1.2,1.3 groupmembers.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/group
In directory www:/tmp/cvs-serv1628/public_html/layout/professional/admin/group

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


Index: groupmembers.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/admin/group/groupmembers.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** groupmembers.thtml	23 Oct 2004 14:59:59 -0000	1.2
--- groupmembers.thtml	30 Mar 2005 01:12:11 -0000	1.3
***************
*** 1,5 ****
  <script type="text/JavaScript" src="{site_url}/library.js"></script>
! <center><table width="85%" cellspacing="0" cellpadding="0" border="0">
! <form name="groupusers" action="{phpself}?group={groupid}" method="post"> 
      <tr align="middle">
          <td class="blocktitle" style="padding:5px; text-align:middle;">{LANG_sitemembers}</th>
--- 1,18 ----
  <script type="text/JavaScript" src="{site_url}/library.js"></script>
! <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>
! <div style="border: 1px solid grey">
! <form name="groupusers" action="{phpself}?group={groupid}" method="post" style="margin:0px;"> 
! <table width="100%" cellspacing="0" cellpadding="0" border="0" class="pluginBG" style="padding:15px;">
      <tr align="middle">
          <td class="blocktitle" style="padding:5px; text-align:middle;">{LANG_sitemembers}</th>
***************
*** 28,31 ****
          <input type="submit" value="{lang_save}" onclick="return setUsers(this.form)">
          </td></tr>
! </table></center> 
  </form>
--- 41,45 ----
          <input type="submit" value="{lang_save}" onclick="return setUsers(this.form)">
          </td></tr>
! </table>
  </form>
+ </div>

Index: grouplist.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/admin/group/grouplist.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** grouplist.thtml	25 Mar 2005 21:47:27 -0000	1.2
--- grouplist.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:5 0 10 0px;">
                                  <tr>
                                      <td rowspan="2">
***************
*** 11,15 ****
                                  </tr>
                              </table>
!                             <table border="0" cellspacing="1" cellpadding=3 width="100%">
                                  <tr style="background:#FFFFFF;">
                                      <th align="left">{lang_groupname}</th>
--- 11,15 ----
                                  </tr>
                              </table>
!                             <table border="0" cellspacing="1" cellpadding=4 width="100%">
                                  <tr style="background:#FFFFFF;">
                                      <th align="left">{lang_groupname}</th>




More information about the geeklog-cvs mailing list