Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2009 at 10:03 UTC
Updated:
27 Dec 2010 at 23:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
esmerel commentedComment #2
joachim commentedHere's a one-line patch :)
Probably needs some more work elsewhere in the UI as the title of the form + the help text both in bold feels a bit shouty.
Comment #3
joachim commentedPatch is on 3.x :)
Comment #4
dawehnerShouldn't we check_plain the output here?
Comment #5
joachim commented$handler->help is a string set in hook_views_handler(). If we don't trust our developers....
Comment #6
joachim commentedAFAIK $handler->help is a string defined in code in hook_views_handler(). If we don't trust our developers....
Comment #7
joachim commented(d.org is doing something wacky with comments today!)
Comment #8
dawehnerDon't review patches at night!
Perhaps it would make sense here to make some kind of different visual appearance, for example em em
Comment #9
merlinofchaos commentedI'm not sure I want a
<br />there.I think I'd rather see something like:
Comment #10
joachim commentedSure.
But some CSS is needed to pad it in now -- or some form tweaking I don't understand to get it into the title DIV.
Comment #11
merlinofchaos commentedTweaked slightly and committed to all versions.