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 draft_


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/3D-Fantasy draft_transform.inc.php,NONE,1.1 edit_transform.inc.php,NONE,1.1
Date: Fri, 30 May 2003 00:13:49 -0400

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

Added Files:
        draft_transform.inc.php edit_transform.inc.php 
Log Message:
new files


--- NEW FILE ---
<?php 
class draft_transform
{
        function apply_transform($title,$content)
        {
                return '
<div class="draft">' .
                                $content . '
</div>';
        }
}
--- NEW FILE ---
<?php 
class edit_transform
{
        var $block_id;

        function apply_transform($title,$content)
        {
                $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;
        }
}




reply via email to

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