Can you do a chockbox to disable the label "Languages"

Comments

manfer’s picture

Version: 7.x-1.5 » 7.x-1.x-dev
Issue summary: View changes
Status: Active » Postponed

This should be easily done with CSS. Anyway I will provide a skin showing only the flag icon after commiting the version with the new msdropdown 3.5.2 version.

manfer’s picture

Status: Postponed » Fixed

This is already on 7.x-2.x version. Now the output with Marghoob Suleman library comes with several skins that allow to show just the flags.

Status: Fixed » Closed (fixed)

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

jvieille’s picture

A solution for D6:
(adjust "width" to the numer of icons)

a.language-link {
    display: inline-block;
    color: transparent;
    width: 20px;
    height: 15px;
    overflow: hidden;
}