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/default/en/z3950 s... [rel_2_2]


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/z3950 s... [rel_2_2]
Date: Mon, 07 May 2007 09:31:24 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Antoine Farnault <toins>        07/05/07 09:31:24

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

Log message:
        default & npl synch.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/z3950/searchresult.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.4.2.6&r2=1.4.2.7

Patches:
Index: searchresult.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/default/en/z3950/Attic/searchresult.tmpl,v
retrieving revision 1.4.2.6
retrieving revision 1.4.2.7
diff -u -b -r1.4.2.6 -r1.4.2.7
--- searchresult.tmpl   7 Feb 2007 17:35:10 -0000       1.4.2.6
+++ searchresult.tmpl   7 May 2007 09:31:24 -0000       1.4.2.7
@@ -28,9 +28,9 @@
     <!-- TMPL_LOOP name="serverloop" -->
         <p>
             <!-- TMPL_IF name="checked" -->
-                <input type="checkbox" name="id" value=<!-- TMPL_VAR NAME="id" 
--> checked="1">
+                <input type="checkbox" name="id" id="z3950_<!-- TMPL_VAR 
NAME="id" -->" value=<!-- TMPL_VAR NAME="id" --> checked="1">
             <!-- TMPL_ELSE -->
-                <input type="checkbox" name="id" value=<!-- TMPL_VAR NAME="id" 
--> checked="1">
+                <input type="checkbox" name="id" id="z3950_<!-- TMPL_VAR 
NAME="id" -->" value=<!-- TMPL_VAR NAME="id" --> checked="1">
             <!-- /TMPL_IF --><label><!-- TMPL_VAR NAME="server" --></label>
         </p>
     <!-- /TMPL_LOOP -->
@@ -55,7 +55,6 @@
             <td><!-- TMPL_VAR NAME="author" --></td>
             <td><!-- TMPL_VAR NAME="isbn" --></td>
             <td><a href="javascript:Import(<!-- TMPL_VAR NAME="id" -->,<!-- 
TMPL_VAR NAME="oldbiblionumber" -->)">Import</a></td> 
-        
         </tr>
     <!-- /TMPL_LOOP --> 
     <!-- TMPL_ELSE -->




reply via email to

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