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

Ryan Higgins rch at liblime.com
Thu Apr 19 20:49:11 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Ryan Higgins <rych>	07/04/19 18:49:11

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

Log message:
	add input ids so labels work and fix checked-by-default

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

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.6
retrieving revision 1.2.2.7
diff -u -b -r1.2.2.6 -r1.2.2.7
--- searchresult.tmpl	26 Feb 2007 17:21:25 -0000	1.2.2.6
+++ searchresult.tmpl	19 Apr 2007 18:49:11 -0000	1.2.2.7
@@ -28,10 +28,12 @@
     <!-- 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">
-            <!-- /TMPL_IF --><label><!-- TMPL_VAR NAME="server" --></label>
+                <input type="checkbox" name="id" id="z3950_<!-- TMPL_VAR NAME="id" -->" value=<!-- TMPL_VAR NAME="id" --> />
+            <!-- /TMPL_IF -->
+			<label for="z3950_<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="name" --> [<!-- TMPL_VAR NAME="server" -->]</label>
+
         </p>
     <!-- /TMPL_LOOP -->
     <input type="submit"  class="submit" value="Search internet" onclick="cursor :'wait'"/>





More information about the Koha-cvs mailing list