mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.1 to HEAD
13084: Merged V2.1-A to V3.1 7984: *RECORD-ONLY* Final part of fix for ACT 819, by default the web-client now generates WebScript content download API based URLs to allow relative paths to be resolved in HTML content files 13086: Merged V2.1-A to V3.1 7986: *RECORD-ONLY* Additional for ACT 819, View In Browser details page links and cm:link objects to content now output Content API webscript urls 13090: Merged V2.1-A to V3.1 7986: Language locale auto-selection based on browser locale - see ACT 1053 NOTE: a web-client-config setting has been added to enable this - it is off by default. 13093: Merged V2.1-A to V3.1 8255: Filetypes and PanelGenerator enhancements 13094: Merged V2.1-A to V3.1 8547: Branding changes from Mike [just filetypes merged] 13095: Merged V2.1-A to V3.1 8555: Webdav path support for ExternalAccessServlet browse navigation 13103: Merged V2.1-A to V3.1 8592: Fix for login page issue with language locale auto-selection - see ACT 1053 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13559 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -201,6 +201,14 @@ public class LoginBean implements Serializable
|
||||
{
|
||||
return this.password;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return true to display language selection, false to
|
||||
*/
|
||||
public boolean isLanguageSelect()
|
||||
{
|
||||
return Application.getClientConfig(FacesContext.getCurrentInstance()).isLanguageSelect();
|
||||
}
|
||||
|
||||
|
||||
// ------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user