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

Joshua Ferraro jmf at kados.org
Thu Aug 3 13:56:09 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/08/03 11:56:09

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

Log message:
	removing "print" link on authorities (sync with default)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/detail.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.5&r2=1.1.2.6
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.9&r2=1.1.2.10
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-authoritiesdetail.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.4&r2=1.1.2.5

Patches:
Index: intranet-tmpl/npl/en/authorities/detail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/detail.tmpl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- intranet-tmpl/npl/en/authorities/detail.tmpl	2 Mar 2006 21:19:43 -0000	1.1.2.5
+++ intranet-tmpl/npl/en/authorities/detail.tmpl	3 Aug 2006 11:56:08 -0000	1.1.2.6
@@ -11,7 +11,6 @@
 	<!-- TMPL_UNLESS name="count" -->
 		<a href="javascript:confirm_deletion()">Delete</a>
 	<!-- /TMPL_UNLESS -->
-	<a href="javascript:Dopop('detailprint.pl?authid=<!-- TMPL_VAR NAME="authid" -->')">Print</a>
 	<a href="../search.marc/search.pl?type=intranet&amp;op=do_search&amp;marclist=<!-- TMPL_VAR NAME="biblio_fields" -->&amp;operator==&amp;value=<!-- TMPL_VAR NAME="authid" -->&amp;and_or=and&amp;excluding="><!-- TMPL_VAR name="count" --> biblios</a>
 </div>
 

Index: intranet-tmpl/npl/en/authorities/searchresultlist-auth.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/searchresultlist-auth.tmpl,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -b -r1.1.2.9 -r1.1.2.10
--- intranet-tmpl/npl/en/authorities/searchresultlist-auth.tmpl	2 Aug 2006 23:23:55 -0000	1.1.2.9
+++ intranet-tmpl/npl/en/authorities/searchresultlist-auth.tmpl	3 Aug 2006 11:56:09 -0000	1.1.2.10
@@ -98,6 +98,7 @@
 				<!-- TMPL_LOOP NAME="result" -->
 					<tr>
 						<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>
 						</td>

Index: opac-tmpl/npl/en/opac-authoritiesdetail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/Attic/opac-authoritiesdetail.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- opac-tmpl/npl/en/opac-authoritiesdetail.tmpl	10 Apr 2006 20:30:06 -0000	1.1.2.4
+++ opac-tmpl/npl/en/opac-authoritiesdetail.tmpl	3 Aug 2006 11:56:09 -0000	1.1.2.5
@@ -6,7 +6,6 @@
 <div id="main">
 <div class="tabbed">
 	<h1>Authority #<!-- TMPL_VAR NAME="authid" --> (<!-- TMPL_VAR name="authtypetext" -->)</h1>
-	<a href="javascript:Dopop('opac-detailprint.pl?authid=<!-- TMPL_VAR NAME="authid" -->')">Print</a>
 	<a href="opac-search.pl?type=opac&amp;op=do_search&amp;marclist=<!-- TMPL_VAR NAME="biblio_fields" -->&amp;operator==&amp;value=<!-- TMPL_VAR NAME="authid" -->&amp;and_or=and&amp;excluding="><!-- TMPL_VAR name="count" --> biblios</a>
 </div>
 <table><!-- TMPL_LOOP name="0XX" -->





More information about the Koha-cvs mailing list