phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default parts.inc.php,1.3,1.4


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default parts.inc.php,1.3,1.4 parts.tpl,1.4,1.5 phpgw.tpl,1.5,1.6
Date: Mon, 03 Jun 2002 18:17:58 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/default
In directory subversions:/tmp/cvs-serv27486/phpgwapi/templates/default

Modified Files:
        parts.inc.php parts.tpl phpgw.tpl 
Log Message:
updating for my netscape 4.x patches

Index: parts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/parts.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** parts.inc.php       31 May 2002 21:22:25 -0000      1.3
--- parts.inc.php       3 Jun 2002 22:17:56 -0000       1.4
***************
*** 12,18 ****
    /* $Id$ */
  
!       $GLOBALS['phpgw']->template->set_var('phpgw_top_table_height','10%');
        $GLOBALS['phpgw']->template->set_var('phpgw_top_frame_height','45');
!       $GLOBALS['phpgw']->template->set_var('phpgw_bottom_table_height','5%');
        $GLOBALS['phpgw']->template->set_var('phpgw_bottom_frame_height','40');
  
--- 12,24 ----
    /* $Id$ */
  
!       $GLOBALS['phpgw']->template->set_var('phpgw_left_table_width','5%');
!       $GLOBALS['phpgw']->template->set_var('phpgw_right_table_width','5%');
! 
!       $GLOBALS['phpgw']->template->set_var('phpgw_top_table_height','5%');
        $GLOBALS['phpgw']->template->set_var('phpgw_top_frame_height','45');
!       $GLOBALS['phpgw']->template->set_var('phpgw_top_scrolling','NO');
!       $GLOBALS['phpgw']->template->set_var('phpgw_body_table_width','90%');
!       $GLOBALS['phpgw']->template->set_var('phpgw_body_table_height','89%');
!       $GLOBALS['phpgw']->template->set_var('phpgw_bottom_table_height','1%');
        $GLOBALS['phpgw']->template->set_var('phpgw_bottom_frame_height','40');
  
***************
*** 106,110 ****
                        
$GLOBALS['phpgw']->template->set_block('parts','bottom_part');
                        $var = Array(
!                               'msg'                   => 
"<p><p>\n".lang('Powered by phpGroupWare version 
x',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']).'<p>',
                                'version'               => 
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']
                        );
--- 112,116 ----
                        
$GLOBALS['phpgw']->template->set_block('parts','bottom_part');
                        $var = Array(
!                               'msg'                   => lang('Powered by 
phpGroupWare version 
x',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']),
                                'version'               => 
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']
                        );
***************
*** 117,118 ****
--- 123,125 ----
                }
        }
+       

Index: parts.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/parts.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** parts.tpl   31 May 2002 22:14:10 -0000      1.4
--- parts.tpl   3 Jun 2002 22:17:56 -0000       1.5
***************
*** 6,24 ****
        </TR>
  </TABLE>
! <TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
!       <TR>
!               <TD align="left">{powered_by}</TD>
!               <TD align="right">{current_users}</TD>
        </TR>
  </TABLE>
- <CENTER>{messages}</CENTER>
  <!-- END top_part -->
  
  <!-- BEGIN bottom_part -->
! <TABLE border="0" cellspacing="0" cellpadding="0" width="100%" 
bgcolor="{navbar_bg}">
!   <TR>
!               <TD align="CENTER">{msg}<BR></TD>
!   </TR>
! </Table>
  <!-- END bottom_part -->
  
--- 6,19 ----
        </TR>
  </TABLE>
! <TABLE width="100%" height="1%" border="0" cellspacing="0" cellpadding="0">
!       <TR bgcolor="{navbar_bg}">
!               <TD align="left">{powered_by}&nbsp;</TD>
!               <TD align="right">&nbsp;{current_users}</TD>
        </TR>
  </TABLE>
  <!-- END top_part -->
  
  <!-- BEGIN bottom_part -->
