Update user_edit.php
This commit is contained in:
parent
18b6d4e920
commit
8beaead3d2
|
|
@ -845,7 +845,7 @@
|
|||
}
|
||||
echo "</select>";
|
||||
if ($action == 'edit') {
|
||||
echo "<input type='button' class='btn' value=\"".$text['button-add']."\" onclick=\"document.getElementById('action').value = '".$text['button-add']."'; submit_form();\">\n";
|
||||
echo "<input type='submit' class='btn' value=\"".$text['button-add']."\" >\n";
|
||||
}
|
||||
}
|
||||
unset($sql, $prep_statement, $groups);
|
||||
|
|
|
|||
Loading…
Reference in New Issue