Closed (fixed)
Project:
Cleanr
Version:
6.x-0.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2010 at 15:38 UTC
Updated:
1 Mar 2011 at 20:05 UTC
Jump to comment: Most recent file
There is something in this line of code that prevents the taxonomy manager module buttons from functioning. line 26 template.php
'<fieldset' . drupal_attributes($element['#attributes']) . '>' . ($element['#title'] ? '<legend><span class="title"><span class="border-right"><span class="border-left">' . $element['#title'] . '</span></span></span></legend>' : '')
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | taxo.patch | 857 bytes | asak |
Comments
Comment #1
Adam S commentedEDIT:
I added an if condition to line 18 in template.php in the Cleanr theme. I hope it doesn't mess the theme up elsewhere.
Comment #2
geaseI can confirm the issue and that the solution above works.
Comment #3
asak commentedSame here - solution works.
Attached is a patch based on Adam's fix.
Comment #5
wiifmPatch makes sense, committed to --dev
http://drupalcode.org/project/cleanr.git/commit/128c71719e95646b60ae3b40...
Comment #6
wiifm