phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: admin/templates/default accesslog.tpl,1.10,1.11


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/templates/default accesslog.tpl,1.10,1.11 currentusers.tpl,1.7,1.8
Date: Sun, 18 May 2003 15:18:41 -0400

Update of /cvsroot/phpgroupware/admin/templates/default
In directory subversions:/tmp/cvs-serv32191/templates/default

Modified Files:
        accesslog.tpl currentusers.tpl 
Log Message:
merged sesson-functions for .16, incl. the brute-force stuffe and cacheing the 
data from other session in the appsession
fixed multidomain logins for register_globals off


Index: accesslog.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/accesslog.tpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** accesslog.tpl       27 Sep 2002 22:49:32 -0000      1.10
--- accesslog.tpl       18 May 2003 19:18:39 -0000      1.11
***************
*** 9,17 ****
                                <div align="center">
                                        <table border="0" width="100%">
!                                               <tr>
!                                                       <td align="left">
                                                                
{lang_last_x_logins}
                                                        </td>
!                                                       <td align="center" 
colspan="3">
                                                                {showing}
                                                        </td>
--- 9,17 ----
                                <div align="center">
                                        <table border="0" width="100%">
!                                               <tr valign="bottom">
!                                                       <td align="left" 
colspan="2">
                                                                
{lang_last_x_logins}
                                                        </td>
!                                                       <td align="center" 
colspan="2">
                                                                {showing}
                                                        </td>
***************
*** 25,32 ****
                                                </tr>
                                                <tr class="th">
!                                                       <td>{lang_loginid}</td>
!                                                       <td>{lang_ip}</td>
!                                                       <td>{lang_login}</td>
!                                                       <td>{lang_logout}</td>
                                                        <td>{lang_total}</td>
                                                </tr>
--- 25,32 ----
                                                </tr>
                                                <tr class="th">
!                                                       <td 
width="10%">{lang_loginid}</td>
!                                                       <td 
width="15%">{lang_ip}</td>
!                                                       <td 
width="20%">{lang_login}</td>
!                                                       <td 
width="30%">{lang_logout}</td>
                                                        <td>{lang_total}</td>
                                                </tr>

Index: currentusers.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/currentusers.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** currentusers.tpl    27 Sep 2002 22:49:32 -0000      1.7
--- currentusers.tpl    18 May 2003 19:18:39 -0000      1.8
***************
*** 1,6 ****
  <!-- BEGIN list -->
! <center>
! {lang_current_users}:
! <table border="0" width="95%">
   <tr class="bg_color">
     {left_next_matchs}
--- 1,5 ----
  <!-- BEGIN list -->
! <br>
! <table border="0" width="95%" align="center">
   <tr class="bg_color">
     {left_next_matchs}
***************
*** 21,26 ****
   {rows}
  
- </center>
  </table>
  <!-- END list -->
  
--- 20,25 ----
   {rows}
  
  </table>
+ <br>
  <!-- END list -->
  
***************
*** 35,38 ****
   </tr>
  <!-- END row -->
- 
- 
--- 34,35 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]