Edit File by line
/home/barbar84/www/wp-conte.../plugins/minioran.../views/account
File: login.php
<?php
[0] Fix | Delete
[1] Fix | Delete
echo' <form name="f" method="post" action="">
[2] Fix | Delete
<input type="hidden" name="option" value="mo_wpns_verify_customer" />
[3] Fix | Delete
<div class="mo_wpns_divided_layout">
[4] Fix | Delete
<div class="mo_wpns_setting_layout">
[5] Fix | Delete
<h3>Login with miniOrange</h3>
[6] Fix | Delete
<p><b>It seems you already have an account with miniOrange. Please enter your miniOrange email and password.</td><a href="#mo_wpns_forgot_password_link"> Click here if you forgot your password?</a></b></p>
[7] Fix | Delete
<table class="mo_wpns_settings_table">
[8] Fix | Delete
<tr>
[9] Fix | Delete
<td><b><font color="#FF0000">*</font>Email:</b></td>
[10] Fix | Delete
<td><input class="mo_wpns_table_textbox" type="email" name="email"
[11] Fix | Delete
required placeholder="person@example.com"
[12] Fix | Delete
value="'.esc_attr($admin_email).'" /></td>
[13] Fix | Delete
</tr>
[14] Fix | Delete
<tr>
[15] Fix | Delete
<td><b><font color="#FF0000">*</font>Password:</b></td>
[16] Fix | Delete
<td><input class="mo_wpns_table_textbox" required type="password"
[17] Fix | Delete
name="password" placeholder="Enter your miniOrange password" /></td>
[18] Fix | Delete
</tr>
[19] Fix | Delete
<tr>
[20] Fix | Delete
<td>&nbsp;</td>
[21] Fix | Delete
<td><input type="submit" class="button button-primary button-large" />
[22] Fix | Delete
<a href="#cancel_link" class="button button-primary button-large">Cancel</a>
[23] Fix | Delete
</tr>
[24] Fix | Delete
</table>
[25] Fix | Delete
</div>
[26] Fix | Delete
</div>
[27] Fix | Delete
</form>
[28] Fix | Delete
<form id="forgot_password_form" method="post" action="">
[29] Fix | Delete
<input type="hidden" name="option" value="mo_wpns_reset_password" />
[30] Fix | Delete
</form>
[31] Fix | Delete
<form id="cancel_form" method="post" action="">
[32] Fix | Delete
<input type="hidden" name="option" value="mo_wpns_cancel" />
[33] Fix | Delete
</form>
[34] Fix | Delete
<script>
[35] Fix | Delete
jQuery(document).ready(function(){
[36] Fix | Delete
$(\'a[href="#cancel_link"]\').click(function(){
[37] Fix | Delete
$("#cancel_form").submit();
[38] Fix | Delete
});
[39] Fix | Delete
[40] Fix | Delete
$(\'a[href="#mo_wpns_forgot_password_link"]\').click(function(){
[41] Fix | Delete
$("#forgot_password_form").submit();
[42] Fix | Delete
});
[43] Fix | Delete
});
[44] Fix | Delete
</script>';
[45] Fix | Delete
[46] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function