diff --git a/.DS_Store b/.DS_Store index d397385..45ea1f3 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/application/.DS_Store b/application/.DS_Store new file mode 100644 index 0000000..837ff6c Binary files /dev/null and b/application/.DS_Store differ diff --git a/application/controllers/Admin.php b/application/controllers/Admin.php index f5273a1..218571e 100644 --- a/application/controllers/Admin.php +++ b/application/controllers/Admin.php @@ -862,10 +862,6 @@ function system_settings($param1 = '', $param2 = '', $param3 = '') $this->db->where('type' , 'system_name'); $this->db->update('settings' , $data); - $data['description'] = $this->input->post('language'); - $this->db->where('type' , 'language'); - $this->db->update('settings' , $data); - $data['description'] = $this->input->post('text_align'); $this->db->where('type' , 'text_align'); $this->db->update('settings' , $data); diff --git a/application/helpers/multi_language_helper.php b/application/helpers/multi_language_helper.php index 41f5bdf..85d4147 100644 --- a/application/helpers/multi_language_helper.php +++ b/application/helpers/multi_language_helper.php @@ -25,23 +25,6 @@ function get_phrase($phrase = '') { $current_language = 'english'; $CI->session->set_userdata('current_language' , $current_language); } - - - /** insert blank phrases initially and populating the language db ***/ - $check_phrase = $CI->db->get_where('language' , array('phrase' => $phrase))->row()->phrase; - if ( $check_phrase != $phrase) - $CI->db->insert('language' , array('phrase' => $phrase)); - - - // query for finding the phrase from `language` table - $query = $CI->db->get_where('language' , array('phrase' => $phrase)); - $row = $query->row(); - - // return the current sessioned language field of according phrase, else return uppercase spaced word - if (isset($row->$current_language) && $row->$current_language !="") - return $row->$current_language; - else - return ucwords(str_replace('_',' ',$phrase)); } } diff --git a/application/htdocs b/application/htdocs new file mode 100644 index 0000000..3a0fafc Binary files /dev/null and b/application/htdocs differ diff --git a/application/views/.DS_Store b/application/views/.DS_Store new file mode 100644 index 0000000..4e5e066 Binary files /dev/null and b/application/views/.DS_Store differ diff --git a/application/views/backend/.DS_Store b/application/views/backend/.DS_Store new file mode 100644 index 0000000..4eb2915 Binary files /dev/null and b/application/views/backend/.DS_Store differ diff --git a/application/views/backend/admin/class.php b/application/views/backend/admin/class.php index fb29df4..dd89c85 100644 --- a/application/views/backend/admin/class.php +++ b/application/views/backend/admin/class.php @@ -1,133 +1,143 @@
-
- - - - - -
+
+ + + + + +
- + - - - - - - - - - - - + - - - - - + + + + + - + + + + + + + + + + +
#
crud_model->get_type_name_by_id('teacher',$row['teacher_id']);?> -
- - -
-
+
#
+
+
+
+
+
+
+
+
+
crud_model->get_type_name_by_id('teacher', $row['teacher_id']); ?> +
+ + +
+
-
+
- - -
+ + +
- 'form-horizontal form-groups-bordered validate','target'=>'_top'));?> -
-
- -
- -
-
-
- -
- -
+ 'form-horizontal form-groups-bordered validate', 'target' => '_top')); ?> +
+
+ +
+
-
- -
- -
+
+
+ +
+
-
- -
-
- -
-
- -
-
+ +
+ +
+
+
+
+
+ +
+
+ +
+
+ +
+
- + \ No newline at end of file diff --git a/application/views/backend/admin/class_routine.php b/application/views/backend/admin/class_routine.php index 8c15178..b587d66 100644 --- a/application/views/backend/admin/class_routine.php +++ b/application/views/backend/admin/class_routine.php @@ -30,7 +30,7 @@

- Class +

