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... [dev_week]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl intranet-tmpl/npl/en/authorities... [dev_week]
Date: Thu, 03 Aug 2006 12:15:21 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Joshua Ferraro <kados>  06/08/03 12:15:21

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:
        synch with rel_2_2, remove print from authorities detail screens.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/detail.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.5.2.1&r2=1.1.2.5.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/searchresultlist-auth.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.6.2.2&r2=1.1.2.6.2.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-authoritiesdetail.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4&r2=1.1.2.4.2.1

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.2.1
retrieving revision 1.1.2.5.2.2
diff -u -b -r1.1.2.5.2.1 -r1.1.2.5.2.2
--- intranet-tmpl/npl/en/authorities/detail.tmpl        28 May 2006 18:49:12 
-0000      1.1.2.5.2.1
+++ intranet-tmpl/npl/en/authorities/detail.tmpl        3 Aug 2006 12:15:20 
-0000       1.1.2.5.2.2
@@ -15,9 +15,7 @@
        <!--TMPL_UNLESS NAME="nonav"--><a href="javascript:confirm_deletion()">
                <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- 
TMPL_VAR NAME="theme" -->/images/edittrash.png">
        </a>
-       <a href="javascript:Dopop('detailprint.pl?authid=<!-- TMPL_VAR 
NAME="authid" -->')" class="button authority">
-               Print
-       </a><!--/TMPL_UNLESS--><!--TMPL_IF NAME="count"-->&nbsp;<a 
href="/cgi-bin/koha/catalogue-home.pl?authtype=<!-- TMPL_VAR 
NAME="authtypecode" -->&amp;authnumber=<!-- TMPL_VAR NAME="authid" --> <!-- 
TMPL_VAR NAME="linkid" -->&amp;op=do_search&amp;zoom=1&amp;search_type=precise" 
class="button authority">Used in <!-- TMPL_VAR NAME="count" --> 
biblio(s)</a><!--/TMPL_IF-->
+       <!--/TMPL_UNLESS--><!--TMPL_IF NAME="count"-->&nbsp;<a 
href="/cgi-bin/koha/catalogue-home.pl?authtype=<!-- TMPL_VAR 
NAME="authtypecode" -->&amp;authnumber=<!-- TMPL_VAR NAME="authid" --> <!-- 
TMPL_VAR NAME="linkid" -->&amp;op=do_search&amp;zoom=1&amp;search_type=precise" 
class="button authority">Used in <!-- TMPL_VAR NAME="count" --> 
biblio(s)</a><!--/TMPL_IF-->
 </div>
 
 <div name="0XX" id="0XX" class="tab" style="visibility:visible">

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.6.2.2
retrieving revision 1.1.2.6.2.3
diff -u -b -r1.1.2.6.2.2 -r1.1.2.6.2.3
--- intranet-tmpl/npl/en/authorities/searchresultlist-auth.tmpl 3 Aug 2006 
05:25:42 -0000       1.1.2.6.2.2
+++ intranet-tmpl/npl/en/authorities/searchresultlist-auth.tmpl 3 Aug 2006 
12:15:20 -0000       1.1.2.6.2.3
@@ -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.4.2.1
diff -u -b -r1.1.2.4 -r1.1.2.4.2.1
--- 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 12:15:21 
-0000       1.1.2.4.2.1
@@ -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" -->




reply via email to

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