Bug #20889
closedFile list tree-<ul> lacks id="treeRoot"
0%
Description
The <ul> of page tree has id="treeRoot", the <ul> in file list has NOT.
stylesheet.css adds a top-margin for this id, so margins between those modules are inconsistent.
#treeRoot is in Javascript only used for filter, which is not enabled in file list.
So only cosmetic change and no affect on behavior.
(issue imported from #M11726)
Files
Updated by Steffen Gebert over 15 years ago
Ohh.. I can enter HTML-Code in the bugtracker? Funny..
Please place < ul > everywhere, where you see the big whitespaces:
The < ul > of page tree has id="treeRoot", the < ul > in file list has NOT.
stylesheet.css adds a top-margin for this id, so margins between those modules are inconsistent.
Updated by David Bruchmann over 15 years ago
Perhaps it's possible to render both filetrees by the same function (which has to be written or mapped)?
Updated by Steffen Gebert over 15 years ago
I had a similar idea some months ago, while wondering that DAM has no AJAX-enabled trees. The patches were so comprehensive that I wasn't able, to port them to DAM.
I think rewriting/merging all together might be of similar effort.
But.. if you want, I wouldn't stop you ;-)
Updated by David Bruchmann over 15 years ago
ok, DAM is another item. There is no need to think about that now from your point of view.