@@ -42,13 +42,13 @@ @@ -136,13 +136,13 @@
@@ -155,8 +155,8 @@ @@ -169,8 +169,8 @@ diff --git a/application/views/backend/admin/dashboard.php b/application/views/backend/admin/dashboard.php index dfd67bc..0576df9 100644 --- a/application/views/backend/admin/dashboard.php +++ b/application/views/backend/admin/dashboard.php @@ -1,138 +1,60 @@ -
- - +
-
- - +
+ +
-
0
-

-
-
-
+
0
-

-
-
-
date('Y-m-d'), 'status' => '1'); + $check = array('date' => date('Y-m-d'), 'status' => '1'); $query = $this->db->get_where('attendance', $check); - $present_today = $query->num_rows(); - ?> + $present_today = $query->num_rows(); ?>
0
-

-
-
-
-
0
-

-
-
- -
+
0
-

-
-
- -
- -
-
-
num_rows(); ?>" data-postfix="" data-duration="500" data-delay="0">0
- -

- -
- -
- -
-
0
-

-
-
- - \ No newline at end of file +
\ No newline at end of file diff --git a/application/views/backend/admin/grade.php b/application/views/backend/admin/grade.php index fd873b2..ac31898 100644 --- a/application/views/backend/admin/grade.php +++ b/application/views/backend/admin/grade.php @@ -5,7 +5,7 @@
diff --git a/application/views/backend/admin/manage_language.php b/application/views/backend/admin/manage_language.php deleted file mode 100644 index a7db87f..0000000 --- a/application/views/backend/admin/manage_language.php +++ /dev/null @@ -1,165 +0,0 @@ -
-
- - - - - - -
- - -
-
- - -
- 'phrase_form')); - $count = 1; - $language_phrases = $this->db->query("SELECT `phrase_id` , `phrase` , `$current_editing_language` FROM `language`")->result_array(); - foreach($language_phrases as $row) - { - $count++; - $phrase_id = $row['phrase_id']; //id number of phrase - $phrase = $row['phrase']; //basic phrase text - $phrase_language = $row[$current_editing_language]; //phrase of current editing language - ?> - -
-
-
- - -

-

- -

-
- -
- - -
- - - - -
-
- - - -
- - - - - - - - - - - db->list_fields('language'); - foreach($fields as $field) - { - if($field == 'phrase_id' || $field == 'phrase')continue; - ?> - - - - - - -
- - - - - - -
-
- - - - -
-
- 'form-horizontal form-groups-bordered validate'));?> -
-
- -
- -
-
- -
-
-
- -
-
- -
-
- - - -
-
- 'form-horizontal form-groups-bordered validate'));?> -
-
- -
- -
-
- -
-
-
- -
-
- -
-
- - -
-
-
\ No newline at end of file diff --git a/application/views/backend/admin/manage_profile.php b/application/views/backend/admin/manage_profile.php index 5c19c7a..4620887 100644 --- a/application/views/backend/admin/manage_profile.php +++ b/application/views/backend/admin/manage_profile.php @@ -1,133 +1,110 @@
-
- - - - - - -
- -
+
+ +
- - 'form-horizontal form-groups-bordered validate','target'=>'_top' , 'enctype' => 'multipart/form-data'));?> - -
- -
- -
-
+ + 'form-horizontal form-groups-bordered validate', 'target' => '_top', 'enctype' => 'multipart/form-data')); ?> -
- -
- -
+
+ +
+
+
-
- - -
-
-
- ... -
-
-
- - Select image - Change - - - Remove -
-
-
+
+ +
+
+
-
-
- -
-
+
+
+ +
+
-
-
+
- -
-
+ +
+
-
- - - + + +
+ +
- - 'form-horizontal form-groups-bordered validate','target'=>'_top'));?> -
- -
- -
+ + 'form-horizontal form-groups-bordered validate', 'target' => '_top')); ?> +
+ +
+
-
- -
- -
+
+
+ +
+
-
- -
- -
+
+
+ +
+
-
-
- -
-
+
+
+
+ +
+
-
-
+
- -
-
+ +
+
\ No newline at end of file diff --git a/application/views/backend/admin/marks.php b/application/views/backend/admin/marks.php index a6bba34..e36579b 100644 --- a/application/views/backend/admin/marks.php +++ b/application/views/backend/admin/marks.php @@ -25,14 +25,14 @@ - + db->get('class')->result_array(); foreach($classes as $row): ?> + @@ -63,7 +63,7 @@ id="subject_id_" style="display:;" class="form-control" style="float:left;"> - + crud_model->get_subjects_by_class($row['class_id']); @@ -81,7 +81,7 @@ diff --git a/application/views/backend/admin/message.php b/application/views/backend/admin/message.php deleted file mode 100644 index 17d534f..0000000 --- a/application/views/backend/admin/message.php +++ /dev/null @@ -1,63 +0,0 @@ -
-
- - -
- - - -
- - -
- - - - - -
    - - session->userdata('login_type') . '-' . $this->session->userdata('login_user_id'); - - $this->db->where('sender', $current_user); - $this->db->or_where('reciever', $current_user); - $message_threads = $this->db->get('message_thread')->result_array(); - foreach ($message_threads as $row): - - // defining the user to show - if ($row['sender'] == $current_user) - $user_to_show = explode('-', $row['reciever']); - if ($row['reciever'] == $current_user) - $user_to_show = explode('-', $row['sender']); - - $user_to_show_type = $user_to_show[0]; - $user_to_show_id = $user_to_show[1]; - $unread_message_number = $this->crud_model->count_unread_message_of_thread($row['message_thread_code']); - ?> -
  • - - - - db->get_where($user_to_show_type, array($user_to_show_type . '_id' => $user_to_show_id))->row()->name; ?> - - - - 0): ?> - - - - - -
  • - -
