phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/3D-Fantasy edit_t


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/3D-Fantasy edit_transform.inc.php,1.1,1.2
Date: Sat, 31 May 2003 21:00:41 -0400

Update of /cvsroot/phpgroupware/sitemgr/sitemgr-site/templates/3D-Fantasy
In directory subversions:/tmp/cvs-serv31249/sitemgr-site/templates/3D-Fantasy

Modified Files:
        edit_transform.inc.php 
Log Message:
prepare news module for RSS
urlencode [ ] in module's link function
span instead of div in edit_transformer


Index: edit_transform.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/edit_transform.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** edit_transform.inc.php      30 May 2003 04:13:47 -0000      1.1
--- edit_transform.inc.php      1 Jun 2003 01:00:39 -0000       1.2
***************
*** 8,13 ****
                $link_data['menuaction'] = 'sitemgr.Content_UI.manage';
                $link_data['block_id'] = $this->block_id;
!               return $script . '<div class="edit"><a target="editwindow" 
href="' . phpgw_link('/index.php',$link_data)  
!                       . '">' . lang('Edit this block') . '</a></div>' .
                        $content;
        }
--- 8,13 ----
                $link_data['menuaction'] = 'sitemgr.Content_UI.manage';
                $link_data['block_id'] = $this->block_id;
!               return $script . '<span class="edit"><a target="editwindow" 
href="' . phpgw_link('/index.php',$link_data)  
!                       . '">' . lang('Edit this block') . '</a></span>' .
                        $content;
        }





reply via email to

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