|
lang->line('not'); ?> lang->line('scheduled'); ?>
$tm_kue) {
$subject_group_subject_class_section = $this->lessonplan_model->getsubject_group_class_sectionsId($tm_kue->class_id, $tm_kue->section_id, $tm_kue->subject_group_id);
$subject_syllabus = $this->syllabus_model->get_subject_syllabusdata($tm_kue->subject_group_subject_id, date('Y-m-d', strtotime($new_date)), $role->id, $staff_id, $tm_kue->time_from, $tm_kue->time_to, $subject_group_subject_class_section['id']);
if ($subject_syllabus[0]['total'] > 0) {
$action = $subject_syllabus[0]['id'];
} else {
$action = 0;
}
if ($action != 0) {
?>
rbac->hasPrivilege('manage_lesson_plan', 'can_edit')) { ?>
rbac->hasPrivilege('manage_lesson_plan', 'can_add')) { ?>
lang->line('subject') ?>: subject_name;
if ($tm_kue->subject_code != '') {
echo " (" . $tm_kue->subject_code . ")";
}
?>
lang->line('class') ?>: class . "(" . $tm_kue->section . ")"; ?>
time_from ?>
-
time_to; ?>
lang->line('room_no'); ?>: room_no; ?>
|