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/authorities... [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/authorities... [rel_2_2]
Date: Wed, 02 Aug 2006 22:41:31 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <kados>  06/08/02 22:41:31

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/authorities: 
                                                    searchresultlist-auth.tmpl 
                                                    searchresultlist.tmpl 

Log message:
        updating NPL authority headings in intranet

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/searchresultlist-auth.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.7&r2=1.1.2.8
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/searchresultlist.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.3&r2=1.1.2.4

Patches:
Index: searchresultlist-auth.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/searchresultlist-auth.tmpl,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -b -r1.1.2.7 -r1.1.2.8
--- searchresultlist-auth.tmpl  31 Jul 2006 16:41:32 -0000      1.1.2.7
+++ searchresultlist-auth.tmpl  2 Aug 2006 22:41:31 -0000       1.1.2.8
@@ -85,9 +85,9 @@
                <div id="resultlist">
                        <table>
                                <tr>
-                                       <th>Summary</th>
-                                       <th>Used</th>
-                                       <th>Get It!</th>
+                                       <th width="80%">Authorized Headings</th>
+                                       <th width="10%"># of Records</th>
+                                       <th width="10%">Full Authorized 
Heading</th>
                                </tr>
                                <tr>
                                        <td>&nbsp;</td>
@@ -97,10 +97,14 @@
                                        </td>
                                <!-- TMPL_LOOP NAME="result" -->
                                        <tr>
+                                               <!-- TMPL_IF NAME="used" -->
+                                               <td><a 
href="/cgi-bin/koha/blinddetail-biblio-search.pl?authid=<!-- TMPL_VAR 
NAME="authid" -->&amp;index=<!-- TMPL_VAR NAME="index" -->&amp;tagid=<!-- 
TMPL_VAR NAME="tagid" -->"><!-- TMPL_VAR NAME="summary" --></a></td>
+                                               <!-- TMPL_ELSE -->
                                                <td><!-- TMPL_VAR 
NAME="summary" --></td>
-                                               <td><!-- TMPL_VAR NAME="used" 
--> times</td>
+                                               <!-- /TMPL_IF -->
+                                               <td><!-- TMPL_VAR NAME="used" 
--></td>
                                                <td>
-                                                       <a 
href="javascript:jumpfull('blinddetail-biblio-search.pl?authid=<!-- TMPL_VAR 
NAME="authid" -->&amp;index=<!-- TMPL_VAR NAME="index" -->&amp;tagid=<!-- 
TMPL_VAR NAME="tagid" -->')">Choose</a>
+                                               <a 
href="/cgi-bin/koha/authorities/detail.pl?authid=<!-- TMPL_VAR NAME=authid 
-->">View Full Heading</a>
                                                </td>
                                        </tr>
                                <!-- /TMPL_LOOP -->

Index: searchresultlist.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/searchresultlist.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- searchresultlist.tmpl       2 Mar 2006 21:19:43 -0000       1.1.2.3
+++ searchresultlist.tmpl       2 Aug 2006 22:41:31 -0000       1.1.2.4
@@ -33,7 +33,7 @@
 <div class="searchresults">
                <table>
                        <tr>
-                               <th>Summary</th>
+                               <th>Authorized Headings</th>
                                <!-- TMPL_UNLESS name="isEDITORS" -->
                                        <th>Used in</th>
                                <!-- /TMPL_UNLESS -->




reply via email to

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