View | Details | Raw Unified | Return to bug 5401
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl (-1 / +19 lines)
Lines 13-18 $(document).ready(function() { Link Here
13
}); 
13
}); 
14
//]]>
14
//]]>
15
</script>
15
</script>
16
<script language="javascript" type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/js/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
17
<script language="javascript" type="text/javascript">
18
tinyMCE.init({
19
    mode : "textareas",
20
        theme : "advanced",
21
    plugins : "table,save,advhr,advlink,iespell,searchreplace,print,contextmenu",
22
        theme_advanced_disable : "underline,strikethrough,styleselect,image",
23
    theme_advanced_buttons1_add_before : "save,separator",
24
    theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
25
    theme_advanced_buttons3_add_before : "tablecontrols,separator",
26
    theme_advanced_buttons3_add : "iespell,advhr,separator,print",
27
    theme_advanced_toolbar_location : "top",
28
    theme_advanced_toolbar_align : "left",
29
    theme_advanced_path_location : "bottom",
30
    plugin_insertdate_dateFormat : "%Y-%m-%d",
31
    plugin_insertdate_timeFormat : "%H:%M:%S",
32
    apply_source_formatting : true
33
});
34
</script>
16
</head>
35
</head>
17
<body>
36
<body>
18
<!-- TMPL_INCLUDE NAME="header.inc" -->
37
<!-- TMPL_INCLUDE NAME="header.inc" -->
19
- 

Return to bug 5401