diff --git a/application/views/item_kits/form.php b/application/views/item_kits/form.php index 20d51e60e..32a823d2a 100644 --- a/application/views/item_kits/form.php +++ b/application/views/item_kits/form.php @@ -56,7 +56,7 @@ Item->get_info($item_kit_item['item_id']); ?> name; ?> - ' name=item_kit_item[] value=''/> + ' name=item_kit_item[] value='' size='5'/> lang->line('items_current_quantity'), 'quantity', array('class'=>'control-label col-xs-3')); ?> -
+
'quantity', 'id'=>'quantity', diff --git a/application/views/items/form.php b/application/views/items/form.php index fb2737fb7..c0aace0e4 100644 --- a/application/views/items/form.php +++ b/application/views/items/form.php @@ -85,7 +85,7 @@
lang->line('items_tax_1'), 'tax_percent_1', array('class'=>'control-label col-xs-3')); ?> -
+
'tax_names[]', 'id'=>'tax_name_1', @@ -93,7 +93,7 @@ 'value'=> isset($item_tax_info[0]['name']) ? $item_tax_info[0]['name'] : $this->config->item('default_tax_1_name')) );?>
-
+
'tax_percents[]', @@ -108,7 +108,7 @@
lang->line('items_tax_2'), 'tax_percent_2', array('class'=>'control-label col-xs-3')); ?> -
+
'tax_names[]', 'id'=>'tax_name_2', @@ -116,7 +116,7 @@ 'value'=> isset($item_tax_info[1]['name']) ? $item_tax_info[1]['name'] : $this->config->item('default_tax_2_name')) );?>
-
+
'tax_percents[]', @@ -134,10 +134,8 @@ { ?>
- lang->line('items_quantity').' '.$location_detail['location_name'] , - 'quantity_' . $key, - array('class'=>'required control-label col-xs-3')); ?> -
+ lang->line('items_quantity').' '.$location_detail['location_name'], 'quantity_' . $key, array('class'=>'required control-label col-xs-3')); ?> +
'quantity_' . $key, 'id'=>'quantity_' . $key, @@ -152,7 +150,7 @@
lang->line('items_receiving_quantity'), 'receiving_quantity', array('class'=>'required control-label col-xs-3')); ?> -
+
'receiving_quantity', 'id'=>'receiving_quantity', @@ -164,7 +162,7 @@
lang->line('items_reorder_level'), 'reorder_level', array('class'=>'required control-label col-xs-3')); ?> -
+
'reorder_level', 'id'=>'reorder_level', @@ -197,11 +195,11 @@ style="max-height: 100%; max-width: 100%;">
- - lang->line("items_select_image"); ?> - lang->line("items_change_image"); ?> - - + + lang->line("items_select_image"); ?> + lang->line("items_change_image"); ?> + + lang->line("items_remove_image"); ?>
diff --git a/application/views/items/inventory.php b/application/views/items/inventory.php index 3cc9921ed..e492a45fa 100644 --- a/application/views/items/inventory.php +++ b/application/views/items/inventory.php @@ -58,7 +58,7 @@
lang->line('items_current_quantity'), 'quantity', array('class'=>'control-label col-xs-3')); ?> -
+
'quantity', 'id'=>'quantity', @@ -71,7 +71,7 @@
lang->line('items_add_minus'), 'quantity', array('class'=>'required control-label col-xs-3')); ?> -
+
'newquantity', 'id'=>'newquantity',