- -
- -
\ No newline at end of file diff --git a/application/views/backend/admin/message_home.php b/application/views/backend/admin/message_home.php deleted file mode 100644 index a07c8fe..0000000 --- a/application/views/backend/admin/message_home.php +++ /dev/null @@ -1,26 +0,0 @@ -
- -

- -

- - - -
- -
- - -

-
- Select a message to read -
-
\ No newline at end of file diff --git a/application/views/backend/admin/message_new.php b/application/views/backend/admin/message_new.php deleted file mode 100644 index b5e6843..0000000 --- a/application/views/backend/admin/message_new.php +++ /dev/null @@ -1,71 +0,0 @@ -
- -

- -

-
- -
- - 'form', 'enctype' => 'multipart/form-data')); ?> - - -
- -

- -
- - -
- -
- -
- - - - -
\ No newline at end of file diff --git a/application/views/backend/admin/message_read.php b/application/views/backend/admin/message_read.php deleted file mode 100644 index 3715fe7..0000000 --- a/application/views/backend/admin/message_read.php +++ /dev/null @@ -1,44 +0,0 @@ -db->get_where('message', array('message_thread_code' => $current_message_thread_code))->result_array(); -foreach ($messages as $row): - - $sender = explode('-', $row['sender']); - $sender_account_type = $sender[0]; - $sender_id = $sender[1]; - ?> - - -
-

-
- - - - 'multipart/form-data')); ?> -
-
- -
-
- -

