Bug 9416: (follow-up) fix neworderempty and templates
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / modordernotes.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Acquisition &rsaquo; Change order [% IF (type == "vendor") %]vendor note[% ELSE %]internal note[% END %]</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5
6 <body>
7 [% INCLUDE 'header.inc' %]
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername|html %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketname|html %] ([% basketno %])</a> &rsaquo; Change order [% IF (type == "vendor") %]vendor[% ELSE %]internal[% END %] note</div>
10
11 <div id="doc" class="yui-t7">
12
13 <div id="bd">
14   <div id="yui-main">
15       <h1>Change order [% IF (type == "vendor") %]vendor note[% ELSE %]internal note[% END %] (order no. [% ordernumber %])</h1>
16       <form action="/cgi-bin/koha/acqui/modordernotes.pl" method="post">
17         <fieldset class="brief">
18           <label for="ordernotes">Note:</label>
19           <textarea id="ordernotes" name="ordernotes" rows="3" cols="30" class="focus">[% ordernotes %]</textarea>
20         </fieldset>
21         <input type="hidden" name="referrer" value="[% referrer %]" />
22         <input type="hidden" name="ordernumber" value="[% ordernumber %]" />
23         <input type="hidden" name="op" value="save" />
24         <input type="hidden" name="type" value="[% type %]" />
25         <fieldset class="action">
26           <input type="submit" value="Save" />
27           <a class="cancel" href="[% referrer %]">Cancel</a>
28         </fieldset>
29       </form>
30   </div>
31 </div>
32 [% INCLUDE 'intranet-bottom.inc' %]