mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX fix #5320
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@101758 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
4bb0ef5aca
commit
24514eac1b
@ -25,7 +25,7 @@
|
|||||||
$dialog.dialog('close');
|
$dialog.dialog('close');
|
||||||
};
|
};
|
||||||
|
|
||||||
$dialog = parent.jQuery('<p><span class="ui-icon ui-icon-alert">' + deleteMessage + '</span></p>').dialog({
|
$dialog = parent.jQuery('<p><span class="ui-icon ui-icon-alert" style="float:left;margin-right:5px;"></span>' + deleteMessage + '</p>').dialog({
|
||||||
bgiframe: true,
|
bgiframe: true,
|
||||||
resizable: false,
|
resizable: false,
|
||||||
modal: true,
|
modal: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user