From 34b67109d1930e11792b65c87a54c1933b771195 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 24 Sep 2007 15:17:43 -0500 Subject: [PATCH] A couple more tweaks to member entry form. Still unfinished: inline CSS will have to be generalized and moved to external stylesheet. Trying some changes to circ page, including moving patron info into sidebar, consolidating messages and warnings. Also unfinished! Signed-off-by: Chris Cormack --- circ/circulation.pl | 5 +- .../prog/en/css/staff-global.css | 34 +++- .../prog/en/includes/circ-menu.inc | 35 ++++ .../prog/en/modules/circ/circulation.tmpl | 170 +++++------------- .../en/modules/members/memberentrygen.tmpl | 16 +- 5 files changed, 118 insertions(+), 142 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index d6deedb14a..0a92e686ca 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -313,7 +313,6 @@ if ($borrowernumber) { $getreserv{nottransfered} = 0; $getreserv{reservedate} = format_date( $num_res->{'reservedate'} ); - $getreserv{biblionumber} = $getiteminfo->{'biblionumber'}; $getreserv{title} = $getiteminfo->{'title'}; $getreserv{itemtype} = $itemtypeinfo->{'description'}; $getreserv{author} = $getiteminfo->{'author'}; @@ -326,6 +325,7 @@ if ($borrowernumber) { $getreserv{waiting} = 1; # genarate information displaying only waiting reserves $getWaitingReserveInfo{title} = $getiteminfo->{'title'}; + $getWaitingReserveInfo{biblionumber} = $getiteminfo->{'biblionumber'}; $getWaitingReserveInfo{itemtype} = $itemtypeinfo->{'description'}; $getWaitingReserveInfo{author} = $getiteminfo->{'author'}; $getWaitingReserveInfo{reservedate} = format_date( $num_res->{'reservedate'} ); @@ -722,7 +722,8 @@ $template->param( $borrower->{'dateexpiry'}, #format_date($borrower->{'dateexpiry'}), categorycode => $borrower->{'categorycode'}, streetaddress => $borrower->{'address'}, - emailaddress => $borrower->{'emailaddress'}, + email => $borrower->{'email'}, + emailpro => $borrower->{'emailpro'}, borrowernotes => $borrower->{'borrowernotes'}, city => $borrower->{'city'}, phone => $borrower->{'phone'} || $borrower->{'mobile'}, diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 2c5a3cd7c2..1e2268aa0a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -17,27 +17,27 @@ form { } h1 { - font-size : 182%; + font-size : 161.6%; font-weight : bold; } h2 { - font-size : 167%; + font-size : 146.5%; font-weight : bold; } h3 { - font-size : 153.9%; + font-size : 131%; font-weight : bold; } h4 { - font-size : 138.5%; + font-size : 116%; font-weight : bold; } h5 { - font-size : 123.1%; + font-size : 100%; font-weight : bold; } @@ -478,4 +478,28 @@ div.message { width : 33%; margin : 1em; padding : .5em; +} + +div.patroninfo { + margin-bottom : .5em; + margin-top : -.5em; +} + +div.patroninfo h5 { + background-color : #F5F0CC; + border-top : 1px solid #CCCC99; + border-left : 1px solid #CCCC99; + border-right : 1px solid #CCCC99; + margin-bottom : 0; + padding-bottom : .5em; +} + +div.patroninfo ul { + border : 1px solid #CCCC99; + border-top : 0; + background-color : #F5F0CC; +} + +div.patroninfo ul li { + list-style-type : none; } \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc index 0b21742da5..fa4d368afd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -1,8 +1,43 @@ + +
+
    +
  • + , + + No address stored for patron. +
  • +
  • + + + No city stored. +
  • +
  • + + + No phone stored. +
  • + +
  • ">
  • + + +
  • ">
  • + +
  • Category:
  • +
+ + + + + +
Circulation Reports