diff --git a/application/views/configs/general_config.php b/application/views/configs/general_config.php index 86bc5a8c0..4e5ddd043 100644 --- a/application/views/configs/general_config.php +++ b/application/views/configs/general_config.php @@ -115,6 +115,43 @@ +
+ lang->line('config_suggestions_layout'), 'suggestions_layout', array('class' => 'control-label col-xs-2')); ?> +
+
+ +
+ $this->lang->line('items_name'), + 'item_number' => $this->lang->line('items_number_information'), + 'unit_price' => $this->lang->line('items_unit_price') + ), + $this->config->item('suggestions_first_column'), array('class' => 'form-control input-sm')); ?> +
+ +
+ $this->lang->line('config_none'), + 'name' => $this->lang->line('items_name'), + 'item_number' => $this->lang->line('items_number_information'), + 'unit_price' => $this->lang->line('items_unit_price') + ), + $this->config->item('suggestions_second_column'), array('class' => 'form-control input-sm')); ?> +
+ +
+ $this->lang->line('config_none'), + 'name' => $this->lang->line('items_name'), + 'item_number' => $this->lang->line('items_number_information'), + 'unit_price' => $this->lang->line('items_unit_price') + ), + $this->config->item('suggestions_third_column'), array('class' => 'form-control input-sm')); ?> +
+
+
+
+
lang->line('config_giftcard_number'), 'giftcard_number', array('class' => 'control-label col-xs-2')); ?>