From a84875bece186f876e33dd41c7d79cb9273b7575 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Fri, 10 May 2013 09:54:53 -0400 Subject: [PATCH] [PASSED QA] Bug 10197: Add classes to patron info list This patch adds classes to the patron info found on the top left of the circulation and patron related pages to allow for easy styling of the information displayed. To test: * Apply patch * View a patron detail page and view the source on the list to the left to see the styles * View a checkout screen and view the source on the list to the left with patron info to see the styles * You could also try to style things by customizing your CSS Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Template only changes. --- .../intranet-tmpl/prog/en/includes/circ-menu.inc | 18 +++++++++--------- .../intranet-tmpl/prog/en/includes/circ-menu.tt | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) 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 7101260..4632467 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -4,31 +4,31 @@ -
    +
      [% IF ( patronimages ) %] [% IF ( picture ) %]
    • [% firstname %] [% surname %] ([% cardnumber %])
    • [% ELSE %] -
    • [% firstname %] [% surname %] ([% cardnumber %])
    • +
    • [% firstname %] [% surname %] ([% cardnumber %])
    • [% END %] [% END %] [% IF ( address or address2 ) %] [% IF ( address ) %] -
    • [% address %]
    • +
    • [% address %]
    • [% END %] [% IF ( address2 ) %] -
    • [% address2 %]
    • +
    • [% address2 %]
    • [% END %] [% ELSE %]
    • No address stored.
    • [% END %] -
    • [% IF ( city ) %] +
    • [% IF ( city ) %] [% city %][% IF ( state ) %], [% state %][% END %] [% zipcode %][% IF ( country ) %], [% country %][% END %] [% ELSE %] No city stored. [% END %]
    • -
    • [% IF ( phone ) %] +
    • [% IF ( phone ) %] [% phone %] [% ELSE %] [% IF ( mobile ) %] @@ -53,12 +53,12 @@ [% IF ( ExtendedPatronAttributes ) %][% FOREACH extendedattribute IN extendedattributes %] [% IF ( extendedattribute.display_checkout ) %] [% IF ( extendedattribute.value ) %] -
    • [% extendedattribute.description %] : [% IF ( extendedattribute.value_description ) %][% extendedattribute.value_description %][% ELSE %][% extendedattribute.value %][% END %]
    • +
    • [% extendedattribute.description %] : [% IF ( extendedattribute.value_description ) %][% extendedattribute.value_description %][% ELSE %][% extendedattribute.value %][% END %]
    • [% END %] [% END %] [% END %][% END %] -
    • Category: [% categoryname %] ([% categorycode %])
    • -
    • Home library: [% IF ( branchname ) %][% branchname %][% ELSE %][% branch %][% END %]
    • +
    • Category: [% categoryname %] ([% categorycode %])
    • +
    • Home library: [% IF ( branchname ) %][% branchname %][% ELSE %][% branch %][% END %]