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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tmpl (-2 / +1 lines)
Lines 38-43 Link Here
38
               </div>
38
               </div>
39
               <div>
39
               <div>
40
                   <form action="<!--TMPL_VAR name="scriptname" -->" method="post" name="import_biblios">
40
                   <form action="<!--TMPL_VAR name="scriptname" -->" method="post" name="import_biblios">
41
                     <input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->" />
41
                     <table>
42
                     <table>
42
                     <tr>
43
                     <tr>
43
                         <th>#</th>
44
                         <th>#</th>
Lines 57-63 Link Here
57
                         </tr>
58
                         </tr>
58
                         <!-- TMPL_IF name="match_biblionumber" -->
59
                         <!-- TMPL_IF name="match_biblionumber" -->
59
                           <tr>
60
                           <tr>
60
                             <td />
61
                             <td class="highlight" colspan="3">Matches biblio <!-- TMPL_VAR name="match_biblionumber" --> (score = <!-- TMPL_VAR name="match_score" -->): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="match_biblionumber" -->"><!-- TMPL_VAR name="match_citation" --></a></td>
61
                             <td class="highlight" colspan="3">Matches biblio <!-- TMPL_VAR name="match_biblionumber" --> (score = <!-- TMPL_VAR name="match_score" -->): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="match_biblionumber" -->"><!-- TMPL_VAR name="match_citation" --></a></td>
62
                           </tr>
62
                           </tr>
63
                         <!-- /TMPL_IF -->
63
                         <!-- /TMPL_IF -->
64
- 

Return to bug 3919