Typo in edithelp.tmpl
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / edithelp.tmpl
1 <html>
2 <head>
3 <title>Online Help</title>
4 <script language="javascript" type="text/javascript" src="/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
5 <script language="javascript" type="text/javascript">
6 tinyMCE.init({
7         mode : "textareas",
8         theme : "advanced",
9         plugins : "table,save,advhr,advlink,iespell,insertdatetime,preview,searchreplace,print,contextmenu",
10         theme_advanced_buttons1_add_before : "save,separator",
11         theme_advanced_buttons1_add : "",
12         theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom,separator",
13         theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
14         theme_advanced_buttons3_add_before : "tablecontrols,separator",
15         theme_advanced_buttons3_add : "iespell,advhr,separator,print",
16         theme_advanced_toolbar_location : "top",
17         theme_advanced_toolbar_align : "left",
18         theme_advanced_path_location : "bottom",
19         plugin_insertdate_dateFormat : "%Y-%m-%d",
20         plugin_insertdate_timeFormat : "%H:%M:%S",
21 });
22 </script>
23 </head>
24 <body>
25         <div id="main-compact">
26         <h1>Online Help</h1>
27 <!-- TMPL_IF NAME="error" -->
28 <h5><!-- TMPL_VAR NAME="error" --></h5>
29 <!-- TMPL_ELSE -->
30 <form action="/cgi-bin/koha/edithelp.pl" method=post>
31 <input type="hidden" name="referer" value="<!-- TMPL_VAR NAME="referer" -->">
32 <input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->">
33 <textarea name="help" cols="60" rows="20"><!-- TMPL_VAR NAME="help" --></textarea>
34 <input type="submit" name="submit" value="Submit">
35 </form>
36 <!-- /TMPL_IF -->
37         </div>
38         
39 <!-- TMPL_INCLUDE NAME="help-bottom.inc" -->