phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] ged inc/class.ged_ui.inc.php templates/base/fil...


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] ged inc/class.ged_ui.inc.php templates/base/fil...
Date: Fri, 09 Mar 2007 16:27:10 +0000

CVSROOT:        /sources/phpgroupware
Module name:    ged
Changes by:     Pascal Vilarem <maat>   07/03/09 16:27:10

Modified files:
        inc            : class.ged_ui.inc.php 
        templates/base : file.tpl 

Log message:
        display using new status icons

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ged/inc/class.ged_ui.inc.php?cvsroot=phpgroupware&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/ged/templates/base/file.tpl?cvsroot=phpgroupware&r1=1.2&r2=1.3

Patches:
Index: inc/class.ged_ui.inc.php
===================================================================
RCS file: /sources/phpgroupware/ged/inc/class.ged_ui.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- inc/class.ged_ui.inc.php    8 Mar 2007 22:24:46 -0000       1.10
+++ inc/class.ged_ui.inc.php    9 Mar 2007 16:27:10 -0000       1.11
@@ -487,6 +487,7 @@
                                $extension='default';
 
                        $this->t->set_var('version_img_mimetype', 
$GLOBALS['phpgw']->common->image('ged', $this->icons[$extension]));
+                       $this->t->set_var('version_status_image', 
$GLOBALS['phpgw']->common->image('ged', $version_info['status']."-32"));
 
                        $link_data=null;
                        $link_data['menuaction']='ged.ged_ui.download';

Index: templates/base/file.tpl
===================================================================
RCS file: /sources/phpgroupware/ged/templates/base/file.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- templates/base/file.tpl     8 Mar 2007 17:01:31 -0000       1.2
+++ templates/base/file.tpl     9 Mar 2007 16:27:10 -0000       1.3
@@ -30,6 +30,7 @@
 <table id="ged_file_versions" cellspacing="0" cellpadding"0">
 <!-- BEGIN versions_list -->
 <tr class="{file_version_status_oe}">
+       <td rowspan="2"><img src="{version_status_image}"/></td>
        <td ><em>{version}</em></td>
        <td>{version_description}</td>
        <td align="right">




reply via email to

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