mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
title for dialog (user form)
This commit is contained in:
parent
8b01565948
commit
5ddb3f4421
@ -1395,6 +1395,7 @@ $(document).ready (function () {
|
|||||||
} else {
|
} else {
|
||||||
if ($('#table_profiles tbody').children().length == 1) {
|
if ($('#table_profiles tbody').children().length == 1) {
|
||||||
confirmDialog({
|
confirmDialog({
|
||||||
|
title: "<?php echo __('Warning'); ?>",
|
||||||
message: "<?php echo __('User will be created without profiles assigned and won\'t be able to log in, are you sure?'); ?>",
|
message: "<?php echo __('User will be created without profiles assigned and won\'t be able to log in, are you sure?'); ?>",
|
||||||
onAccept: function() {
|
onAccept: function() {
|
||||||
$('#user_profile_form').submit();
|
$('#user_profile_form').submit();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user