phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default history_list.tpl,1.2,


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default history_list.tpl,1.2,1.2.2.1
Date: Thu, 24 Jan 2002 14:26:35 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        history_list.tpl 
Log Message:
- Added old value to history class
- The history class will now detect weather or not changes have been made to an 
item rather then the developer having a million ifs in there code


Index: history_list.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/history_list.tpl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** history_list.tpl    17 Oct 2001 01:10:52 -0000      1.2
--- history_list.tpl    24 Jan 2002 19:26:33 -0000      1.2.2.1
***************
*** 10,13 ****
--- 10,14 ----
                <td>&nbsp;{row_owner}</td>
                <td>&nbsp;{row_status}</td>
+               <td>&nbsp;{row_old_value}</td>
                <td>&nbsp;{row_new_value}</td>
        </tr>
***************
*** 20,23 ****
--- 21,25 ----
                <td>{sort_owner}</td>
                <td>{sort_status}</td>
+               <td>{sort_old_value}</td>
                <td>{sort_new_value}</td>
        </tr>




reply via email to

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