mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
MERGED V3.3-BUG-FIX to HEAD
23093: Fix ALF-1363: Editing MS office document using webdav (Explorer client) 23094: *RECORD ONLY* Fix ALF-1213: Repository: document's name is not underlined as link in My Tasks dashlet. Previously the (old) My Tasks dashlet linked to the document list page. This has now been changed to link to the document-details page. This seems (a) more intuitive and (b) allows easier linking for documents outside of Sites. 23096: *RECORD ONLY* MERGED (part of) V3.3-DOCLIB-PORTLET to V3.3-BUG-FIX 22600: DocLib Portlet: New "Site constrained" portlet added where site is configured via portlet preferences. Removed CMIS portlet. Only the updates to Site sorting to fix ALF-4444: Move dialog in Share UI should alphabetize Sites 23106: Fix ALF-4419: Navigator scrollbar display git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@23109 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -367,7 +367,7 @@ public class PageTag extends TagSupport
|
||||
CCProperties ccProps = (CCProperties)FacesHelper.getManagedBean(fc, "CCProperties");
|
||||
if (ccProps.getWebdavUrl() != null || ccProps.getCifsPath() != null)
|
||||
{
|
||||
out.write("window.onload=onloadFunc(\"");
|
||||
out.write("window.onload=function(){onloadFunc(\"");
|
||||
if (ccProps.getWebdavUrl() != null)
|
||||
{
|
||||
out.write(ccProps.getWebdavUrl());
|
||||
@@ -379,7 +379,7 @@ public class PageTag extends TagSupport
|
||||
val = Utils.replace(val, "\\", "\\\\"); // encode escape character
|
||||
out.write(val);
|
||||
}
|
||||
out.write("\");");
|
||||
out.write("\");};");
|
||||
|
||||
// reset session bean state
|
||||
ccProps.setCifsPath(null);
|
||||
|
@@ -661,7 +661,7 @@ a.topToolbarLinkHighlight, a.topToolbarLinkHighlight:link, a.topToolbarLinkHighl
|
||||
|
||||
.navigator
|
||||
{
|
||||
min-width: 220px;
|
||||
min-width: auto;
|
||||
}
|
||||
|
||||
.navigatorPanelBody
|
||||
|
Reference in New Issue
Block a user