e02566a0c2f803bdcd0d39f51ed0cbd552547bde
2 * This file is part of the TYPO3 CMS project.
4 * It is free software; you can redistribute it and/or modify it under
5 * the terms of the GNU General Public License, either version 2
6 * of the License, or any later version.
8 * For the full copyright and license information, please read the
9 * LICENSE.txt file that was distributed with this source code.
11 * The TYPO3 project - inspiring people to share!
13 define(["require","exports","TYPO3/CMS/Backend/Modal","TYPO3/CMS/Backend/Severity"],function(a
,b
,c
,d
){"use strict";var e=function(){function a(){}return a
.showItem=function(a
,b
){c
.advanced({type
:c
.types
.iframe
,size
:c
.sizes
.large
,content
:TYPO3
.settings
.ShowItem
.moduleUrl
+"&table="+encodeURIComponent(a
)+"&uid="+("number"==typeof b
?b
:encodeURIComponent(b
)),severity
:d
.notice
})},a
}();return TYPO3
.InfoWindow
=e
,e
});