Corrections to bring into XHTML compliance
authorOwen Leonard <oleonard@myacpl.org>
Tue, 9 Oct 2007 21:46:53 +0000 (16:46 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 10 Oct 2007 00:13:52 +0000 (19:13 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-templates.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tmpl

index 453b57c..91ca381 100644 (file)
                                <a href="/cgi-bin/koha/labels/label-edit-template.pl?tmpl_id=<!-- TMPL_VAR NAME="tmpl_id" -->">Edit</a>
         </td>
                <td>
-                               <a href="/cgi-bin/koha/labels/label-templates.pl?op=delete&tmpl_id=<!-- TMPL_VAR NAME="tmpl_id" -->">Delete</a>
+                               <a href="/cgi-bin/koha/labels/label-templates.pl?op=delete&amp;tmpl_id=<!-- TMPL_VAR NAME="tmpl_id" -->">Delete</a>
         </td>
                  <td>
 <!-- TMPL_IF NAME="active" -->
-    <input type="radio" name="tmpl_id" value="<!-- TMPL_VAR NAME="tmpl_id" -->" checked />
+    <input type="radio" name="tmpl_id" value="<!-- TMPL_VAR NAME="tmpl_id" -->" checked="checked" />
 <!-- TMPL_ELSE -->
     <input type="radio" name="tmpl_id" value="<!-- TMPL_VAR NAME="tmpl_id" -->" />
 <!-- /TMPL_IF -->
@@ -51,8 +51,8 @@
 </tr>
 <!-- /TMPL_LOOP -->
  <tr><td colspan="5" align="right">
- <input class="button" type="submit" value="Set Active Template">
-        <input type="hidden" name=op value="set_active_template">
+ <input class="button" type="submit" value="Set Active Template" />
+        <input type="hidden" name="op" value="set_active_template" />
 </td></tr>
 </table>
 
index ee99887..f4441c6 100644 (file)
 <div class="searchresults">
     <table>
     <tr>
-    <th><a href="member.pl?member=<!--TMPL_VAR Name="member" -->&orderby=cardnumber">Card</a></th>
-    <th><a href="member.pl?member=<!--TMPL_VAR Name="member" -->&orderby=surname">Name</a></th>
-    <th><a href="member.pl?member=<!--TMPL_VAR Name="member" -->&orderby=borrowers.categorycode">Cat</a></th>
-    <th><a href="member.pl?member=<!--TMPL_VAR Name="member" -->&orderby=branchcode">Branch</a></th>
+    <th><a href="member.pl?member=<!--TMPL_VAR Name="member" -->&amp;orderby=cardnumber">Card</a></th>
+    <th><a href="member.pl?member=<!--TMPL_VAR Name="member" -->&amp;orderby=surname">Name</a></th>
+    <th><a href="member.pl?member=<!--TMPL_VAR Name="member" -->&amp;orderby=borrowers.categorycode">Cat</a></th>
+    <th><a href="member.pl?member=<!--TMPL_VAR Name="member" -->&amp;orderby=branchcode">Branch</a></th>
     <th>OD/Issues</th>
     <th>Fines</th>
     <th>Notes</th>