Author: sshyrkov Date: Wed Sep 19 09:20:52 2007 New Revision: 781 URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D781&repname= =3Dcorporate_portal_templates_v2 Log: JAHIA-2298: Sp3: multilanguage: why all the languages are listed in edit mo= de while only the other languages available are listed in all the other mod= es? =
http://www.jahia.net/jira/browse/JAHIA-2298 Resolution: current language is ot listed now also in the edit mode Modified: branches/JAHIA-5-0-SP-BRANCH/src/jsp/common/quicklinks.inc Modified: branches/JAHIA-5-0-SP-BRANCH/src/jsp/common/quicklinks.inc URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP= -BRANCH/src/jsp/common/quicklinks.inc&rev=3D781&repname=3Dcorporate_portal_= templates_v2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- branches/JAHIA-5-0-SP-BRANCH/src/jsp/common/quicklinks.inc (original) +++ branches/JAHIA-5-0-SP-BRANCH/src/jsp/common/quicklinks.inc Wed Sep 19 0= 9:20:52 2007 @@ -83,8 +83,8 @@ boolean displayLink =3D false; String currentLanguageCode =3D jParams.getLocale().toString(); // don't display current language - if (! currentLanguageCode.equals(lc) || isEditMode){ - if (languageState !=3D null || isEditMode){ + if (! currentLanguageCode.equals(lc)){ + if (languageState !=3D null){ // live mode if (jData.gui().isNormalMode()){ // only display the link if a page is active in curren= t language _______________________________________________ cvs_list mailing list [email protected] http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list
