load->view("partial/header"); ?>
lang->line('common_list_of').' '.$this->lang->line('module_'.$controller_name); ?>
".$this->lang->line($controller_name.'_new')."
",
array('class'=>'thickbox none','title'=>$this->lang->line($controller_name.'_new')));
?>
Excel Import ",
array('class'=>'thickbox none','title'=>'Import Items from Excel'));
?>
Search Options :
'items_filter_form')); ?>
lang->line('items_low_inventory_items').' '.':', 'low_inventory');?>
'low_inventory','id'=>'low_inventory','value'=>1,'checked'=> isset($low_inventory)? ( ($low_inventory)? 1 : 0) : 0)).' | ';?>
lang->line('items_serialized_items').' '.':', 'is_serialized');?>
'is_serialized','id'=>'is_serialized','value'=>1,'checked'=> isset($is_serialized)? ( ($is_serialized)? 1 : 0) : 0)).' | ';?>
lang->line('items_no_description_items').' '.':', 'no_description');?>
'no_description','id'=>'no_description','value'=>1,'checked'=> isset($no_description)? ( ($no_description)? 1 : 0) : 0)).' | ';?>
pagination->create_links();?>
load->view("partial/footer"); ?>