Update user_edit.php
This commit is contained in:
parent
f841650075
commit
a281e4ac9e
|
|
@ -660,6 +660,9 @@
|
||||||
if ($unsaved) {
|
if ($unsaved) {
|
||||||
echo "<span style='color: #b00;'>".$text['message-unsaved_changes']." <i class='glyphicon glyphicon-warning-sign' style='margin-right: 15px;'></i></span>";
|
echo "<span style='color: #b00;'>".$text['message-unsaved_changes']." <i class='glyphicon glyphicon-warning-sign' style='margin-right: 15px;'></i></span>";
|
||||||
}
|
}
|
||||||
|
if (permission_exists('ticket_add') || permission_exists('ticket_edit')) {
|
||||||
|
echo " <input type='button' class='btn' style='margin-right: 10px;' onclick=\"window.location='/app/tickets/tickets.php'\" value='".$text['button-tickets']."'>";
|
||||||
|
}
|
||||||
if (permission_exists('user_add') || permission_exists('user_edit')) {
|
if (permission_exists('user_add') || permission_exists('user_edit')) {
|
||||||
echo " <input type='button' class='btn' style='margin-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']."'>";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue