MDL-21695 Removing pagesize help as recommended by Helen

This commit is contained in:
David Mudrak 2010-04-30 13:40:54 +00:00
parent 37b5b69f2e
commit c27d61a2a2
2 changed files with 0 additions and 2 deletions

View File

@ -148,7 +148,6 @@ $string['notsubmittedyet'] = 'Not submitted yet';
$string['onceassignmentsent'] = 'Once the assignment is sent for marking, you will no longer be able to delete or attach file(s). Do you want to continue?';
$string['overwritewarning'] = 'Warning: uploading again will REPLACE your current submission';
$string['pagesize'] = 'Submissions shown per page';
$string['pagesize_help'] = 'Enter a number to specify how many submissions you want to see on one page. Your preference is saved and will apply to all assignments in all courses.';
$string['preventlate'] = 'Prevent late submissions';
$string['quickgrade'] = 'Allow quick grading';
$string['quickgrade_help'] = 'If enabled, multiple assignments can be graded on one page. Add grades and comments then click the "Save all my feedback" button to save all changes for that page.';

View File

@ -1422,7 +1422,6 @@ class assignment_base {
echo '</td>';
echo '<td>';
echo '<input type="text" id="perpage" name="perpage" size="1" value="'.$perpage.'" />';
echo $OUTPUT->help_icon('pagesize', 'assignment');
echo '</td></tr>';
echo '<tr><td>';
echo '<label for="quickgrade">'.get_string('quickgrade','assignment').'</label>';