Closed (won't fix)
Project:
Text Size
Version:
6.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2009 at 10:42 UTC
Updated:
25 Nov 2009 at 12:02 UTC
Many thanks for your text size and page style modules. I'm going to use them both in a project. I want to have them displayed as one block side by side and not as seperate blocks as they are by default. Ideally I want to create a container "Accessibilty" and have "Text size" then the + - = icons then next to that "Page Style" and its icons alongside. Any ideas how to go about this?
Guess your a busy guy, so no worries if you don't have the time to help me out.
Again, many thanks for your great modules.
Cheers...
Comments
Comment #1
CZ commentedHi ludo1960.
At first, it is not a good idea to merge this groups of links under one title. See WCAG/BITV 13.6 [1]. The block titles are ways to bypass the group. But you can create subtitles [2] in the theme (tpl) file with a class "display_hidden", hidde the normal block titles under for example: "admin/build/block/configure/textsize/0" with "<none>" and add a normal block title "Accessibilty" (in themes/templates) over the two blocks and group them with a <div> for the css designing.
[1] http://www.w3.org/TR/WCAG10-TECHS/#tech-group-links
[2] In the next version a new feature.
Comment #2
ludo1960 commentedHi Christian,
Many thanks for taking the time to address my issue and point me in the right direction.
Eh, what does "[2] In the next version a new feature." entail?
Cheers, ludo....
Comment #3
CZ commentedThe latest version (1.6) allows you to display a subtitle.
For the solution see http://drupal.org/node/602578.