lang->line('common_fields_required_message'); ?>
person_id, array('id'=>'employee_form', 'class'=>'form-horizontal')); ?>
load->view("people/form_basic_info"); ?>
lang->line('employees_username'), 'username', array('class'=>'required control-label col-xs-3')); ?>
'username', 'id'=>'username', 'class'=>'form-control input-sm', 'value'=>$person_info->username) );?>
person_id == "" ? array('class'=>'required') : array(); ?>
lang->line('employees_password'), 'password', array_merge($password_label_attributes, array('class'=>'control-label col-xs-3'))); ?>
'password', 'id'=>'password', 'class'=>'form-control input-sm') );?>
lang->line('employees_repeat_password'), 'repeat_password', array_merge($password_label_attributes, array('class'=>'control-label col-xs-3'))); ?>
'repeat_password', 'id'=>'repeat_password', 'class'=>'form-control input-sm') );?>
lang->line('employees_language'), 'language', array('class' => 'control-label col-xs-3')); ?>
lang->line('employees_system_language'); $language_code = current_language_code(); $language = current_language(); // If No language is set then it will display "System Language" if($language_code === current_language_code(TRUE)) { $language_code = ''; $language = ''; } echo form_dropdown( 'language', $languages, $language_code . ':' . $language, array('class' => 'form-control input-sm') ); ?>

lang->line("employees_permission_desc"); ?>

  • module_id, $module->module_id, $module->grant, "class='module'"); ?> module_id, array( 'home' => $this->lang->line('module_home'), 'office' => $this->lang->line('module_office'), 'both' => $this->lang->line('module_both') ), $module->menu_group, "class='module'"); ?> lang->line('module_'.$module->module_id);?>: lang->line('module_'.$module->module_id.'_desc');?> permission_id, 2); if($permission->module_id == $module->module_id) { $lang_key = $module->module_id.'_'.$exploded_permission[1]; $lang_line = $this->lang->line($lang_key); $lang_line = ($this->lang->line_tbd($lang_key) == $lang_line) ? ucwords(str_replace("_", " ",$exploded_permission[1])) : $lang_line; if(!empty($lang_line)) { ?>
    • permission_id, $permission->permission_id, $permission->grant); ?> permission_id, "--"); ?>