https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912

--- Comment #1 from Lucas Gass <lu...@bywatersolutions.com> ---
Created attachment 166988
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166988&action=edit
Bug 36912: Add more spans/classes to member-display-address-style.inc

To test:
1. APPLY PATCH
2. Make an AV for ROADTYPE
3. Find a patron record and make sure the entire 'Main address' portin is
filled out. ( street number, street type, address, address 2, ZIP, City, State,
and Country )
4. For easier testing you can add this test CSS to IntranetUSerCSS:

.patronaddress1 {
  .streetnumber {
        color: blue;
  }
  .address1 {
        color: green;
  }
  .roadtype {
    color: pink;
  }
}

.patronaddress2 {
        color: lightgreen;
}

.patroncity {
  .city {
     color: orange;
  }
  .state {
     color: brown;
  }
  .zipcode {
     color: limegreen;
  }
  .comma {
     color: teal;
  }
  .country {
     color: red;
  }
}

5. Go to the patron's record and look aty the brief info. you should see
classes for everything in the address block. If you added the CSS from above
everything should be colored differently.
6. Find the system pref 'AddressFormat' and test everything in US style, French
style, and German style.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to