Support for change password

This commit is contained in:
Jorge Colmenarez
2017-04-21 16:13:25 -04:00
parent 56ae0f265a
commit 8261cc1f72
15 changed files with 265 additions and 41 deletions

View File

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