Closed (won't fix)
Project:
Admin block
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Dec 2008 at 10:10 UTC
Updated:
22 Apr 2009 at 06:42 UTC
This simple patch for better css-customization unit.
| Comment | File | Size | Author |
|---|---|---|---|
| adminblock-rtklinux-1.patch | 2.82 KB | Ne01eX@drupal.ru |
Comments
Comment #1
frjo commentedI can see the benefits of adding classes to the links and format them as a list. The patch hard code the html tags and that is not the Drupal way. Your html will also not validate.
You should make use of theme_links() function to build the list and add the classes as attributes to the l() function.
Comment #2
frjo commented