From 51e3303e10f84400d70694223f708f749aac8ea6 Mon Sep 17 00:00:00 2001 From: oleonard Date: Tue, 22 Jun 2004 19:26:56 +0000 Subject: [PATCH] Changes to fix link, clarify text, make more valid --- .../intranet-tmpl/default/en/circ/circulation.tmpl | 108 ++++++++++----------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl index e361081632..09c1abf9ae 100644 --- a/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl @@ -31,7 +31,7 @@

Borrower information

- " onClick="openWindow(this,'Member', 480, 640)"> + " onclick="openWindow(this,'Member', 480, 640)">

@@ -68,60 +68,60 @@

@@ -184,10 +184,10 @@

Reserve waiting

-

Item issued to . Return & issue ?

+

Item issued to . Return & issue?

-

Too much book!

+

Too many issues!

@@ -225,7 +225,7 @@ SUMMARY : TODAY & PREVIOUS ISSUES - &type=intra" onClick="openWindow(this, 'Item', 480, 640); return false;"> + &type=intra" onclick="openWindow(this, 'Item', 480, 640); return false;"> @@ -260,7 +260,7 @@ SUMMARY : TODAY & PREVIOUS ISSUES - &type=intra" onClick="openWindow(this, 'Item', 480, 640); return false;"> + &type=intra" onclick="openWindow(this, 'Item', 480, 640); return false;"> @@ -270,7 +270,7 @@ SUMMARY : TODAY & PREVIOUS ISSUES - &type=intra" onClick="openWindow(this, 'Item', 480, 640); return false;"> + &type=intra" onclick="openWindow(this, 'Item', 480, 640); return false;"> -- 2.11.0