From 39fd2af0d8b85cd96d899af273825a2f11199f8c Mon Sep 17 00:00:00 2001 From: Mike Hatfield Date: Thu, 14 Oct 2010 14:47:26 +0000 Subject: [PATCH] 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 --- source/java/org/alfresco/web/ui/repo/tag/PageTag.java | 4 ++-- source/web/css/main.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/java/org/alfresco/web/ui/repo/tag/PageTag.java b/source/java/org/alfresco/web/ui/repo/tag/PageTag.java index e0631aebb5..9fbc4cd692 100644 --- a/source/java/org/alfresco/web/ui/repo/tag/PageTag.java +++ b/source/java/org/alfresco/web/ui/repo/tag/PageTag.java @@ -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); diff --git a/source/web/css/main.css b/source/web/css/main.css index 48899ebfd4..e5091b60e3 100644 --- a/source/web/css/main.css +++ b/source/web/css/main.css @@ -661,7 +661,7 @@ a.topToolbarLinkHighlight, a.topToolbarLinkHighlight:link, a.topToolbarLinkHighl .navigator { - min-width: 220px; + min-width: auto; } .navigatorPanelBody