! <TABLE border="0" cellspacing="0" cellpadding="0" width="100%" 
bgcolor="{navbar_bg}"><TR><TD valign="middle" 
align="CENTER">{msg}</TD></TR></Table>
  <!-- END bottom_part -->
  

Index: phpgw.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/phpgw.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** phpgw.tpl   31 May 2002 22:14:10 -0000      1.5
--- phpgw.tpl   3 Jun 2002 22:17:56 -0000       1.6
***************
*** 22,27 ****
                </TR>
                <TR>
!                       <TD width="{phpgw_left_table_width}" height="100%" 
align="left" valign="top">{phpgw_left}</TD>
!                       <TD width="100%" height="100%" align="left" 
valign="top">
                                {phpgw_msgbox}
  <!-- END phpgw_main_tables_start -->
--- 22,27 ----
                </TR>
                <TR>
!                       <TD width="{phpgw_left_table_width}" 
height="{phpgw_body_table_height}" align="left" valign="top">{phpgw_left}</TD>
!                       <TD width="{phpgw_body_table_width}" 
height="{phpgw_body_table_height}" align="left" valign="top">
                                {phpgw_msgbox}
  <!-- END phpgw_main_tables_start -->
***************
*** 30,34 ****
                                {phpgw_body}
                        </TD>
!                       <TD width="{phpgw_right_table_width}" height="100%" 
align="right" valign="top">{phpgw_right}</TD>
                </TR>
                <TR>
--- 30,34 ----
                                {phpgw_body}
                        </TD>
!                       <TD width="{phpgw_right_table_width}" 
height="{phpgw_body_table_height}" align="right" valign="top">{phpgw_right}</TD>
                </TR>
                <TR>
***************
*** 80,86 ****
        <LINK REL="SHORTCUT ICON" href="{phpgw_head_browser_ico}">
        <TITLE>{phpgw_head_website_title}</TITLE>
!       <FRAMESET frameborder="0" border="0" framespacing="0" 
ROWS="{phpgw_top_frame_height},*,{phpgw_bottom_frame_height}">
                <FRAME MARGINWIDTH=0 MARGINHEIGHT=0 SRC="{phpgw_top_link}" 
NAME="top" SCROLLING="{phpgw_top_scrolling}">
!               <FRAMESET frameborder="0" border="0" framespacing="0" 
COLS="{phpgw_left_frame_width},*,{phpgw_right_frame_width}">
                        <FRAME MARGINWIDTH=0 MARGINHEIGHT=0 
SRC="{phpgw_left_link}" NAME="left" SCROLLING="{phpgw_left_scrolling}">
                        <FRAME MARGINWIDTH=0 MARGINHEIGHT=0 
SRC="{phpgw_body_link}" NAME="body">
--- 80,86 ----
        <LINK REL="SHORTCUT ICON" href="{phpgw_head_browser_ico}">
        <TITLE>{phpgw_head_website_title}</TITLE>
!       <FRAMESET frameborder="0" border="0" framespacing="0" 
ROWS="{phpgw_top_frame_height},{phpgw_body_frame_height},{phpgw_bottom_frame_height}">
                <FRAME MARGINWIDTH=0 MARGINHEIGHT=0 SRC="{phpgw_top_link}" 
NAME="top" SCROLLING="{phpgw_top_scrolling}">
!               <FRAMESET frameborder="0" border="0" framespacing="0" 
COLS="{phpgw_left_frame_width},{phpgw_body_frame_width},{phpgw_right_frame_width}">
                        <FRAME MARGINWIDTH=0 MARGINHEIGHT=0 
SRC="{phpgw_left_link}" NAME="left" SCROLLING="{phpgw_left_scrolling}">
                        <FRAME MARGINWIDTH=0 MARGINHEIGHT=0 
SRC="{phpgw_body_link}" NAME="body">




reply via email to

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