koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui newba... [dev_week]


From: Ryan Higgins
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui newba... [dev_week]
Date: Wed, 14 Feb 2007 13:16:20 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Ryan Higgins <rych>     07/02/14 13:16:20

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/acqui: newbasket2.tmpl 

Log message:
        bugfix - tmpl lost basketnumber on multipage title search.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/newbasket2.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.2&r2=1.1.2.1.2.3

Patches:
Index: newbasket2.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/Attic/newbasket2.tmpl,v
retrieving revision 1.1.2.1.2.2
retrieving revision 1.1.2.1.2.3
diff -u -b -r1.1.2.1.2.2 -r1.1.2.1.2.3
--- newbasket2.tmpl     13 Feb 2007 14:53:36 -0000      1.1.2.1.2.2
+++ newbasket2.tmpl     14 Feb 2007 13:16:19 -0000      1.1.2.1.2.3
@@ -33,7 +33,7 @@
        </tr>
 
 <!-- TMPL_LOOP name="loopresult" -->
-       <tr bgcolor="<!-- TMPL_VAR name="toggle" -->">
+       <tr<!-- TMPL_IF NAME="__odd__" --> class="highlight" <!-- /TMPL_IF -->>
                <td>
                        <a href="/cgi-bin/koha/acqui/newbiblio.pl?sub=<!-- 
TMPL_VAR NAME="sub" -->&amp;booksellerid=<!-- TMPL_VAR NAME="booksellerid" 
-->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->&amp;biblio=<!-- TMPL_VAR 
NAME="biblionumber" -->">
                                        <!-- TMPL_VAR NAME="title" -->
@@ -72,7 +72,7 @@
        </a>
        <!-- /TMPL_IF -->
 <!-- TMPL_IF name="offsetover" -->
-<a class="nav" href="/cgi-bin/koha/acqui/newbasket2.pl?num=<!-- TMPL_VAR 
name="num" -->&amp;offset=<!-- TMPL_VAR name="offset" -->&amp;type=<!-- 
TMPL_VAR name="type" -->&amp;id=<!-- TMPL_VAR name="id" -->&amp;basket=<!-- 
TMPL_VAR name="basket" -->&amp;search=<!-- TMPL_VAR name="title" 
-->&amp;author=<!-- TMPL_VAR name="author" -->">Next &gt;</a>
+<a class="nav" href="/cgi-bin/koha/acqui/newbasket2.pl?num=<!-- TMPL_VAR 
name="num" -->&amp;offset=<!-- TMPL_VAR name="offset" -->&amp;type=<!-- 
TMPL_VAR name="type" -->&amp;booksellerid=<!-- TMPL_VAR name="booksellerid" 
-->&amp;basketno=<!-- TMPL_VAR name="basketno" -->&amp;search=<!-- TMPL_VAR 
name="title" -->&amp;author=<!-- TMPL_VAR name="author" -->">Next &gt;</a>
 <!-- /TMPL_IF -->
 </div>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]