Changes between Initial Version and Version 2 of Ticket #4637
- Timestamp:
- 10/31/2012 04:06:33 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4637 – Description
initial v2 3 3 When working on turtleshell, I wanted to add filter controls to the activity directory, just like how BP-Default has a dropdown box. Unfortunately, these are hardcoded into the BP-Default templates. We already register activity types, but we don't have a template function to output the data. 4 4 5 My patch implements such a template function and allows choice between rendering the activity types as a dropdown box or as radio buttons.5 My patch implements such a template function and allows choice between rendering the activity types as a dropdown box or as a select dropdown.