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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tmpl (-2 / +1 lines)
Lines 51-57 Link Here
51
<div class="yui-u">
51
<div class="yui-u">
52
<div style="border: 1px solid #DDD; padding:1em;">
52
<div style="border: 1px solid #DDD; padding:1em;">
53
<form action="/cgi-bin/koha/acqui/neworderempty.pl">
53
<form action="/cgi-bin/koha/acqui/neworderempty.pl">
54
<h4>Crete new record</h4>
54
<h4>Create new record</h4>
55
<p>Create a new record by importing the external (duplicate) record.</p>
55
<p>Create a new record by importing the external (duplicate) record.</p>
56
<input type="hidden" name="booksellerid" value="<!-- TMPL_VAR NAME="booksellerid" -->" />
56
<input type="hidden" name="booksellerid" value="<!-- TMPL_VAR NAME="booksellerid" -->" />
57
<input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->" />
57
<input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->" />
58
- 

Return to bug 5804