mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
title for dialog (user form)
This commit is contained in:
parent
8b01565948
commit
5ddb3f4421
@ -1395,6 +1395,7 @@ $(document).ready (function () {
|
||||
} else {
|
||||
if ($('#table_profiles tbody').children().length == 1) {
|
||||
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?'); ?>",
|
||||
onAccept: function() {
|
||||
$('#user_profile_form').submit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user