-
- \ No newline at end of file diff --git a/application/views/backend/admin/modal_edit_class.php b/application/views/backend/admin/modal_edit_class.php index 759e888..4f798b0 100644 --- a/application/views/backend/admin/modal_edit_class.php +++ b/application/views/backend/admin/modal_edit_class.php @@ -1,63 +1,60 @@ -db->get_where('class' , array('class_id' => $param2) )->result_array(); -foreach ( $edit_data as $row): +db->get_where('class', array('class_id' => $param2))->result_array(); +foreach ($edit_data as $row) : ?> -
-
-
-
-
- - -
-
-
- - 'form-horizontal form-groups-bordered validate','target'=>'_top'));?> +
+
+
+
+
+ + +
+
+
+ + 'form-horizontal form-groups-bordered validate', 'target' => '_top')); ?>
- +
- +
- +
- +
- +
-
-
- -
-
- +
+
+ +
+
+ +
-
- - +?> \ No newline at end of file diff --git a/application/views/backend/admin/modal_edit_class_routine.php b/application/views/backend/admin/modal_edit_class_routine.php index c733448..fd43363 100644 --- a/application/views/backend/admin/modal_edit_class_routine.php +++ b/application/views/backend/admin/modal_edit_class_routine.php @@ -74,8 +74,8 @@
@@ -104,14 +104,14 @@
- +
diff --git a/application/views/backend/admin/modal_edit_exam.php b/application/views/backend/admin/modal_edit_exam.php index 8e8caba..6da9abb 100644 --- a/application/views/backend/admin/modal_edit_exam.php +++ b/application/views/backend/admin/modal_edit_exam.php @@ -8,7 +8,7 @@
- +
@@ -35,7 +35,7 @@
- +
diff --git a/application/views/backend/admin/modal_edit_grade.php b/application/views/backend/admin/modal_edit_grade.php index df341dc..55e9556 100644 --- a/application/views/backend/admin/modal_edit_grade.php +++ b/application/views/backend/admin/modal_edit_grade.php @@ -8,7 +8,7 @@
- +
@@ -47,7 +47,7 @@
- +
diff --git a/application/views/backend/admin/modal_edit_notice.php b/application/views/backend/admin/modal_edit_notice.php index 0791de2..6bc107a 100644 --- a/application/views/backend/admin/modal_edit_notice.php +++ b/application/views/backend/admin/modal_edit_notice.php @@ -1,67 +1,43 @@ -db->get_where('noticeboard' , array('notice_id' => $param2) )->result_array(); +db->get_where('noticeboard', array('notice_id' => $param2))->result_array(); ?> -
+
- - 'form-horizontal form-groups-bordered validate','target'=>'_top'));?> + + 'form-horizontal form-groups-bordered validate', 'target' => '_top')); ?>
- +
- +
- +
-
- -
+
+ +
- +
- -
-
- -
- -
- -
- - db->get_where('settings' , array( - 'type' => 'active_sms_service'))->row()->description; - if ($active_sms_service == 'clickatell') - echo 'Clickatell ' . ('Activated'); - if ($active_sms_service == 'twilio') - echo 'Twilio ' . ('Activated'); - if ($active_sms_service == '' || $active_sms_service == 'disabled') - echo ('SMS service not activated'); - ?> - +
-
- -
+
+ +
- - + +
\ No newline at end of file diff --git a/application/views/backend/admin/modal_edit_subject.php b/application/views/backend/admin/modal_edit_subject.php index eccfa65..3876c88 100644 --- a/application/views/backend/admin/modal_edit_subject.php +++ b/application/views/backend/admin/modal_edit_subject.php @@ -58,7 +58,7 @@
- +
diff --git a/application/views/backend/admin/modal_edit_teacher.php b/application/views/backend/admin/modal_edit_teacher.php index 37db228..632b327 100644 --- a/application/views/backend/admin/modal_edit_teacher.php +++ b/application/views/backend/admin/modal_edit_teacher.php @@ -57,7 +57,7 @@
- +
diff --git a/application/views/backend/admin/modal_parent_edit.php b/application/views/backend/admin/modal_parent_edit.php index 1397e65..f88d8e1 100644 --- a/application/views/backend/admin/modal_parent_edit.php +++ b/application/views/backend/admin/modal_parent_edit.php @@ -9,7 +9,7 @@
- +
@@ -59,7 +59,7 @@
- +
diff --git a/application/views/backend/admin/modal_student_edit.php b/application/views/backend/admin/modal_student_edit.php index 835cc05..e6a23c5 100644 --- a/application/views/backend/admin/modal_student_edit.php +++ b/application/views/backend/admin/modal_student_edit.php @@ -155,7 +155,7 @@
- +
diff --git a/application/views/backend/admin/modal_student_marksheet.php b/application/views/backend/admin/modal_student_marksheet.php index 317c084..7931985 100644 --- a/application/views/backend/admin/modal_student_marksheet.php +++ b/application/views/backend/admin/modal_student_marksheet.php @@ -3,6 +3,9 @@ width : 100%; height : 250px; font-size : 11px; + color:#001911; + font-family: system-ui; + font-size:14px; } @@ -11,9 +14,9 @@ foreach ($student_info as $row1): ?>
-
+
-
+
diff --git a/application/views/backend/admin/section_edit.php b/application/views/backend/admin/section_edit.php index ab3e637..e8a7b82 100644 --- a/application/views/backend/admin/section_edit.php +++ b/application/views/backend/admin/section_edit.php @@ -11,7 +11,7 @@
- +
@@ -82,7 +82,7 @@
- +
diff --git a/application/views/backend/admin/sms_settings.php b/application/views/backend/admin/sms_settings.php deleted file mode 100644 index 94e4838..0000000 --- a/application/views/backend/admin/sms_settings.php +++ /dev/null @@ -1,136 +0,0 @@ -
-db->get_where('settings' , array( - 'type' => 'active_sms_service' - ))->row()->description; -?> -
-
- -
- - - -
- -
- - 'form-horizontal form-groups-bordered validate','target'=>'_top'));?> - -
- -
- -
-
-
-
- -
-
- -
- -
- 'form-horizontal form-groups-bordered validate','target'=>'_top'));?> -
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
- -
-
- 'form-horizontal form-groups-bordered validate','target'=>'_top'));?> -
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
- -
- -
- -
- -
-
\ No newline at end of file diff --git a/application/views/backend/admin/student_add.php b/application/views/backend/admin/student_add.php index 01fadb6..7fedb6c 100644 --- a/application/views/backend/admin/student_add.php +++ b/application/views/backend/admin/student_add.php @@ -72,7 +72,7 @@
- +
diff --git a/application/views/backend/admin/student_information.php b/application/views/backend/admin/student_information.php index 61dc92f..7f22335 100644 --- a/application/views/backend/admin/student_information.php +++ b/application/views/backend/admin/student_information.php @@ -38,7 +38,7 @@ class="btn btn-primary pull-right"> - + diff --git a/application/views/backend/admin/student_marksheet.php b/application/views/backend/admin/student_marksheet.php index b9f5a76..db61a16 100644 --- a/application/views/backend/admin/student_marksheet.php +++ b/application/views/backend/admin/student_marksheet.php @@ -47,7 +47,7 @@
- + diff --git a/application/views/backend/admin/system_settings.php b/application/views/backend/admin/system_settings.php index 98a838b..7a02a23 100644 --- a/application/views/backend/admin/system_settings.php +++ b/application/views/backend/admin/system_settings.php @@ -52,30 +52,13 @@ -
- -
- -
-
+
- +
@@ -128,7 +111,7 @@ - + @@ -141,7 +124,7 @@ - + @@ -150,7 +133,7 @@
- +
diff --git a/application/views/backend/admin/teacher.php b/application/views/backend/admin/teacher.php index 9952f90..fca4ca5 100644 --- a/application/views/backend/admin/teacher.php +++ b/application/views/backend/admin/teacher.php @@ -2,7 +2,7 @@ - +

