*** empty log message ***
authorwolfpac444 <wolfpac444>
Sun, 10 Aug 2003 01:10:35 +0000 (01:10 +0000)
committerwolfpac444 <wolfpac444>
Sun, 10 Aug 2003 01:10:35 +0000 (01:10 +0000)
koha-tmpl/intranet-tmpl/default/en/acqui/newbiblio.tmpl
koha-tmpl/intranet-tmpl/default/en/catalogue/moredetail.tmpl

index d8257f1..a614ff1 100644 (file)
@@ -66,7 +66,7 @@ win.document.write("</font></body></html>");
        <input type=hidden name="<TMPL_VAR name="currency">" value="<TMPL_VAR name="rate">">
 </TMPL_LOOP>
 <TMPL_IF name="orderexists"><input type=hidden name=orderexists value=yes></TMPL_IF>
-<a href=basket.pl?basket=<TMPL_VAR name="basket">><img src=<TMPL_VAR name="themelang">/images/view-basket.gif width=187 heigth=42 border=0 align=right alt="View Basket"></a>
+<a href="basket.pl?basket=<TMPL_VAR name=basket>"><img src="<TMPL_VAR name=themelang>/images/view-basket.gif" width=187 heigth=42 border=0 align=right alt="View Basket"></a>
 <h1><TMPL_VAR name="ordnum"> - Order Details </h1><br>
 Shopping Basket For: <TMPL_VAR name="name">
 <P>
index a3ec0ad..f6b60a5 100644 (file)
@@ -3,7 +3,13 @@
 <center>
 <br>
 <TMPL_LOOP NAME="BIBITEM_DATA">
-<a class="button" href=/cgi-bin/koha/request.pl?bib=<TMPL_VAR NAME="biblionumber">Requests</a>
+<table border=0 cellpadding=10 align=right>
+<tr>
+       <td>
+               <a class="button" href=/cgi-bin/koha/request.pl?bib=<TMPL_VAR NAME="biblionumber">>Requests</a>
+       </td>
+</tr>
+</table>
 <h1><a
 href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR NAME="biblionumber">&type=intra><TMPL_VAR NAME="title">
 (<TMPL_VAR NAME="author">)</a></h1><P>