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.tpl,1.3,1.4 php


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default parts.tpl,1.3,1.4 phpgw.tpl,1.4,1.5
Date: Fri, 31 May 2002 18:14:12 -0400

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

Modified Files:
        parts.tpl phpgw.tpl 
Log Message:
updated for a few bug fixes and some html comliance

Index: parts.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/parts.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** parts.tpl   31 May 2002 21:22:25 -0000      1.3
--- parts.tpl   31 May 2002 22:14:10 -0000      1.4
***************
*** 3,7 ****
        <TR bgcolor="{navbar_bg}">
                <TD align="left" nowrap>{user_info}</TD>
!               <TD align="right">{applications}</TD>
        </TR>
  </TABLE>
--- 3,7 ----
        <TR bgcolor="{navbar_bg}">
                <TD align="left" nowrap>{user_info}</TD>
!               {applications}
        </TR>
  </TABLE>

Index: phpgw.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/phpgw.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** phpgw.tpl   31 May 2002 18:13:07 -0000      1.4
--- phpgw.tpl   31 May 2002 22:14:10 -0000      1.5
***************
*** 16,21 ****
        {phpgw_head_tags}
  </HEAD>
! <BODY{phpgw_body_tags}>
!       <TABLE border="0" width="100%" height="%100" cellspacing="0" 
cellpadding="0">
                <TR>
                        <TD width="100%" height="{phpgw_top_table_height}" 
align="left" valign="top" colspan="3">{phpgw_top}</TD>
--- 16,21 ----
        {phpgw_head_tags}
  </HEAD>
! <BODY {phpgw_body_tags}>
!       <TABLE border="0" width="100%" height="100%" cellspacing="0" 
cellpadding="0">
                <TR>
                        <TD width="100%" height="{phpgw_top_table_height}" 
align="left" valign="top" colspan="3">{phpgw_top}</TD>
***************
*** 57,61 ****
        {phpgw_head_tags}
  </HEAD>
! <BODY{phpgw_body_tags}>
        {phpgw_msgbox}
  <!-- END phpgw_main_basic_start -->
--- 57,61 ----
        {phpgw_head_tags}
  </HEAD>
! <BODY {phpgw_body_tags}>
        {phpgw_msgbox}
  <!-- END phpgw_main_basic_start -->




reply via email to

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