[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate_gtk.inc.php,1.5,
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate_gtk.inc.php,1.5,1.6 |
Date: |
Wed, 05 Jun 2002 17:36:32 -0400 |
Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv20622
Modified Files:
class.uietemplate_gtk.inc.php
Log Message:
added empty function process_show, to be compatible with the HTML ui
It's called by etemplates->show_values
Index: class.uietemplate_gtk.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate_gtk.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.uietemplate_gtk.inc.php 2 Jun 2002 21:14:11 -0000 1.5
--- class.uietemplate_gtk.inc.php 5 Jun 2002 21:36:30 -0000 1.6
***************
*** 152,155 ****
--- 152,164 ----
}
+ /*!
+ @function process_show
+ @abstract this is only an empty function for the GTK ui
+ @returns the adjusted content (in the simplest case that would
be $content)
+ */
+ function process_show(&$content,$readonlys='')
+ {
+ }
+
/*
* Called when delete-event happens. Returns false to indicate
that the event
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate_gtk.inc.php,1.5,1.6,
Ralf Becker <address@hidden> <=