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

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Jul 2 17:23:30 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	07/07/02 15:23:30

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/members: memberentry.tmpl 

Log message:
	Fix for Bug 1366. This has NOT BEEN TESTED, because I don't have access to a rel_2_2 installation at the moment. I think this is the last instance of this bug in the NPL templates.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/members/memberentry.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.3.2.11&r2=1.3.2.12

Patches:
Index: memberentry.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/Attic/memberentry.tmpl,v
retrieving revision 1.3.2.11
retrieving revision 1.3.2.12
diff -u -b -r1.3.2.11 -r1.3.2.12
--- memberentry.tmpl	2 Jul 2007 14:46:14 -0000	1.3.2.11
+++ memberentry.tmpl	2 Jul 2007 15:23:30 -0000	1.3.2.12
@@ -84,7 +84,15 @@
 </td>
 
 <!-- TMPL_UNLESS name="institution" --><th><!-- TMPL_IF NAME="ERROR_gender" --><label for="sex" class="focus"><!-- TMPL_ELSE --><label for="sex"><!-- /TMPL_IF --><a name="sex" id="sex">Sex:</a> </label></th>
-<td><input type="radio" id="sex" name="sex" value="F"<!-- TMPL_IF NAME="female" --> checked="checked"<!-- /TMPL_IF --><!-- TMPL_IF NAME="ERROR_gender" --> class="focus"<!-- /TMPL_IF -->>F	<input type="radio" name="sex" value="M"<!-- TMPL_UNLESS name="female" --> checked="checked"<!-- /TMPL_UNLESS --><!-- TMPL_IF NAME="ERROR_gender" --> class="focus"<!-- /TMPL_IF -->> M</td><!-- /TMPL_UNLESS -->
+<td>
+<!-- TMPL_IF NAME="female" -->
+	<input type="radio" id="sex" name="sex" value="F" checked="checked" />
+	<input type="radio" name="sex" value="M" />
+<!-- TMPL_ELSE -->
+	<input type="radio" id="sex" name="sex" value="F" />
+	<input type="radio" name="sex" value="M" checked="checked" />
+<!-- /TMPL_IF -->
+</td><!-- /TMPL_UNLESS -->
 </tr>
 
 	<!-- TMPL_UNLESS name="institution" --><tr><th><!-- TMPL_IF NAME="ERROR_firstname" --><label for="firstname" class="focus"><!-- TMPL_ELSE --><label for="firstname"><!-- /TMPL_IF --><a name="firstname" id="firstname">First Name:</a></label> </th><td>





More information about the Koha-cvs mailing list