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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-1 / +1 lines)
Lines 207-213 $(document).ready(function() Link Here
207
    </div>
207
    </div>
208
[% END %]
208
[% END %]
209
209
210
<form action="/cgi-bin/koha/acqui/addorder.pl" method="post" id="Aform" onsubmit="return Check(this);">
210
<form action="/cgi-bin/koha/acqui/addorder.pl" method="post" id="Aform" name="f" onsubmit="return Check(this);">
211
211
212
<fieldset class="rows">
212
<fieldset class="rows">
213
        <legend>
213
        <legend>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +1 lines)
Lines 130-136 Link Here
130
<h1>Receive items from : [% name %] [% IF ( invoice ) %][[% invoice %]] [% END %] (order #[% ordernumber %])</h1>
130
<h1>Receive items from : [% name %] [% IF ( invoice ) %][[% invoice %]] [% END %] (order #[% ordernumber %])</h1>
131
131
132
[% IF ( count ) %]
132
[% IF ( count ) %]
133
    <form action="/cgi-bin/koha/acqui/finishreceive.pl" method="post" onsubmit="return Check(this);">
133
    <form action="/cgi-bin/koha/acqui/finishreceive.pl" method="post" name="f" onsubmit="return Check(this);">
134
<div class="yui-g">
134
<div class="yui-g">
135
<div class="yui-u first">
135
<div class="yui-u first">
136
    <div class="error" style="display:none"></div>
136
    <div class="error" style="display:none"></div>
137
- 

Return to bug 10890