From f2e02e4e06fb8327dbcc1ea06671a7e9bff3a7a6 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sun, 28 Feb 2016 19:35:38 +0000 Subject: [PATCH] fixed wrong titles in excel import forms (coming from manage views) (#116) --- application/views/customers/excel_import.php | 2 -- application/views/items/excel_import.php | 2 -- application/views/items/manage.php | 3 ++- application/views/people/manage.php | 6 ++++-- 4 files changed, 6 insertions(+), 7 deletions(-) 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"); ?> +