Removed handbook link on page "create/edit content folder".
authorcindy li <cli@ocad.ca>
Fri, 17 Dec 2010 17:32:02 +0000 (17:32 -0000)
committercindy li <cli@ocad.ca>
Fri, 17 Dec 2010 17:32:02 +0000 (17:32 -0000)
docs/documentation/common/frame_toc.php
docs/mods/_core/content/module.php

index e71c813..7533541 100644 (file)
@@ -132,7 +132,6 @@ if ($section == 'admin'){
                        'chat.php',
                        'content.php' => array(
                                                                        'creating_editing_content.php' => array(
-                               'creating_editing_content_folder.php',
                                'content_edit.php',
                                'content_properties.php',                                                               'glossary_terms.php',
                                'content_preview.php',
index ca8b3df..8bd8df2 100644 (file)
@@ -52,12 +52,13 @@ $this->_pages['mods/_core/imscp/export.php']['text']      = _AT('export_content_
 $this->_pages['mods/_core/imscp/export.php']['guide']     = 'general/?p=export_content.php';\r
 \r
 \r
-if (!isset($_GET['cid']) && !isset($_POST['cid']))\r
+if (!isset($_GET['cid']) && !isset($_POST['cid'])) {\r
        $this->_pages['mods/_core/editor/edit_content_folder.php']['title_var'] = 'add_content_folder';\r
-else\r
+} else {\r
        $this->_pages['mods/_core/editor/edit_content_folder.php']['title_var'] = 'edit_content_folder';\r
+}\r
+\r
 $this->_pages['mods/_core/editor/edit_content_folder.php']['parent']    = 'mods/_core/content/index.php';\r
-$this->_pages['mods/_core/editor/edit_content_folder.php']['guide']     = 'instructor/?p=creating_editing_content_folder.php';\r
 \r
 $this->_pages['mods/_core/editor/delete_content.php']['title_var'] = 'delete_content';\r
 $this->_pages['mods/_core/editor/delete_content.php']['parent']    = 'mods/_core/content/index.php';\r