diff --git a/application/views/customers/excel_import.php b/application/views/customers/excel_import.php
index cd95101a1..64575a6ae 100644
--- a/application/views/customers/excel_import.php
+++ b/application/views/customers/excel_import.php
@@ -1,5 +1,3 @@
-
lang->line('customers_import_items_excel'); ?>
-
'item_form', 'class'=>'form-horizontal')); ?>
diff --git a/application/views/items/excel_import.php b/application/views/items/excel_import.php
index 0e9c42f9e..0fe2989d6 100644
--- a/application/views/items/excel_import.php
+++ b/application/views/items/excel_import.php
@@ -1,5 +1,3 @@
-lang->line('items_import_items_excel'); ?>
-
'item_form', 'class'=>'form-horizontal')); ?>
diff --git a/application/views/items/manage.php b/application/views/items/manage.php
index 50c7ee0b1..2c87663f8 100644
--- a/application/views/items/manage.php
+++ b/application/views/items/manage.php
@@ -160,8 +160,9 @@ function post_bulk_form_submit(response)
lang->line('common_list_of').' '.$this->lang->line('module_'.$controller_name); ?>
" . $this->lang->line('common_import_excel') . "",
- array('class'=>'modal-dlg modal-btn-submit none', 'title'=>$this->lang->line('common_import_excel')));
+ array('class'=>'modal-dlg modal-btn-submit none', 'title'=>$this->lang->line('items_import_items_excel')));
?>
+
" . $this->lang->line($controller_name . '_new') . "",
array('class'=>'modal-dlg modal-btn-new modal-btn-submit', 'title'=>$this->lang->line($controller_name . '_new')));
diff --git a/application/views/people/manage.php b/application/views/people/manage.php
index e7cf7f274..ea12302ee 100644
--- a/application/views/people/manage.php
+++ b/application/views/people/manage.php
@@ -1,4 +1,5 @@
load->view("partial/header"); ?>
+