diff --git a/application/views/backend/chat.php b/application/views/backend/chat.php deleted file mode 100644 index 74d94fa..0000000 --- a/application/views/backend/chat.php +++ /dev/null @@ -1,112 +0,0 @@ -
- - - - -
- -
- - - - - -
- -
    -
- -
- -
- -
- -
- - - -
    -
  • - Art Ramadani -

    Are you here?

    - 09:00 -
  • - -
  • - Catherine J. Watkins -

    This message is pre-queued.

    - 09:25 -
  • - -
  • - Catherine J. Watkins -

    Whohoo!

    - 09:26 -
  • - -
  • - Catherine J. Watkins -

    Do you like it?

    - 09:27 -
  • -
- - - - - -
    -
  • - Daniel A. Pena -

    I am going out.

    - 08:21 -
  • - -
  • - Daniel A. Pena -

    Call me when you see this message.

    - 08:27 -
  • -
\ No newline at end of file diff --git a/application/views/backend/footer.php b/application/views/backend/footer.php index 4ea2847..663b125 100644 --- a/application/views/backend/footer.php +++ b/application/views/backend/footer.php @@ -1,5 +1,7 @@ -
- © | School Management System | - Developed by Binary Brains +
+
| School Management System | + Developed by Binary Brains + | EEY4189 Software Design in Group [OUSL]
diff --git a/application/views/backend/header.php b/application/views/backend/header.php index eef1de1..c9d7b6e 100644 --- a/application/views/backend/header.php +++ b/application/views/backend/header.php @@ -1,34 +1,26 @@
-
-

