| 30 | | $tmp = $html->div('butonright', $gags->sendEdit($val['id'], 'Vclassroom')); |
| 31 | | $tmp .= $html->link($val['name'], '/admin/vclassrooms/members/'.$val['id']); |
| 32 | | $tmp .= $html->div(null, 'Secret:'. $val['secret']); |
| 33 | | $tmp .= $html->para(null, 'Status: '.$html->link($s,'/admin/vclassrooms/change/'.$val['id'].'/'.$val['status'].'/'.$val['ecourse_id'])); |
| 34 | | $tmp .= $html->div('butonright', $gags->confirmDel($val['id'], 'Vclassroom')); |
| 35 | | |
| 36 | | echo $html->div('grayblock', $tmp); |
| | 32 | $tmp = $html->div('butonright', $gags->sendEdit($val['id'], 'Vclassroom')); |
| | 33 | $tmp .= $html->link($val['name'], '/admin/vclassrooms/members/'.$val['id']); |
| | 34 | $tmp .= $html->div(null, 'Secret:'. $val['secret']); |
| | 35 | $tmp .= $html->para(null, 'Status: '.$html->link($s,'/admin/vclassrooms/change/'.$val['id'].'/'.$val['status'].'/'.$val['ecourse_id'])); |
| | 36 | $tmp .= $html->div('butonright', |
| | 37 | $form->create('Vclassroom', array('action'=>'/admin_delete/'.$val['id'].'/'.$val['ecourse_id'], "onsubmit"=>"return confirm('".$msg."')")). |
| | 38 | $form->end(__('Delete', true))); |
| | 39 | echo $html->div('grayblock', $tmp); |