From 24682184645140669edc75829a6321d61775a4fa Mon Sep 17 00:00:00 2001 From: oleonard Date: Wed, 31 Aug 2005 15:53:53 +0000 Subject: [PATCH] Fix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on page) Changing the reference from [0] to ['f'], with 'f' being the form name, seems to work fine. Also quoting some unquoted attributes and fixing some HTML typos --- .../default/en/circ/returns.tmpl | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/default/en/circ/returns.tmpl b/koha-tmpl/intranet-tmpl/default/en/circ/returns.tmpl index 5769175b89..aed96e4a7b 100644 --- a/koha-tmpl/intranet-tmpl/default/en/circ/returns.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/circ/returns.tmpl @@ -16,11 +16,11 @@ is marked waiting at for (" onclick="openWindow('/cgi-bin/koha/members/moremember.pl?bornum=', 'Member'); return false;">).
- value=> - value=> - value=> + " value=""> + " value=""> + " value=""> - +
@@ -37,12 +37,12 @@
- value=> - value=> - value=> + " value=""> + " value=""> + " value=""> - +
@@ -56,9 +56,9 @@ for (" onclick="openWindow('/cgi-bin/koha/members/moremember.pl?bornum=', 'Member'); return false">) to be collected at .

- Change status to waiting and print slip?

+ Change status to waiting and print slip?

-

+ " value=""> " value=""> @@ -188,8 +188,8 @@ Borrower - - > + + @@ -222,7 +222,7 @@ - + -- 2.39.5