Fix Submit button translation (#1894)

This commit is contained in:
FrancescoUK
2018-03-25 15:53:57 +01:00
parent a7ecec4bd3
commit 35150f14ed

View File

@@ -98,7 +98,7 @@
</div>
<div class="navbar-right" style="margin:0">
<?php echo anchor('home/change_password/'.$user_info->person_id, $user_info->first_name . ' ' . $user_info->last_name, array('class' => 'modal-dlg', 'data-btn-submit' => 'Submit', 'title' => $this->lang->line('employees_change_password'))); ?>
<?php echo anchor('home/change_password/'.$user_info->person_id, $user_info->first_name . ' ' . $user_info->last_name, array('class' => 'modal-dlg', 'data-btn-submit' => $this->lang->line('common_submit'), 'title' => $this->lang->line('employees_change_password'))); ?>
<?php echo ' | ' . ($this->input->get('debug') == 'true' ? $this->session->userdata('session_sha1') . ' | ' : ''); ?>
<?php echo anchor('home/logout', $this->lang->line('common_logout')); ?>
</div>