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


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/z3950 searc... [dev_week]
Date: Tue, 03 Oct 2006 14:39:40 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Owen Leonard <oleonard> 06/10/03 14:39:40

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/z3950: searchresult.tmpl 

Log message:
        Correcting path to favicon, removing javascript: pseudo protocol from 
js link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/z3950/searchresult.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.2.2.2.2.1&r2=1.2.2.2.2.2

Patches:
Index: searchresult.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/z3950/Attic/searchresult.tmpl,v
retrieving revision 1.2.2.2.2.1
retrieving revision 1.2.2.2.2.2
diff -u -b -r1.2.2.2.2.1 -r1.2.2.2.2.2
--- searchresult.tmpl   11 Jul 2006 14:03:24 -0000      1.2.2.2.2.1
+++ searchresult.tmpl   3 Oct 2006 14:39:40 -0000       1.2.2.2.2.2
@@ -7,7 +7,7 @@
                <meta http-equiv="refresh" content="2; url=<!-- TMPL_VAR 
NAME="refresh" -->" />
        <!-- /TMPL_IF -->
        <!-- TMPL_IF NAME="TemplateEncoding" --><meta http-equiv="Content-Type" 
content="text/html; charset=<!-- TMPL_VAR NAME="TemplateEncoding" -->"><!-- 
TMPL_ELSE --><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><!-- /TMPL_IF -->
-<link rel="shortcut icon" href="/intranet-tmpl/npl/en/includes/favicon.ico" 
type="image/x-icon" />
+<link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' 
-->/includes/favicon.ico" type="image/x-icon" />
 <style type="text/css"> 
        <!-- TMPL_IF NAME="intranetstylesheet" -->@import url(<!-- TMPL_VAR 
NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetstylesheet" -->);<!-- 
TMPL_ELSE -->@import url(<!-- TMPL_VAR NAME='themelang' 
-->/includes/intranet.css);<!-- /TMPL_IF -->
        <!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!-- 
TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR 
NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
@@ -34,7 +34,7 @@
                                                <td><!-- TMPL_VAR NAME="author" 
--></td>
                                                <td><!-- TMPL_VAR NAME="isbn" 
--></td>
                                                <td><!-- TMPL_VAR NAME="file" 
--></td>
-                                               <td><a 
href="javascript:Import(<!-- TMPL_VAR NAME="id" -->)">Import this 
biblio</a></td>
+                                               <td><a href="#" 
onclick="Import(<!-- TMPL_VAR NAME="id" -->); return false;">Import this 
biblio</a></td>
                                        </tr>
                                <!-- /TMPL_LOOP -->
                </table>




reply via email to

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