renaming currenttransfers to transferstoreceive
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / circ / waitingreservestransfers.tmpl
index 0587fef..724e15f 100644 (file)
@@ -1,15 +1,14 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Circulation
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
+<title>Koha &rsaquo; Circulation
 <!-- TMPL_IF Name="borrowernumber" -->
 : Issuing to <!-- TMPL_VAR name="surname" -->, <!-- TMPL_VAR name="firstname" -->
 (<!-- TMPL_VAR NAME="cardnumber" -->)
-<!-- /TMPL_IF -->
+<!-- /TMPL_IF --></title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE NAME="menus.inc" -->
 <!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
 
 
-<h1>Circulation: Transfers in wait</h1>
-
 <div id="mainbloc">
        <h1>Transfers to do <!-- TMPL_VAR NAME="show_date" --></h1>
        <div id="resultlist">
                <!-- TMPL_IF NAME="branchcode" -->
                <table>
                <tr>
-                       <th class="circulation" colspan="5">Reservs in wait to the library : <!-- TMPL_VAR NAME="branchname" --> </th>
+                       <th class="circulation" colspan="5">Reserves in wait to the library : <!-- TMPL_VAR NAME="branchname" --> </th>
                </tr>
                <tr>
-                       <th class="circulation">Date of reserv</th>
+                       <th class="circulation">Date of reserve</th>
                        <th class="circulation">Title</th>
                        <th class="circulation">Borrower</th>
                        <th class="circulation">Localisation</th>
                </tr>
                <!-- TMPL_LOOP NAME="reserv" -->
                        <tr <!-- TMPL_IF NAME="messcompa" --> class="problem" <!-- /TMPL_IF -->>
-                               <td><p><!-- TMPL_VAR NAME="reservedate" --></p> <!-- TMPL_IF NAME="messcompa" --> Reserv over <!-- /TMPL_IF --></td>
+                               <td><p><!-- TMPL_VAR NAME="reservedate" --></p> <!-- TMPL_IF NAME="messcompa" --> Reserve over <!-- /TMPL_IF --></td>
                                <td>
                                        <p>
-                                               <a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a>
+                                               <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a>
                                                &nbsp; (<b><!-- TMPL_VAR NAME="itemtype" --> </b>)
                                                <br />Barcode : <!-- TMPL_VAR NAME="barcode" -->
                                        </p>
                                </td>
                                <td>
-                                       <p><a href="/cgi-bin/koha/members/moremember.pl?bornum=<!--TMPL_VAR Name="borrowernum"-->"><!-- TMPL_VAR NAME="borrowername" --> &nbsp; <!-- TMPL_VAR NAME="borrowerfirstname" --></a><br /><!-- TMPL_VAR NAME="borrowerphone" --><br />
+                                       <p><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!--TMPL_VAR Name="borrowernum"-->"><!-- TMPL_VAR NAME="borrowername" --> &nbsp; <!-- TMPL_VAR NAME="borrowerfirstname" --></a><br /><!-- TMPL_VAR NAME="borrowerphone" --><br />
                                <!-- TMPL_IF NAME="borrowermail" --><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Reservation: <!-- TMPL_VAR NAME="title" -->">
        <!-- TMPL_VAR NAME="borrowermail" --></a><!--/TMPL_IF-->
                                        </p>