mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
Fixed bug with the brand new about box
SVN:trunk[3006]
This commit is contained in:
@@ -1101,8 +1101,8 @@ EOF
|
||||
case 'about_box':
|
||||
$oPage->SetContentType('text/html');
|
||||
|
||||
$sDialogTitle = Dict::S('UI:About:Title');
|
||||
$sOkButtonLabel = Dict::S('UI:Button:Ok');
|
||||
$sDialogTitle = addslashes(Dict::S('UI:About:Title'));
|
||||
$sOkButtonLabel = addslashes(Dict::S('UI:Button:Ok'));
|
||||
$oPage->add_ready_script(
|
||||
<<<EOF
|
||||
$('#about_box').dialog({
|
||||
|
||||
Reference in New Issue
Block a user