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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-5 / +6 lines)
Lines 133-150 Link Here
133
                        <div class="biblio unselected" style="border-radius: 5px 5px; -moz-border-radius: 5px; padding: 5px; margin:5px; border-style : solid; border-color : grey; border-width:1px;">
133
                        <div class="biblio unselected" style="border-radius: 5px 5px; -moz-border-radius: 5px; padding: 5px; margin:5px; border-style : solid; border-color : grey; border-width:1px;">
134
                            <input type="checkbox" name="biblionumber" id="biblionumber[% biblio.biblionumber %]" />
134
                            <input type="checkbox" name="biblionumber" id="biblionumber[% biblio.biblionumber %]" />
135
                            <input type="hidden" name="import_record_id" value="[% biblio.import_record_id %]" />
135
                            <input type="hidden" name="import_record_id" value="[% biblio.import_record_id %]" />
136
                            <input type="hidden" value="[% biblio.rrp %]" name="rrp" />
136
                            <label for="biblionumber[% biblionumber %]"><span class="citation" style="font-weight:bold;">[% biblio.citation %]</span></label>
137
                            <label for="biblionumber[% biblionumber %]"><span class="citation" style="font-weight:bold;">[% biblio.citation %]</span></label>
137
                            <span class="match" style="display:block;">[% biblio.overlay_status %]</span>
138
                            <span class="match" style="display:block;">[% biblio.overlay_status %]</span>
138
                            [% IF ( biblio.match_biblionumber ) %]
139
                            [% IF ( biblio.match_biblionumber ) %]
139
                                Matches biblio [% biblio.match_biblionumber %] (score = [% biblio.match_score %]): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.match_biblionumber %]">[% biblio.match_citation %]</a>
140
                                Matches biblio [% biblio.match_biblionumber %] (score = [% biblio.match_score %]): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.match_biblionumber %]">[% biblio.match_citation %]</a>
140
                            [% END %]
141
                            [% END %]
141
                            <span class="quantity" style="display:block;">
142
                            <span class="quantity" style="display:block;">
142
                                Quantity : <input type="text" value="[% biblio.quantity %]" name="quantity" />
143
                                Quantity: <input type="text" value="[% biblio.quantity %]" name="quantity" />
143
                            </span>
144
                            </span>
144
                            <span class="price" style="display:block;">
145
                            <span class="price" style="display:block;">
145
                                Price : <input type="text" value="[% biblio.price %]" name="price" />
146
                                Price: <input type="text" value="[% biblio.price %]" name="price" />
146
                                <input type="hidden" value="[% biblio.rrp %]" name="rrp" />
147
                            </span>
147
                                <input type="hidden" value="[% biblio.discount %]" name="discount" />
148
                            <span class="discount" style="display:block;">
149
                                Discount: <input type="text" value="[% biblio.discount %]" name="discount" />
148
                            </span>
150
                            </span>
149
                            <span class="budget" style="display:block;">
151
                            <span class="budget" style="display:block;">
150
                                [% IF ( close ) %]
152
                                [% IF ( close ) %]
151
- 

Return to bug 7180