コード例 #1
0
ファイル: rolepage.class.php プロジェクト: jamesmcq/elis
 protected function get_table_footer()
 {
     if ($this->is_assigning()) {
         return get_string('onlyvalidmoodleusers', 'local_elisprogram');
     }
     return parent::get_table_footer();
 }