Closed (duplicate)
Project:
Style Guide
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2010 at 22:53 UTC
Updated:
1 May 2025 at 19:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
agentrickardMight make things easier, but I would want to be able to jump from 'Bartik' forms to 'Seven' forms, and I don't think the menu supports that.
Comment #2
squiggy commentedI agree, this would be a useful change to the UI.
In fact, I started a similar module, which renders different types of output under separate subtabs like this.
(Fyi, here's an issue filed about overlap between Style guide and the module I started: http://drupal.org/node/1088416)
Comment #3
agentrickardYeah, we need to merge all of these efforts. We have a discussion over in Design, too.
I like the subtabs, but haven't given it much thought recently.
Comment #4
squiggy commentedUpdated patch for current dev branch.
Comment #5
jgj commentedThis was the first thing I thought of when I tried this module out. Tried the patch in #4 against 7.x-1.x branch from git and it didn't apply. Manual copying didn't work quite as expected. Moved the loop that sets up the secondary tabs into the loop that sets up the primary tabs and it's working for me. Patch provided :)
Comment #6
jgj commentedscratch the 2nd to last sentence in my previous post. I just copied wrong from the patch in #4 :)
Comment #7
agentrickardI would, I think, much prefer doing this with AJAX -- faster and cooler. The only concern I have with using AJAX is that it might distort the presentation of elements, but I don't think that's very likely.
There is also a stray dpm() in the patch.
I also get this message when clearing cache, but only with the patch applied:
Comment #8
mrfelton commentedAttached patch removed rogue dpm call and fixes trailing whitespace issues in previous patch.
Comment #10
webcultist commentedJust tried this patch. Works great :)
Should be updated for the latest dev and tested by more people, but it's a very nice improvement - THANKS 4 this!
Comment #11
dcam commentedThis issue and #3213050: Sub-page for each styleguide section / group / item are duplicates. I decided to close this one because virtually none of the work that was done here for the D7 version will be relevant due to the changes in the routing system. Credit will be granted in the other issue to everyone who worked on this patch.