In IRC, greggles pointed out that the drop-down to select which view to embed for various things (user list, admin user list, etc) gets pretty unwieldy if the view descriptions are long. It's a theme function that controls this, anyway, but we could make the default theme_signup_settings_view_label() a little more UI-friendly.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 363337_truncate_view_descriptions.2.patch | 663 bytes | dww |
| #2 | 363337_truncate_view_descriptions.2.png | 57.29 KB | dww |
| #1 | 363337_truncate_view_descriptions.1.patch | 656 bytes | dww |
Comments
Comment #1
dwwComment #2
dwwNow with drupal_strlen() instead of just strlen()...
Comment #3
yoroy commentedNow we'll never get people to write short and sweet descriptions! ;-)
But good idea, using just the names of the views is not enough, so trimming the description is a nice gesture.
Comment #4
dwwCommitted to HEAD and D6--1. Backported to D5--2 and committed there, too.