-
-
- -

session->userdata('name'); ?>

-
-
\ No newline at end of file +
\ No newline at end of file diff --git a/application/views/backend/index.php b/application/views/backend/index.php index bc09c12..f3b6311 100644 --- a/application/views/backend/index.php +++ b/application/views/backend/index.php @@ -28,12 +28,12 @@
-
+
-

- +

+

@@ -42,9 +42,7 @@
- - +
diff --git a/application/views/backend/login.php b/application/views/backend/login.php index 0bb75c4..dde6c53 100644 --- a/application/views/backend/login.php +++ b/application/views/backend/login.php @@ -86,7 +86,7 @@
@@ -96,7 +96,7 @@ diff --git a/application/views/backend/parent/class.php b/application/views/backend/parent/class.php deleted file mode 100644 index 0d256b4..0000000 --- a/application/views/backend/parent/class.php +++ /dev/null @@ -1,134 +0,0 @@ -
-
- - - - - -
- -
- -
- - - - - - - - - - - - - - - - - - - - -
#
crud_model->get_type_name_by_id('teacher',$row['teacher_id']);?> -
- - -
-
- - - - - -
-
- 'form-horizontal form-groups-bordered validate','target'=>'_top'));?> -
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
-
-
- -
-
- -
-
- - - - - - - - - \ No newline at end of file diff --git a/application/views/backend/parent/class_routine.php b/application/views/backend/parent/class_routine.php index 8040b20..3ad25ba 100644 --- a/application/views/backend/parent/class_routine.php +++ b/application/views/backend/parent/class_routine.php @@ -8,7 +8,7 @@
-
+
diff --git a/application/views/backend/parent/dashboard.php b/application/views/backend/parent/dashboard.php index d720490..a11196a 100644 --- a/application/views/backend/parent/dashboard.php +++ b/application/views/backend/parent/dashboard.php @@ -1,6 +1,6 @@ -
+
-
+
@@ -23,7 +23,7 @@
-
+
diff --git a/application/views/backend/parent/manage_attendance.php b/application/views/backend/parent/manage_attendance.php deleted file mode 100644 index 04f134d..0000000 --- a/application/views/backend/parent/manage_attendance.php +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - -
- - - -
-
-
- -
-
- -

- -

Attendance of class

-

-
-
-
-
- - - - - - -
-
- - - - - - - - - - - db->get_where('student' , array('class_id'=>$class_id))->result_array(); - - foreach($students as $row) - { - ?> - - - - - - -
- $row['student_id'], - 'date' => $full_date); - $query = $this->db->get_where('attendance' , $verify_data); - if($query->num_rows() < 1) - $this->db->insert('attendance' , $verify_data); - - //showing the attendance status editing option - $attendance = $this->db->get_where('attendance' , $verify_data)->row(); - $status = $attendance->status; - ?> - -
- - - - -
-
-
-
- \ No newline at end of file diff --git a/application/views/backend/parent/manage_profile.php b/application/views/backend/parent/manage_profile.php index 7983fe5..1bd267d 100644 --- a/application/views/backend/parent/manage_profile.php +++ b/application/views/backend/parent/manage_profile.php @@ -1,4 +1,4 @@ -
+
@@ -51,7 +51,7 @@ -
+
diff --git a/application/views/backend/parent/marks.php b/application/views/backend/parent/marks.php index 21ae4f8..d75021c 100644 --- a/application/views/backend/parent/marks.php +++ b/application/views/backend/parent/marks.php @@ -9,7 +9,7 @@


