Update user_edit.php

This commit is contained in:
FusionPBX 2018-11-14 00:01:37 -06:00 committed by GitHub
parent 18b6d4e920
commit 8beaead3d2
1 changed files with 1 additions and 1 deletions

View File

@ -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);