mod-feedback MDL-20254 Upgrade feedback module to make use of new navigation blocks

At the same time I also took the oppertunity to fix up the bugs within the feedback module that were making it un-usable
This commit is contained in:
samhemelryk 2009-09-11 02:04:38 +00:00
parent 5f4d4d801c
commit ab5bd34d18
12 changed files with 88 additions and 33 deletions

View file

@ -63,6 +63,7 @@ You can view it <a href=\"$a->url\">here</a>.';
$string['entries_saved'] = 'Your answers have been saved. Thank you.';
$string['export_questions'] = 'Export questions';
$string['export_to_excel'] = 'Export to Excel';
$string['feedbackadministration'] = 'Feedback administration';
$string['feedback:complete'] = 'Complete a feedback';
$string['feedback:createprivatetemplate'] = 'Create private template';
$string['feedback:createpublictemplate'] = 'Create public template';
@ -93,7 +94,7 @@ $string['infotype'] = 'Information-Type';
$string['item_name'] = 'Question';
$string['items_are_required'] = 'Answers are required to starred questions.';
$string['label'] = 'Label';
$string['line_labels'] = 'Label';
$string['item_label'] = 'Label';
$string['line_values'] = 'Rating';
$string['mapcourse'] = 'Map course';
$string['mapcourses'] = 'Map feedback to courses';
@ -119,6 +120,7 @@ $string['name_required'] = 'Name required';
$string['next_page'] = 'Next page';
$string['no_handler']='No action handler exists for';
$string['no_itemname'] = 'No itemname';
$string['no_itemlabel'] = 'No label';
$string['no_items_available_yet'] = 'No questions have been set up yet';
$string['no_templates_available_yet'] = 'No templates available yet';
$string['non_anonymous'] = 'User\'s name will be logged and shown with answers';