bug 2509: fix file permissions
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / js / tinymce / examples / example_template_list.js
1 // This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system.\r
2 // There templates will be displayed as a dropdown in all media dialog if the "template_external_list_url"\r
3 // option is defined in TinyMCE init.\r
4 \r
5 var tinyMCETemplateList = [\r
6         // Name, URL, Description\r
7         ["Simple snippet", "templates/snippet1.htm", "Simple HTML snippet."],\r
8         ["Layout", "templates/layout1.htm", "HTML Layout."]\r
9 ];