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

Laura Escamilla <laura.escami...@bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #166988|0                           |1
        is obsolete|                            |

--- Comment #2 from Laura Escamilla <laura.escami...@bywatersolutions.com> ---
Created attachment 167098
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167098&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.

Signed-off-by: Laurae <laura.escami...@bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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