Editing help system.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / edithelp.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Online Help: No help for this topic!<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2
3         <div id="main-compact">
4         <h1>Online Help</h1>
5 <!-- TMPL_IF NAME="error" -->
6 <h5><!-- TMPL_VAR NAME="error" --></h5>
7 <!-- TMPL_ELSE -->
8 <form action="/cgi-bin/koha/edithelp.pl" method=post>
9 <input type="hidden" name="referer" value="<!-- TMPL_VAR NAME="referer" -->">
10 <input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->">
11 <textarea name="help" cols="60" rows="20"><!-- TMPL_VAR NAME="help" --></textarea>
12 <input type="submit" name="submit" value="Submit">
13 </form>
14 <!-- /TMPL_IF -->
15         </div>
16         
17 <!-- TMPL_INCLUDE NAME="help-bottom.inc" -->