- lang->line('config_barcode_layout').':', 'barcode_layout',array('class'=>'control-label col-xs-3')); ?>
-
- lang->line('config_barcode_first_row').' '; ?>
- lang->line('config_barcode_layout'), 'barcode_layout',array('class'=>'control-label col-xs-3')); ?>
+
+ lang->line('config_barcode_first_row').' '; ?>
+ 'Not show',
+ 'name' => 'Name',
+ 'category' => 'Category',
+ 'cost_price' => 'Cost price',
+ 'unit_price' => 'Unit price',
+ 'company_name' => 'Company Name'
+ ),
+ $this->config->item('barcode_first_row'), "class='form-control'");
+ ?>
+
+
+ lang->line('config_barcode_second_row').' '; ?>
+ 'Not show',
+ 'name' => 'Name',
+ 'category' => 'Category',
+ 'cost_price' => 'Cost price',
+ 'unit_price' => 'Unit price',
+ 'item_code' => 'Item code',
+ 'company_name' => 'Company Name'
+ ),
+ $this->config->item('barcode_second_row'), "class='form-control'");
+ ?>
+
+
+ lang->line('config_barcode_third_row').' '; ?>
+ 'Not show',
'name' => 'Name',
'category' => 'Category',
'cost_price' => 'Cost price',
'unit_price' => 'Unit price',
- 'company_name' => 'Company Name'
- ),
- $this->config->item('barcode_first_row'));
- ?>
- lang->line('config_barcode_second_row').' '; ?>
- 'Not show',
- 'name' => 'Name',
- 'category' => 'Category',
- 'cost_price' => 'Cost price',
- 'unit_price' => 'Unit price',
- 'item_code' => 'Item code',
- 'company_name' => 'Company Name'
- ),
- $this->config->item('barcode_second_row'));
- ?>
- lang->line('config_barcode_third_row').' '; ?>
- 'Not show',
- 'name' => 'Name',
- 'category' => 'Category',
- 'cost_price' => 'Cost price',
- 'unit_price' => 'Unit price',
- 'item_code' => 'Item code',
- 'company_name' => 'Company Name'
- ),
- $this->config->item('barcode_third_row'));
+ 'item_code' => 'Item code',
+ 'company_name' => 'Company Name'
+ ),
+ $this->config->item('barcode_third_row'), "class='form-control'");
?>