Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
node.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Dec 2007 at 22:24 UTC
Updated:
17 Feb 2008 at 19:41 UTC
Jump to comment: Most recent file
there is a style in node.css
#node-admin-filter ul {
list-style-type: none;
padding: 0;
margin: 0;
width: 100%;
}
In D5 this style have removed a dot in "admin/content/node". Now this #node-admin-filter is missing and the dot is displayed in my theme. I saw Garland overrules this, but i don't understand why this <div id="node-admin-filter"> is removed!? This should be added back or i need to workaround around. :-(
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | before_patch.png | 52.67 KB | JuliaKM |
| #12 | after_patch.png | 23.49 KB | JuliaKM |
| #10 | node_filter_form_themeb.patch | 543 bytes | dvessel |
| #7 | node_filter_form_theme.patch | 543 bytes | gdevlugt |
| #6 | Picture 1.png | 88.51 KB | dvessel |
Comments
Comment #1
hass commentedSearched D6 for node-admin-filter, but this no more exist in code except the node.css.
Comment #2
jody lynnfunction node_admin_content() was changed in Drupal 6 and there seems to be a bug in it. The theme_node_filter_form is no longer being called - I think it is because drupal_get_form is no longer being used in that function.
Comment #3
jody lynnComment #4
jody lynnThe patch adds a theming function for node_admin_content to capture the theming of the form which was being missed.
Comment #5
dvessel commentedIs theme_node_admin_nodes still being called? It looks like this removes that call.
edit: never mind that. I see that you moved it to the new function.
Comment #6
dvessel commentedSee the pict. The results are out of control.
Comment #7
gdevlugt commentedStill a problem in D6 head. Attached is a simple patch for D6 head which works fine with the all (default D6) themes I tested it with.
Comment #8
gdevlugt commentedStill a problem in D6 head. Attached is a simple patch for D6 head which works fine with the all (default D6) themes I tested it with.Sorry for the triple post. Site was acting up weird.
Comment #9
gdevlugt commentedStill a problem in D6 head. Attached is a simple patch for D6 head which works fine with the all (default D6) themes I tested it with.Sorry for the triple post. Site was acting up weird.
Comment #10
dvessel commentedVisually, it made no difference in Garland but I verified that theme_node_filter_form is now being run.
Updated gdevlugts' patch due to fuzz..
Comment #11
jody lynnNice. That was a whole lot simpler than I was making it.
Comment #12
JuliaKM commentedNot sure if I'm doing something wrong, but when I apply the patch from #10, the list of nodes at admin/content/node vanishes. I'm using 6.x-dev. I've attached screenshots before and after applying the patch.
Comment #13
gábor hojtsyLooks like a problem there.
Comment #14
catchApplied #10, node listing appeared for me. Could do with a third person testing it I guess.
Comment #15
dvessel commentedI don't think JuliaKM tested correctly.
Comment #16
JuliaKM commenteddvessel is right. I downloaded Drupal again and applied the patch. This time it works! Sorry for the confusion.
Comment #17
gábor hojtsyCommitted.
Comment #18
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.