jeffd
committed
on 07 May 04
1. don't include javascript (now comes from core.js I think).

2. don't create the form unless there are bulk actions

3. remove spurious ta… Show more
1. don't include javascript (now comes from core.js I think).

2. don't create the form unless there are bulk actions

3. remove spurious table tags.

4. make the list row container a div rather than a P tag.

5. change the class name for the list row container to

  be "list-row odd" and "list-row even" rather than simply list-row

6. Include the list_properties.bulk_action_export_chunk if there are bulk actions.

7. Add the outermost div which has class list_properties.class

Show less