diff --git a/e107_plugins/content/admin_content_config.php b/e107_plugins/content/admin_content_config.php index f695c2ee9..d9363881b 100644 --- a/e107_plugins/content/admin_content_config.php +++ b/e107_plugins/content/admin_content_config.php @@ -12,8 +12,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/content/admin_content_config.php,v $ -| $Revision: 1.4 $ -| $Date: 2007-01-13 23:18:39 $ +| $Revision: 1.5 $ +| $Date: 2007-03-01 09:32:28 $ | $Author: lisa_ $ +---------------------------------------------------------------+ */ @@ -492,9 +492,9 @@ function admin_content_config_adminmenu(){ unset($var); $var=array(); $var['creation']['text'] = CONTENT_ADMIN_MENU_LAN_7; - $var['catcreation']['text'] = CONTENT_ADMIN_MENU_LAN_23; + //$var['catcreation']['text'] = CONTENT_ADMIN_MENU_LAN_23; $var['submission']['text'] = CONTENT_ADMIN_MENU_LAN_8; - $var['paththeme']['text'] = CONTENT_ADMIN_MENU_LAN_9; + //$var['paththeme']['text'] = CONTENT_ADMIN_MENU_LAN_9; $var['general']['text'] = CONTENT_ADMIN_MENU_LAN_10; $var['menu']['text'] = CONTENT_ADMIN_MENU_LAN_14; diff --git a/e107_plugins/content/handlers/content_class.php b/e107_plugins/content/handlers/content_class.php index f955cfcfb..6df39cc19 100644 --- a/e107_plugins/content/handlers/content_class.php +++ b/e107_plugins/content/handlers/content_class.php @@ -12,8 +12,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/content/handlers/content_class.php,v $ -| $Revision: 1.7 $ -| $Date: 2007-01-17 14:04:31 $ +| $Revision: 1.8 $ +| $Date: 2007-03-01 09:32:28 $ | $Author: lisa_ $ +---------------------------------------------------------------+ */ @@ -565,7 +565,7 @@ class content{ }else{ $agc[$row['content_id']] = array($row['content_id'], $row['content_heading']); } - $this -> getCategoryTree($row['content_id'], "", $classcheck); + $this -> getCategoryTree($row['content_id'], "", $classcheck, $level+1); } } return $agc; diff --git a/e107_plugins/content/handlers/content_form_class.php b/e107_plugins/content/handlers/content_form_class.php index 5e8924c77..799746761 100644 --- a/e107_plugins/content/handlers/content_form_class.php +++ b/e107_plugins/content/handlers/content_form_class.php @@ -12,8 +12,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/content/handlers/content_form_class.php,v $ -| $Revision: 1.7 $ -| $Date: 2007-01-15 14:17:15 $ +| $Revision: 1.8 $ +| $Date: 2007-03-01 09:32:28 $ | $Author: lisa_ $ +---------------------------------------------------------------+ */ @@ -1542,6 +1542,8 @@ class contentform{ "; + $TOPIC_ROW_SPACER = "