From 5c1718cc5fd9af84bc2295865876a745ecafb571 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 29 Mar 2009 18:46:39 -0500 Subject: [PATCH] Reformatting receipt template and CSS to be more readable. A narrow printable area is unsuitable for a three-column table of information. Changing to paragraph sections for each item. Also correcting terminology: issue -> checkout Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- koha-tmpl/intranet-tmpl/prog/en/css/print.css | 4 +- .../modules/members/moremember-receipt.tmpl | 43 ++++++------------- 2 files changed, 15 insertions(+), 32 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/print.css b/koha-tmpl/intranet-tmpl/prog/en/css/print.css index c4f9c12eae..724687b548 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/print.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/print.css @@ -262,7 +262,7 @@ td.debit { font-weight: normal; } -#receipt h3, #receipt caption { +#receipt h3, #receipt caption, #receipt h4 { background-color : transparent; color : #000000; font-size : 1em; @@ -312,4 +312,4 @@ div#yui-main div.yui-b { .yui-t2 #yui-main div.yui-b, .yui-t7 #yui-main div.yui-b { margin-left : 0; -} \ No newline at end of file +} diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl index 24e83d09c6..f04e6ab4ed 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl @@ -14,47 +14,30 @@


-Issued To ">
+Checked out to ">

- - - - - - - - - - - - - - - +

Checked Out

+ + +

&biblionumber=&bi=">
+Barcode:
+Date due:

-
Issues
Date DueTitleBarcode
&biblionumber=&bi=">
+ - - - - - - - +

Overdues

- - - - - +

&biblionumber=&bi=">
+Barcode:
+Date due:

-
Overdues
Date DueTitleBarcode
&biblionumber=&bi=">
+ -- 2.20.1