User Edit: Misc

This commit is contained in:
Nate 2019-04-16 16:14:01 -06:00
parent 4ec1c3e361
commit 18ed695965
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@
echo "<span style='color: #b00;'>".$text['message-unsaved_changes']." <i class='glyphicon glyphicon-warning-sign' style='margin-right: 15px;'></i></span>";
}
if (permission_exists('user_add') || permission_exists('user_edit')) {
echo " <input type='button' class='btn' style='padding-right: 10px;' onclick=\"window.location='users.php'\" value='".$text['button-back']."'>";
echo " <input type='button' class='btn' style='margin-right: 10px;' onclick=\"window.location='users.php'\" value='".$text['button-back']."'>";
}
echo " <input type='submit' class='btn' value='".$text['button-save']."'>";
echo "</div>\n";