phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpsysinfo/templates/classic box.tpl, 1.1.1.1, 1.1.1.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] phpsysinfo/templates/classic box.tpl, 1.1.1.1, 1.1.1.1.4.1 form.tpl, 1.1.1.1, 1.1.1.1.4.1
Date: Sat, 01 Nov 2003 22:08:31 +0000

Update of /cvsroot/phpgroupware/phpsysinfo/templates/classic
In directory subversions:/tmp/cvs-serv22972/templates/classic

Modified Files:
      Tag: Version-0_9_16-branch
        box.tpl form.tpl 
Log Message:
upstream update with a few little mods


Index: box.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/phpsysinfo/templates/classic/box.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.4.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.4.1
*** box.tpl     17 Jun 2001 17:56:47 -0000      1.1.1.1
--- box.tpl     1 Nov 2003 22:08:29 -0000       1.1.1.1.4.1
***************
*** 1,14 ****
! <table bgcolor="000000" border="0" cellpadding="0" cellspacing="1" 
width="100%">
   <tr>
    <td>
  
!     <table border="0" width="100%" bgcolor="486591" cellpadding="2" 
cellspacing="1">
!      <tr bgcolor="486591">
!       <td align="center"><font color="fefefe">{title}</font>
       </tr>
!  
!      <tr bgcolor="e6e6e6">
        <td>{content}</td>
       </tr>
      </table>
  
--- 1,16 ----
! <table width="100%">
   <tr>
    <td>
  
!     <table class="box">
! 
!      <tr class="boxheader">
!       <td class="boxheader">{title}</td>
       </tr>
! 
!      <tr class="boxbody">
        <td>{content}</td>
       </tr>
+ 
      </table>
  

Index: form.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/phpsysinfo/templates/classic/form.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.4.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.4.1
*** form.tpl    17 Jun 2001 17:56:47 -0000      1.1.1.1
--- form.tpl    1 Nov 2003 22:08:29 -0000       1.1.1.1.4.1
***************
*** 1,6 ****
- 
  <center><h1>{title}</h1></center>
  
! <table width="100%" align="center" cellpadding="0" cellspacing="2">
   <tr>
    <td width="50%" valign="top">
--- 1,5 ----
  <center><h1>{title}</h1></center>
  
! <table width="100%" align="center">
   <tr>
    <td width="50%" valign="top">





reply via email to

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