Update user_edit.php
This commit is contained in:
parent
d79126bd28
commit
ef26f6cc0d
|
|
@ -845,7 +845,7 @@
|
||||||
}
|
}
|
||||||
echo "</select>";
|
echo "</select>";
|
||||||
if ($action == 'edit') {
|
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);
|
unset($sql, $prep_statement, $groups);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue