Skip to content

Commit

Permalink
MDL-21695 Cleaning up legacy strings and help
Browse files Browse the repository at this point in the history
Text of help pages Read carefully, Write carefully and Ask questions
moved to wiki by Helen. Text formatting help removed, to be
re-introduced properly in editors rewrite. Unused editorhelp form
element removed completely.
  • Loading branch information
mudrd8mz committed Jun 27, 2010
1 parent fffc7dd commit 096ec8d
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 912 deletions.
1 change: 0 additions & 1 deletion blog/edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ function definition() {

$mform->setType('summary_editor', PARAM_RAW);
$mform->addRule('summary_editor', get_string('emptybody', 'blog'), 'required', null, 'client');
$mform->setHelpButton('summary_editor', array('writing', 'richtext2'), false, 'editorhelpbutton');

$mform->addElement('format', 'summaryformat', get_string('format'));

Expand Down
8 changes: 1 addition & 7 deletions course/scales.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* Allows a creator to edit custom scales, and also display help about scales
*
* @copyright 1999 Martin Dougiamas http://dougiamas.com
* @deprecated - TODO remove this file or replace it with an alternative solution for scales overview
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package course
*/
Expand All @@ -43,16 +44,9 @@
$context = get_context_instance(CONTEXT_COURSE, $course->id);
require_capability('moodle/course:viewscales', $context);

$strscale = get_string("scale");
$strscales = get_string("scales");
$strcustomscale = get_string("scalescustom");
$strstandardscale = get_string("scalesstandard");
$strcustomscales = get_string("scalescustom");
$strstandardscales = get_string("scalesstandard");
$strname = get_string("name");
$strdescription = get_string("description");
$strhelptext = get_string("helptext");
$stractivities = get_string("activities");

$PAGE->set_title($strscales);
echo $OUTPUT->header();
Expand Down
17 changes: 0 additions & 17 deletions lang/en/help/cost.html

This file was deleted.

25 changes: 0 additions & 25 deletions lang/en/help/directorypaths.html

This file was deleted.

128 changes: 0 additions & 128 deletions lang/en/help/emoticons.html

This file was deleted.

13 changes: 0 additions & 13 deletions lang/en/help/emoticons2.html

This file was deleted.

19 changes: 0 additions & 19 deletions lang/en/help/html.html

This file was deleted.

12 changes: 0 additions & 12 deletions lang/en/help/langedit.html

This file was deleted.

28 changes: 0 additions & 28 deletions lang/en/help/langpackages.html

This file was deleted.

3 changes: 0 additions & 3 deletions lang/en/help/langswitchstorage.html

This file was deleted.

Loading

0 comments on commit 096ec8d

Please sign in to comment.