phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/idsociety footer.tpl,1.6,1.7


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/idsociety footer.tpl,1.6,1.7 navbar.inc.php,1.33,1.34 navbar.tpl,1.18,1.19
Date: Sat, 25 May 2002 02:54:15 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/idsociety
In directory subversions:/tmp/cvs-serv9131/phpgwapi/templates/idsociety

Modified Files:
        footer.tpl navbar.inc.php navbar.tpl 
Log Message:
updated idsociety so that the footer is always at the bottom of the page

Index: footer.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/idsociety/footer.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** footer.tpl  24 May 2002 10:38:02 -0000      1.6
--- footer.tpl  25 May 2002 06:54:12 -0000      1.7
***************
*** 1,4 ****
--- 1,7 ----
  <!-- BEGIN footer -->
                        <br>
+               </td>
+       </tr>
+ </table>
                        <!-- BEGIN B_powered_bottom -->
                        <table border="0" cellspacing="0" cellpadding="0" 
width="100%">
***************
*** 11,17 ****
                                <!-- END B_powered_bottom -->
                        <p>&nbsp;</p>
-               </td>
-       </tr>
- </table>
  </BODY>
  <!-- END footer -->
--- 14,17 ----

Index: navbar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/idsociety/navbar.inc.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** navbar.inc.php      24 May 2002 10:38:02 -0000      1.33
--- navbar.inc.php      25 May 2002 06:54:12 -0000      1.34
***************
*** 229,232 ****
--- 229,233 ----
  //                            'version'       => 
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']
                        );
+                       $var['em_img'] = 
$GLOBALS['phpgw']->common->image('phpgwapi','em');
                        $tpl->set_var($var);
                        $tpl->parse('V_powered_bottom','B_powered_bottom');

Index: navbar.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/idsociety/navbar.tpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** navbar.tpl  4 Jan 2002 22:06:12 -0000       1.18
--- navbar.tpl  25 May 2002 06:54:12 -0000      1.19
***************
*** 10,14 ****
    the variables for onLoad are set in navbar -->
  
! <table border="0" width="100%" height="73" cellspacing="0" cellpadding="0">
        <tr>
                <!-- top row back images are 58px high, but the row may be 
smaller than that -->
--- 10,14 ----
    the variables for onLoad are set in navbar -->
  
! <table border="0" width="100%" height="%95" cellspacing="0" cellpadding="0">
        <tr>
                <!-- top row back images are 58px high, but the row may be 
smaller than that -->
***************
*** 56,61 ****
                </td>
        </tr>
- </table>
- <table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">
        <tr>
                <td width="154" align="left" valign="top" 
background="{nav_bar_left_spacer_img}">
--- 56,59 ----




reply via email to

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