Closed (fixed)
Project:
Ubercart Addresses
Version:
6.x-2.x-dev
Component:
Address book
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2011 at 14:40 UTC
Updated:
17 Oct 2011 at 14:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
megachrizHi chriscohen,
It sounds reasonable to have classes for the links, but I'm not sure if the table should be themed with theme_table(). It's not an usual table: it has no header for example.
I tried to implement theme_uc_addresses_list_address() using theme_table(), but the code needed for that turns out to be pretty complicated. Plus, every table row gets a 'even' or 'odd' class in that case, which is not needed here. It's even unwanted, because the following lines from the uc_addresses css-file got overwritten by tr.even and tr.odd definitions in the theme I was using:
Line 45 and 46.
Well, here is a patch that let theme_uc_addresses_list_address() make use of theme_table() so you can see how that would look like.
Comment #2
megachrizLinks on the address book page are made stylable in the 6.x-2.x version.
Note: this issue is related to #1103988: Please make the add address link stylable by giving it a class.