From f9971aabb68a128163ff6648fed63de67fe3c744 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Fri, 4 Mar 2016 21:54:23 +0000 Subject: [PATCH] remove unnecessary .':' from form labels (#116) --- application/views/giftcards/form.php | 6 +++--- application/views/item_kits/form.php | 6 +++--- application/views/items/count_details.php | 10 +++++----- application/views/items/inventory.php | 14 +++++++------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/application/views/giftcards/form.php b/application/views/giftcards/form.php index d71f33fa2..bfa7a4741 100644 --- a/application/views/giftcards/form.php +++ b/application/views/giftcards/form.php @@ -5,7 +5,7 @@ giftcard_id, array('id'=>'giftcard_form', 'class'=>'form-horizontal')); ?>
- lang->line('giftcards_person_id').':', 'name', array('class'=>'control-label col-xs-3')); ?> + lang->line('giftcards_person_id'), 'name', array('class'=>'control-label col-xs-3')); ?>
'person_id', @@ -17,7 +17,7 @@
- lang->line('giftcards_giftcard_number').':', 'name', array('class'=>'required control-label col-xs-3')); ?> + lang->line('giftcards_giftcard_number'), 'name', array('class'=>'required control-label col-xs-3')); ?>
'giftcard_number', @@ -29,7 +29,7 @@
- lang->line('giftcards_card_value').':', 'name', array('class'=>'required control-label col-xs-3')); ?> + lang->line('giftcards_card_value'), 'name', array('class'=>'required control-label col-xs-3')); ?>
'value', diff --git a/application/views/item_kits/form.php b/application/views/item_kits/form.php index 7b3ddf4aa..09006ff4c 100644 --- a/application/views/item_kits/form.php +++ b/application/views/item_kits/form.php @@ -5,7 +5,7 @@ item_kit_id, array('id'=>'item_kit_form', 'class' => 'form-horizontal')); ?>
- lang->line('item_kits_name').':', 'name', array('class'=>'control-label col-xs-3 required')); ?> + lang->line('item_kits_name'), 'name', array('class'=>'control-label col-xs-3 required')); ?>
'name', @@ -17,7 +17,7 @@
- lang->line('item_kits_description').':', 'description', array('class'=>'control-label col-xs-3')); ?> + lang->line('item_kits_description'), 'description', array('class'=>'control-label col-xs-3')); ?>
'description', @@ -29,7 +29,7 @@
- lang->line('item_kits_add_item').':', 'item', array('class'=>'control-label col-xs-3')); ?> + lang->line('item_kits_add_item'), 'item', array('class'=>'control-label col-xs-3')); ?>
'item', diff --git a/application/views/items/count_details.php b/application/views/items/count_details.php index e7f995c73..0c7184ddd 100644 --- a/application/views/items/count_details.php +++ b/application/views/items/count_details.php @@ -1,7 +1,7 @@ item_id, array('id'=>'item_form', 'class'=>'form-horizontal')); ?>
- lang->line('items_item_number').':', 'name', array('class'=>'control-label col-xs-3')); ?> + lang->line('items_item_number'), 'name', array('class'=>'control-label col-xs-3')); ?>
@@ -17,7 +17,7 @@
- lang->line('items_name').':', 'name', array('class'=>'control-label col-xs-3')); ?> + lang->line('items_name'), 'name', array('class'=>'control-label col-xs-3')); ?>
'name', @@ -30,7 +30,7 @@
- lang->line('items_category').':', 'category', array('class'=>'control-label col-xs-3')); ?> + lang->line('items_category'), 'category', array('class'=>'control-label col-xs-3')); ?>
@@ -46,14 +46,14 @@
- lang->line('items_stock_location').':', 'stock_location', array('class'=>'control-label col-xs-3')); ?> + lang->line('items_stock_location'), 'stock_location', array('class'=>'control-label col-xs-3')); ?>
'display_stock(this.value);', 'class'=>'form-control')); ?>
- lang->line('items_current_quantity').':', 'quantity', array('class'=>'control-label col-xs-3')); ?> + lang->line('items_current_quantity'), 'quantity', array('class'=>'control-label col-xs-3')); ?>
'quantity', diff --git a/application/views/items/inventory.php b/application/views/items/inventory.php index b38eb606e..3cc9921ed 100644 --- a/application/views/items/inventory.php +++ b/application/views/items/inventory.php @@ -5,7 +5,7 @@ item_id, array('id'=>'item_form', 'class'=>'form-horizontal')); ?>
- lang->line('items_item_number').':', 'name', array('class'=>'control-label col-xs-3')); ?> + lang->line('items_item_number'), 'name', array('class'=>'control-label col-xs-3')); ?>
@@ -21,7 +21,7 @@
- lang->line('items_name').':', 'name', array('class'=>'control-label col-xs-3')); ?> + lang->line('items_name'), 'name', array('class'=>'control-label col-xs-3')); ?>
'name', @@ -34,7 +34,7 @@
- lang->line('items_category').':', 'category', array('class'=>'control-label col-xs-3')); ?> + lang->line('items_category'), 'category', array('class'=>'control-label col-xs-3')); ?>
@@ -50,14 +50,14 @@
- lang->line('items_stock_location').':', 'stock_location', array('class'=>'control-label col-xs-3')); ?> + lang->line('items_stock_location'), 'stock_location', array('class'=>'control-label col-xs-3')); ?>
'fill_quantity(this.value)', 'class'=>'form-control')); ?>
- lang->line('items_current_quantity').':', 'quantity', array('class'=>'control-label col-xs-3')); ?> + lang->line('items_current_quantity'), 'quantity', array('class'=>'control-label col-xs-3')); ?>
'quantity', @@ -70,7 +70,7 @@
- lang->line('items_add_minus').':', 'quantity', array('class'=>'required control-label col-xs-3')); ?> + lang->line('items_add_minus'), 'quantity', array('class'=>'required control-label col-xs-3')); ?>
'newquantity', @@ -81,7 +81,7 @@
- lang->line('items_inventory_comments').':', 'description', array('class'=>'control-label col-xs-3')); ?> + lang->line('items_inventory_comments'), 'description', array('class'=>'control-label col-xs-3')); ?>
'trans_comment',