Logical error where closing tags for LI and OL were inside the (2nd half of the)...
authorJoe Atzberger <joe.atzberger@liblime.com>
Tue, 2 Oct 2007 16:01:45 +0000 (11:01 -0500)
committerChris Cormack <crc@liblime.com>
Tue, 2 Oct 2007 20:39:37 +0000 (15:39 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl

index 0da8fd3..f53ef00 100644 (file)
@@ -162,14 +162,16 @@ patron <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR NAME="surname" -->
                        Other name: </label>
                        <input type="text" id="othernames" name="othernames" size="20"  value="<!-- TMPL_VAR NAME="othernames" -->" />
                </li>
-               <li class="radio"><!-- TMPL_IF NAME="female" --><label for="sex-female">Female </label><input type="radio" name="sex" id="sex-female" value="F" checked="checked" />
-               <label for="sex-male">Male </label><input type="radio" name="sex" id="sex-male" value="M" />
+               <li class="radio">
+               <!-- TMPL_IF NAME="female" -->
+                               <label for="sex-female">Female </label><input type="radio" name="sex" id="sex-female" value="F" checked="checked" />
+                               <label for="sex-male">Male </label><input type="radio" name="sex" id="sex-male" value="M" />
                <!-- TMPL_ELSE -->
-               <label for="sex-female">Female </label><input type="radio" name="sex" id="sex-female" value="F" />
-               <label for="sex-male">Male </label><input type="radio" name="sex" id="sex-male" value="M" checked="checked" /></li>
-               </ol>
-               
+                               <label for="sex-female">Female </label><input type="radio" name="sex" id="sex-female" value="F" />
+                               <label for="sex-male">Male </label><input type="radio" name="sex" id="sex-male" value="M" checked="checked" />
                <!-- /TMPL_IF -->
+               </li>
+               </ol>
 <!--TMPL_IF Name="C"-->  <p>
   <input name="guarantordelete" type="button" value="Delete Guarantor" onclick="document.form.guarantorid.value='';document.form.guarantorinfo.value='',document.form.guarantorsearch.value='Find guarantor';" />
   <!-- TMPL_IF NAME="guarantorid"-->