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/prog/en/catalogue ... [rel_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0]
Date: Wed, 31 Jan 2007 15:26:56 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   07/01/31 15:26:56

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/catalogue: results.tmpl 

Log message:
        reintroducing query afte "XXX results". query in <title> is missed by 
users

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.22&r2=1.1.2.23

Patches:
Index: results.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/Attic/results.tmpl,v
retrieving revision 1.1.2.22
retrieving revision 1.1.2.23
diff -u -b -r1.1.2.22 -r1.1.2.23
--- results.tmpl        29 Jan 2007 18:23:47 -0000      1.1.2.22
+++ results.tmpl        31 Jan 2007 15:26:56 -0000      1.1.2.23
@@ -14,13 +14,11 @@
             </ul>
         </div>
     <!-- /TMPL_IF -->
-    
     <!-- TMPL_IF NAME="total" -->
     <h3>
-        <!-- TMPL_VAR NAME="total" --> results found.
+        <!-- TMPL_VAR NAME="total" --> results found for '<!-- TMPL_VAR 
NAME="searchdesc" -->'
         <a href="/cgi-bin/koha/catalogue/search.pl">Perform a new search</a>
     </h3>
-    
     <!-- TMPL_ELSE -->
         <!-- TMPL_IF NAME="searchdesc" -->
             <h3> No Result found !</h3>
@@ -162,7 +160,6 @@
                     <tr>
                         <th>&nbsp;</th>
                         <th>Title</th>
-                        <th>Call No.</th>
                         <th>Location</th>
                         <th>&nbsp;</th>
                     </tr>
@@ -223,11 +220,6 @@
                                     </p>
                                 <!-- /TMPL_IF -->
                                 </td>
-                                <td>
-                                    <a 
href="/cgi-bin/koha/catalogue/search.pl?q=callnum:<!-- TMPL_VAR 
NAME="classification" ESCAPE="URL" -->">
-                                        <!-- TMPL_VAR NAME="classification" -->
-                                    </a>
-                                </td>
                                 <td style="white-space: nowrap">
                                     <!-- TMPL_IF NAME="items_loop" -->
                                         <span class="available">
@@ -237,6 +229,11 @@
                                             (<!-- TMPL_VAR NAME="count" -->
                                                 <!-- TMPL_IF 
name="itemcallnumber" --> <i><!-- TMPL_VAR name="itemcallnumber" -->)</i><!-- 
/TMPL_IF -->
                                          <!-- TMPL_IF name="location" --> 
<i>(<!-- TMPL_VAR name="location" -->)</i><!-- /TMPL_IF -->
+                                         <!-- TMPL_IF name="classification" -->
+                                            <a 
href="/cgi-bin/koha/catalogue/search.pl?q=callnum:<!-- TMPL_VAR 
NAME="classification" ESCAPE="URL" -->">
+                                                <!-- TMPL_VAR 
NAME="classification" -->
+                                            </a>
+                                        <!-- /TMPL_IF -->
                                          <br />
                                         <!-- /TMPL_LOOP -->
                                         </span>




reply via email to

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