Closed (fixed)
Project:
Bootstrap
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2013 at 19:37 UTC
Updated:
10 Jun 2013 at 16:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
markhalliwellChanged the warning messages to use the warning class and changed the
<h2/>to<h4/>per bootstrap docs. Added optional "info" message support, although probably not used. Do we want to remove theelement-invisibleclass from the headers or make this a theme setting to default to hidden?Comment #2
andregriffin commentedI think #1 is good as-is. Although it looks nice, I think displaying the headers is superfluous.
Comment #3
markhalliwellHmm, looks like you already committed ;)
Comment #4
andregriffin commentedHm, I'm getting used to the TortoiseGit/SmartGitHg workflow apparently... ;)
Comment #6
mrded commentedI just replaced this:
to l() function.
Check out my patch.
Comment #7
markhalliwell@mrded: re: #6 1) This should have been a separate issue. 2) I really don't want to pass a theming function through another theming function, especially when it adds additional (unnecessary) classes to a simple list. If it's desired or needed for a specific use case, override it in your sub-theme.