[moodle] / moodle / admin / index.php Repository:

Diff of /moodle/admin/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.401, Tue Aug 18 12:28:41 2009 WST revision 1.402, Thu Aug 20 16:39:07 2009 WST

By nicolasconnault:

MDL-19787 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

# Line 127  Line 127 
127          $copyrightnotice = str_replace('target="_blank"', 'onclick="this.target=\'_blank\'"', $copyrightnotice); // extremely ugly validation hack          $copyrightnotice = str_replace('target="_blank"', 'onclick="this.target=\'_blank\'"', $copyrightnotice); // extremely ugly validation hack
128          echo $OUTPUT->box($copyrightnotice, 'copyrightnotice');          echo $OUTPUT->box($copyrightnotice, 'copyrightnotice');
129          echo '<br />';          echo '<br />';
130          notice_yesno(get_string('doyouagree'), "index.php?agreelicense=1&lang=$CFG->lang",          echo $OUTPUT->confirm(get_string('doyouagree'), "index.php?agreelicense=1&lang=$CFG->lang", "http://docs.moodle.org/en/License");
                                                "http://docs.moodle.org/en/License");  
131          echo $OUTPUT->footer();          echo $OUTPUT->footer();
132          die;          die;
133      }      }

Legend:
Removed from v.1.401  
changed lines
  Added in v.1.402

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7