[Phpcms-plugins-cvs] admin4phpCMS/modules/editor class.module_xml_editor.php,1.3,1.4
Brought to you by:
mjahn
From: Martin J. <mj...@us...> - 2005-04-07 14:09:51
|
Update of /cvsroot/phpcms-plugins/admin4phpCMS/modules/editor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15012/modules/editor Modified Files: class.module_xml_editor.php Log Message: Commit as backup during development Index: class.module_xml_editor.php =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/editor/class.module_xml_editor.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- class.module_xml_editor.php 25 Aug 2004 21:16:43 -0000 1.3 +++ class.module_xml_editor.php 7 Apr 2005 14:09:05 -0000 1.4 @@ -28,6 +28,9 @@ /* * $Log$ +* Revision 1.4 2005/04/07 14:09:05 mjahn +* Commit as backup during development +* * Revision 1.3 2004/08/25 21:16:43 mjahn * step 1 is taken * @@ -171,8 +174,7 @@ $actiondata1 = array ('_id'=>$node_id.'-script', '_root'=>$root, '_type'=>'script', 'content'=>'registerTab (\''.$node_id.'\')'); $this->_callEvent ('LAYOUT_ADD_ELEMENT', $actiondata1); - $actiondata1 - $actiondata = array ('_id'=>$node_id.'-name', '_root'=>$node_id.'-link', '_type'=>'empty', 'content'=>$node->name); + $actiondata1 = array ('_id'=>$node_id.'-name', '_root'=>$node_id.'-link', '_type'=>'empty', 'content'=>$node->name); $this->_callEvent ('LAYOUT_ADD_ELEMENT', $actiondata1); $actiondata1 = array ('_id'=>$node_id.'-block', '_root'=>$input_id, '_type'=>'block', 'extra'=>'id="'.$node_id.'"'); |