[Koha-bugs] [Bug 36912] Add more spans/classes to member-display-address-style.inc for additional styling
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912 David Nind changed: What|Removed |Added CC||da...@davidnind.com Text to go in the||This enhancement adds spans release notes||and classes for customizing ||the styling of a patron's ||main address when using ||IntranetUserCSS. || ||Example: || ||.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; || || } ||} -- 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/
[Koha-bugs] [Bug 36912] Add more spans/classes to member-display-address-style.inc for additional styling
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912 Lucas Gass changed: What|Removed |Added Status|Pushed to main |RESOLVED Resolution|--- |FIXED --- Comment #5 from Lucas Gass --- Enhancement will not be backported to 24.05.x -- 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/
[Koha-bugs] [Bug 36912] Add more spans/classes to member-display-address-style.inc for additional styling
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912 --- Comment #4 from Katrin Fischer --- Pushed for 24.11! Well done everyone, thank you! -- 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/
[Koha-bugs] [Bug 36912] Add more spans/classes to member-display-address-style.inc for additional styling
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912 Katrin Fischer changed: What|Removed |Added Version(s)||24.11.00 released in|| Status|Passed QA |Pushed to main -- 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/
[Koha-bugs] [Bug 36912] Add more spans/classes to member-display-address-style.inc for additional styling
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912 Katrin Fischer changed: What|Removed |Added Status|Signed Off |Passed QA --- Comment #3 from Katrin Fischer --- Picked from QA queue for main. [%~ END ~%] Fixed inline. -- 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/
[Koha-bugs] [Bug 36912] Add more spans/classes to member-display-address-style.inc for additional styling
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912 Laura Escamilla changed: What|Removed |Added Status|Needs Signoff |Signed Off CC||Laura.escamilla@bywatersolu ||tions.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/
[Koha-bugs] [Bug 36912] Add more spans/classes to member-display-address-style.inc for additional styling
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912 Laura Escamilla changed: What|Removed |Added Attachment #166988|0 |1 is obsolete|| --- Comment #2 from Laura Escamilla --- 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 -- 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/
[Koha-bugs] [Bug 36912] Add more spans/classes to member-display-address-style.inc for additional styling
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912 Lucas Gass changed: What|Removed |Added Patch complexity|--- |Trivial patch Assignee|koha-b...@lists.koha-commun |lu...@bywatersolutions.com |ity.org | -- 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/
[Koha-bugs] [Bug 36912] Add more spans/classes to member-display-address-style.inc for additional styling
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912 --- Comment #1 from Lucas Gass --- 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/
[Koha-bugs] [Bug 36912] Add more spans/classes to member-display-address-style.inc for additional styling
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912 Lucas Gass changed: What|Removed |Added Status|NEW |Needs Signoff -- 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/