minor HTML fixes, to deal with some translator warnings
authortipaul <tipaul>
Mon, 8 Nov 2004 10:01:14 +0000 (10:01 +0000)
committertipaul <tipaul>
Mon, 8 Nov 2004 10:01:14 +0000 (10:01 +0000)
koha-tmpl/intranet-tmpl/default/en/authorities/auth_finder.tmpl
koha-tmpl/intranet-tmpl/default/en/authorities/blinddetail-biblio-search.tmpl
koha-tmpl/intranet-tmpl/default/en/authorities/detail-biblio-search.tmpl

index 68951ba..ed58185 100644 (file)
@@ -20,7 +20,7 @@
                        <input type="hidden" name="and_or" value="and">
                        <input type="hidden" name="excluding" value="">
                        <input type="hidden" name="operator" value="contains">
-                       <input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->"
+                       <input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
                </p>
                <p>
                        <input type="submit" value="Start search" class="button authority">
index dabdb7e..6b9df5b 100644 (file)
@@ -11,7 +11,7 @@ i=index_start
 // go forward, until reaching the end of the field.
 while (i<=opener.opener.document.f.field_value.length) {
        if (opener.opener.document.f.tag[i].value == whichfield && opener.opener.document.f.subfield[i].value == '9') {
-               opener.opener.document.f.field_value[i].value = "<!-- TMPL_VAR NAME="authid">";
+               opener.opener.document.f.field_value[i].value = "<!-- TMPL_VAR NAME="authid" -->";
        }
        <!-- TMPL_LOOP NAME="0XX" -->
                <!-- TMPL_LOOP NAME="subfield" -->
index aef9c39..9178fee 100644 (file)
@@ -11,7 +11,7 @@
        <a href="javascript:Dopop('detailprint.pl?authid=<!-- TMPL_VAR NAME="authid" -->&index=<!-- TMPL_VAR NAME="index" -->')" class="button authority">
                Print
        </a>
-       <a href="javascript:CopyValues()">      <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/arrow.gif" height="45" width="45" ">
+       <a href="javascript:CopyValues()">      <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/arrow.gif" height="45" width="45">
 
        </a>
 </div>