bug 2509: fix file permissions
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / js / tinymce / examples / example_media_list.js
1 // This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system.\r
2 // There flash movies will be displayed as a dropdown in all media dialog if the "media_external_list_url"\r
3 // option is defined in TinyMCE init.\r
4 \r
5 var tinyMCEMediaList = new Array(\r
6         // Name, URL\r
7         ["Some Flash 1", "test1.swf"],\r
8         ["Some Flash 2", "test2.swf"]\r
9 );\r