~ubuntu-branches/ubuntu/trusty/moodle/trusty-proposed

« back to all changes in this revision

Viewing changes to grade/edit/tree/index.php

  • Committer: Package Import Robot
  • Author(s): Tomasz Muras
  • Date: 2012-11-15 21:50:13 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20121115215013-hmzkwz3v5hvm2a0a
Tags: 2.2.6.dfsg-1
New upstream version: 2.2.6 (Build: 20121112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
if (!$moving && count($grade_edit_tree->categories) > 1) {
344
344
    echo '<br /><br />';
345
345
    echo '<input type="hidden" name="bulkmove" value="0" id="bulkmoveinput" />';
346
 
    echo get_string('moveselectedto', 'grades') . ' ';
347
346
    $attributes = array('id'=>'menumoveafter');
 
347
    echo html_writer::label(get_string('moveselectedto', 'grades'), 'menumoveafter');
348
348
    echo html_writer::select($grade_edit_tree->categories, 'moveafter', '', array(''=>'choosedots'), $attributes);
349
349
    $OUTPUT->add_action_handler(new component_action('change', 'submit_bulk_move'), 'menumoveafter');
350
350
    echo '<div id="noscriptgradetreeform" class="hiddenifjs">