Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /home/giriqfky/public_html/Barga/application/modules/users/views//user_reset_password_form.php
<section id="main-content">
<div class="col-md-12">
<ol class="breadcrumb breadcrumb-arrow">
<li><a href="<?php site_url('dashboard');?>">Dashboard</a> </li>
<li class="active"><span><?php echo $title?></span></li>
</ol>
<?php if(validation_errors()){?><div class="alert alert-info"><small class="text-danger"><?php echo validation_errors(); ?></small></div><?php }?>
<?php if($this->session->flashdata('msg_success')){?>
<div class="alert alert-success"><small class="text-danger"><?php echo $this->session->flashdata('msg_success');?></small></div>
<?php }?>
</div>
<section class="content">
<div class="row">
<!-- left column -->
<div class="col-md-12">
<!-- general form elements -->
<div class="box box-primary">
<form method="post" name="frm_user_reset_password_form" id="frm_user_reset_password_form" action="<?php echo site_url('users/userResetPasswordForm/'.$user_id);?>">
<div class="box-body">
<div class="row">
<div class="col-md-4">
<div class="form-group">
<label>New Password</label><span class="text-danger">*</span>
<input type="password" class="form-control" id="new_user_password" placeholder="User New Password" name="new_user_password" value="" maxlength="50">
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<label>Confirm New Password</label><span class="text-danger">*</span>
<input type="password" class="form-control" id="confirm_new_user_password" placeholder="Confirm User New Password" name="confirm_new_user_password" value="" maxlength="50">
</div>
</div>
</div>
<small class="text-danger">* Required fields.</small>
</div>
<div class="box-footer">
<button type="submit" class="btn btn-primary pull-right"><?php if($user_id > 0){?>Update<?php }else{?>Save<?php }?></button>
</div>
</form>
</div>
</div>
</div>
</section>
</section>