http://blip.tv/file/829821

First watch the video if you haven't already, it's fun. (Relevant section to this patch starts at 5:30 ish)

What this patch does:

Removes the redundant 'edit' link on admin/build/types and leaves the clickable content type name.
Removes the 'edit' link on the admin/content/taxonomy overview and makes the vocabulary name clickable. I also made some very minor text changes to headers.

Doesn't affect taxonomy or node tests.

CommentFileSizeAuthor
#3 tax-content_ui2.patch1.5 KBcatch
tax-content-ui.patch3.54 KBcatch

Comments

pwolanin’s picture

@catch - do we want to go this way? In other cases there is an "edit" link, while the link to the thing takes you to a view page.

Both of these are funny in the sense that the view and edit are the same. I'd almost think we might want to make the taxonomy link to the edit page also and leave the edit?

catch’s picture

Hmm. I always get confused on admin/build/types due to the redundant links and have to hover over them to remind myself where each one goes via the status bar (of course it's to the same place). That might be just me though.

We could also make the 'name' columns not links, I'll probably roll a version like that for comparison (but leaving at needs review for now).

catch’s picture

StatusFileSize
new1.5 KB

Here it is, and I think you're right. With no links on the names, this has the added advantage of differentiating the admin/build/types page from node/add (if only a tiny bit).

senpai’s picture

Status: Needs review » Reviewed & tested by the community

Catch, that tiny bit is important. I really like the approach in #3 better than the original patch. Let's go with #3.

Tested against HEAD with a fresh db. Taxonomy and Node Simpletests still pass.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Small but subtle improvements. Committed. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.