http://atutor.ca/atutor/mantis/view.php?id=4640
authorcindy li <cli@ocad.ca>
Wed, 8 Dec 2010 20:24:24 +0000 (20:24 -0000)
committercindy li <cli@ocad.ca>
Wed, 8 Dec 2010 20:24:24 +0000 (20:24 -0000)
When "edit" or "move" or "create a new file" are pressed in File Storage, the page heading changes to Edit/Move. It should remain File Storage. The tab displayed on either screen is sufficient to indicate where one is.

docs/mods/_standard/file_storage/module.php

index 2a82bec..fa75f2b 100644 (file)
@@ -26,15 +26,15 @@ $this->_pages['mods/_standard/file_storage/comments.php']['title_var'] = 'commen
 $this->_pages['mods/_standard/file_storage/comments.php']['parent'] = 'mods/_standard/file_storage/index.php';\r
 $this->_pages['mods/_standard/file_storage/comments.php']['children'] = array(); // empty array creates a "back to" link to index.php\r
 \r
-$this->_pages['mods/_standard/file_storage/edit.php']['title_var'] = 'edit';\r
+$this->_pages['mods/_standard/file_storage/edit.php']['title_var'] = 'file_storage_edit_file';\r
 $this->_pages['mods/_standard/file_storage/edit.php']['parent'] = 'mods/_standard/file_storage/index.php';\r
 $this->_pages['mods/_standard/file_storage/edit.php']['children'] = array(); // empty array creates a "back to" link to index.php\r
 \r
-$this->_pages['mods/_standard/file_storage/edit_folder.php']['title_var'] = 'edit';\r
+$this->_pages['mods/_standard/file_storage/edit_folder.php']['title_var'] = 'file_storage_edit_folder';\r
 $this->_pages['mods/_standard/file_storage/edit_folder.php']['parent'] = 'mods/_standard/file_storage/index.php';\r
 $this->_pages['mods/_standard/file_storage/edit_folder.php']['children'] = array(); // empty array creates a "back to" link to index.php\r
 \r
-$this->_pages['mods/_standard/file_storage/move.php']['title_var'] = 'move';\r
+$this->_pages['mods/_standard/file_storage/move.php']['title_var'] = 'file_storage_move';\r
 $this->_pages['mods/_standard/file_storage/move.php']['parent'] = 'mods/_standard/file_storage/index.php';\r
 $this->_pages['mods/_standard/file_storage/move.php']['children'] = array(); // empty array creates a "back to" link to index.php\r
 \r
@@ -42,7 +42,7 @@ $this->_pages['mods/_standard/file_storage/assignment.php']['title_var'] = 'hand
 $this->_pages['mods/_standard/file_storage/assignment.php']['parent'] = 'mods/_standard/file_storage/index.php';\r
 $this->_pages['mods/_standard/file_storage/assignment.php']['children'] = array(); // empty array creates a "back to" link to index.php\r
 \r
-$this->_pages['mods/_standard/file_storage/new.php']['title_var'] = 'new_file';\r
+$this->_pages['mods/_standard/file_storage/new.php']['title_var'] = 'file_storage_new_file';\r
 $this->_pages['mods/_standard/file_storage/new.php']['parent'] = 'mods/_standard/file_storage/index.php';\r
 $this->_pages['mods/_standard/file_storage/new.php']['children'] = array(); // empty array creates a "back to" link to index.php\r
 \r