phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] notes/skins/default/widgets.xsl, 1.1.2.4


From: nomail
Subject: [Phpgroupware-cvs] notes/skins/default/widgets.xsl, 1.1.2.4
Date: Sun, 23 May 2004 02:42:08 -0000

Update of /notes/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: notes/skins/default/widgets.xsl
diff -u notes/skins/default/widgets.xsl:1.1.2.3 
notes/skins/default/widgets.xsl:1.1.2.4
--- notes/skins/default/widgets.xsl:1.1.2.3     Fri May  7 07:12:19 2004
+++ notes/skins/default/widgets.xsl     Fri May  7 07:51:20 2004
@@ -59,6 +59,8 @@
                                                                                
        <td width="100%" align="center">
                                                                                
                Note
                                                                                
        </td>
+                                                                               
        <td width="20"><a 
href="{$baseurl}&amp;op=notes.base.edit&amp;note_id={data/id}"><img height="20" 
border="0" src="{$api_image_path}/edit.png" /></a></td>
+                                                                               
        <td width="20"><a 
href="{$baseurl}&amp;op=notes.base.delete&amp;note_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]