MDL-21695 Replaced summaries.html

AMOS BEGIN
 HLP summaries.html,[summary_help,core]
AMOS END
This commit is contained in:
David Mudrak
2010-06-28 17:05:05 +00:00
parent 1466dffda5
commit b54a05475a
4 changed files with 3 additions and 23 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ $PAGE->set_heading($course->fullname);
$PAGE->navbar->add($stredit);
echo $OUTPUT->header();
echo $OUTPUT->heading_with_help($strsummaryof, 'summaries');
echo $OUTPUT->heading($strsummaryof);
$mform->display();
echo $OUTPUT->footer();
+1
View File
@@ -24,6 +24,7 @@ class editsection_form extends moodleform {
/// Prepare course and the editor
$mform->addElement('editor', 'summary_editor', get_string('summary'), null, $this->_customdata['editoroptions']);
$mform->addHelpButton('summary_editor', 'summary');
$mform->setType('summary_editor', PARAM_RAW);
$mform->addElement('hidden', 'id');
-20
View File
@@ -1,20 +0,0 @@
<h1>Topic/Week summaries</h1>
<p>The idea of a topic summary is a very short text to prepare students
for the activities within this topic (or week).</p>
<p>Each summary should be very short so that the course page doesn't become too long.</p>
<p>If you find yourself wanting to say more than a sentence or two then
consider adding a resource to this topic instead (for example, the first activity
might be a page called <b>About This Topic</b>).</p>
+1 -2
View File
@@ -793,7 +793,6 @@ $string['healthreturntomain'] = 'Continue';
$string['healthsolution'] = 'Solution';
$string['help'] = 'Help';
$string['helpprefix2'] = 'Help with {$a}';
$string['helpsummaries'] = 'About these summaries';
$string['helpwiththis'] = 'Help with this';
$string['hiddenassign'] = 'Hidden assignment';
$string['hiddenfromstudents'] = 'Hidden from students';
@@ -1589,8 +1588,8 @@ $string['subcategories'] = 'Sub-categories';
$string['submit'] = 'Submit';
$string['success'] = 'Success';
$string['summary'] = 'Summary';
$string['summary_help'] = 'The idea of a summary is a short text to prepare students for the activities within the topic or week. The text is shown on the course page under the section name.';
$string['summaryof'] = 'Summary of {$a}';
$string['summaryof_help'] = 'The idea of a summary is a short text to prepare students for the activities within the topic or week. The text is shown on the course page under the section name.';
$string['supplyinfo'] = 'More details';
$string['switchrolereturn'] = 'Return to my normal role';
$string['switchroleto'] = 'Switch role to...';