[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/authorities... [rel_2_2]

Joshua Ferraro jmf at kados.org
Fri Aug 4 16:50:45 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/08/04 14:50:45

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

Log message:
	This resultslist was missing the 'Choose' and 'Get it' option, which
	is essential to bibliographic editing with authorities.

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.10&r2=1.1.2.11

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.10
retrieving revision 1.1.2.11
diff -u -b -r1.1.2.10 -r1.1.2.11
--- searchresultlist-auth.tmpl	3 Aug 2006 11:56:09 -0000	1.1.2.10
+++ searchresultlist-auth.tmpl	4 Aug 2006 14:50:44 -0000	1.1.2.11
@@ -86,8 +86,8 @@
 			<table>
 				<tr>
 					<th width="80%">Authorized Headings</th>
-					<th width="10%"># of Records</th>
-					<th width="10%">Full Authorized Heading</th>
+					<th width="10%">Used</th>
+					<th width="10%">Get It!</th>
 				</tr>
 				<tr>
 					<td>&nbsp;</td>
@@ -100,7 +100,7 @@
 						<td><!-- TMPL_VAR NAME="summary" --></td>
 						<td><!-- TMPL_VAR NAME="used" --></td>
 						<td>
-						<a href="/cgi-bin/koha/authorities/detail.pl?authid=<!-- TMPL_VAR NAME=authid -->">View Full Heading</a>
+						<a href="javascript:jumpfull('blinddetail-biblio-search.pl?authid=<!-- TMPL_VAR NAME="authid" -->&amp;index=<!-- TMPL_VAR NAME="index" -->')">Choose</a>
 						</td>
 					</tr>
 				<!-- /TMPL_LOOP -->





More information about the Koha-cvs mailing list