phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/skins/default/widgets.xsl, 1.1.1.1.2.22


From: nomail
Subject: [Phpgroupware-cvs] api/skins/default/widgets.xsl, 1.1.1.1.2.22
Date: Sun, 23 May 2004 05:43:23 -0000

Update of /api/skins/default
Modified Files:
        Branch: proposal-branch
          widgets.xsl

date: 2004/05/07 07:51:20;  author: jengo;  state: Exp;  lines: +3 -1

Log Message:
Started adding the hooks for edit and delete of datamine records.  Currently, 
this only fully works for symbolic links.  Hard links do not presently work.
=====================================================================
Index: api/skins/default/widgets.xsl
diff -u api/skins/default/widgets.xsl:1.1.1.1.2.21 
api/skins/default/widgets.xsl:1.1.1.1.2.22
--- api/skins/default/widgets.xsl:1.1.1.1.2.21  Fri May  7 07:12:18 2004
+++ api/skins/default/widgets.xsl       Fri May  7 07:51:20 2004
@@ -746,6 +746,8 @@
                                                                                
                                <td width="100%" align="center">
                                                                                
                                        Account
                                                                                
                                </td>
+                                                                               
                                <td width="20"><a 
href="{$baseurl}&amp;op=api.account_mgr.edit&amp;account_id={data/id}"><img 
height="20" border="0" src="{$api_image_path}/edit.png" /></a></td>
+                                                                               
                                <td width="20"><a 
href="{$baseurl}&amp;op=api.account_mgr.delete&amp;account_id={data/id}"><img 
height="20" border="0" src="{$api_image_path}/delete.png" /></a></td>
                                                                                
                        </tr>
                                                                                
                </table>
                                                                                
        </td>




reply via email to

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