-
+
diff --git a/application/views/backend/parent/message.php b/application/views/backend/parent/message.php deleted file mode 100644 index b7a4e7f..0000000 --- a/application/views/backend/parent/message.php +++ /dev/null @@ -1,63 +0,0 @@ -
-
- - -
- - - -
- - -
- - - - - -
    - - session->userdata('login_type') . '-' . $this->session->userdata('login_user_id'); - - $this->db->where('sender', $current_user); - $this->db->or_where('reciever', $current_user); - $message_threads = $this->db->get('message_thread')->result_array(); - foreach ($message_threads as $row): - - // defining the user to show - if ($row['sender'] == $current_user) - $user_to_show = explode('-', $row['reciever']); - if ($row['reciever'] == $current_user) - $user_to_show = explode('-', $row['sender']); - - $user_to_show_type = $user_to_show[0]; - $user_to_show_id = $user_to_show[1]; - $unread_message_number = $this->crud_model->count_unread_message_of_thread($row['message_thread_code']); - ?> -
  • - - - - db->get_where($user_to_show_type, array($user_to_show_type . '_id' => $user_to_show_id))->row()->name; ?> - - - - 0): ?> - - - - - -
  • - -
- -
- -
\ No newline at end of file diff --git a/application/views/backend/parent/message_home.php b/application/views/backend/parent/message_home.php deleted file mode 100644 index a07c8fe..0000000 --- a/application/views/backend/parent/message_home.php +++ /dev/null @@ -1,26 +0,0 @@ -
- -

- -

- - - -
- -
- - -

-
- Select a message to read -
-
\ No newline at end of file diff --git a/application/views/backend/parent/message_new.php b/application/views/backend/parent/message_new.php deleted file mode 100644 index ab0d6bd..0000000 --- a/application/views/backend/parent/message_new.php +++ /dev/null @@ -1,60 +0,0 @@ -
- -

- -

-
- -
- - 'form', 'enctype' => 'multipart/form-data')); ?> - - -
- -

- -
- - -
- -
- -
- - - - -
\ No newline at end of file diff --git a/application/views/backend/parent/message_read.php b/application/views/backend/parent/message_read.php deleted file mode 100644 index 7573e56..0000000 --- a/application/views/backend/parent/message_read.php +++ /dev/null @@ -1,46 +0,0 @@ -db->get_where('message', array('message_thread_code' => $current_message_thread_code))->result_array(); -foreach ($messages as $row): - - $sender = explode('-', $row['sender']); - $sender_account_type = $sender[0]; - $sender_id = $sender[1]; - ?> - - -
-

-
- - - - 'multipart/form-data')); ?> -
-
- -
-
- -

-
- \ No newline at end of file diff --git a/application/views/backend/parent/modal_student_profile.php b/application/views/backend/parent/modal_student_profile.php index ae761a3..75d82c6 100644 --- a/application/views/backend/parent/modal_student_profile.php +++ b/application/views/backend/parent/modal_student_profile.php @@ -4,7 +4,7 @@
-
+
@@ -32,7 +32,7 @@ class="img-responsive img-circle" />
-
+

diff --git a/application/views/backend/parent/navigation.php b/application/views/backend/parent/navigation.php index 73cdad9..bbcf84c 100644 --- a/application/views/backend/parent/navigation.php +++ b/application/views/backend/parent/navigation.php @@ -1,4 +1,4 @@ -