mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
MDL-21695 Removing pagesize help as recommended by Helen
This commit is contained in:
parent
37b5b69f2e
commit
c27d61a2a2
@ -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.';
|
||||
|
@ -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>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user