From d96fafa92ffc50a74dd06c2dc6ac7cd6b1700ac8 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sun, 28 Feb 2016 14:21:05 +0000 Subject: [PATCH] remove redundant title strings from all the forms (#116) The dialog box has already a title and there is no need to double the subject. --- application/views/customers/excel_import.php | 15 ++- application/views/customers/form.php | 61 +++++----- application/views/employees/form.php | 7 +- application/views/giftcards/form.php | 39 +++--- application/views/item_kits/form.php | 119 +++++++++---------- application/views/items/excel_import.php | 39 +++--- application/views/items/form.php | 8 +- application/views/people/form_basic_info.php | 18 +-- application/views/suppliers/form.php | 71 +++++------ 9 files changed, 185 insertions(+), 192 deletions(-) diff --git a/application/views/customers/excel_import.php b/application/views/customers/excel_import.php index 90e25cb32..55c06c8e3 100644 --- a/application/views/customers/excel_import.php +++ b/application/views/customers/excel_import.php @@ -1,9 +1,9 @@ -'item_form', 'class'=>'form-horizontal')); ?> -
lang->line('customers_import_items_excel'); ?>
- -
- lang->line('common_import'); ?> +
lang->line('customers_import_items_excel'); ?>
+ + +'item_form', 'class'=>'form-horizontal')); ?> +
- lang->line('common_import_file_path'), 'name', array('class'=>'control-label col-xs-3')); ?> + lang->line('common_import_file_path'), 'name', array('class'=>'control-label col-xs-3')); ?>
-
-