layout()->setLayout('layout-admin'); $admin_obj = new Application_Model_Admin(); $program_id = $this->program_id; $program_info = $this->program_info; ?>
'.$_SESSION['error'].'
'; unset($_SESSION['error']); } else if(isset($_SESSION['success'])) { echo'
'.$_SESSION['success'].'
'; unset($_SESSION['success']); } ?>
Template List
getEmailTemplateList(); if($admin_obj->getRowCount($template_rs)>0) { ?> fetch($template_rs)) { $user_info = $admin_obj->getUserInfo($template_row['template_created_by']); echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } ?>
Name Subject Created By Created On
'.$template_row['template_name'].' '.$template_row['template_subject'].' '.$user_info['name'].''.$template_row['template_created_on'].'
Email template list is empty
'; } ?>
Add Template