09-24-2013 04:45 AM
09-24-2013 05:46 AM
<a href="${url.context}/page/site/${site.shortName}/dashboard">${site.title?html}</a>
change line as
<a href="${url.context}/page/site/${site.shortName}/documentlibrary">${site.title?html}</a>
desc += '<h3 class="site-title"><a href="' + Alfresco.constants.URL_PAGECONTEXT + 'site/' + site.shortName + '/dashboard" class="theme-color-1">' + $html(site.title) + '</a></h3>';
change as
desc += '<h3 class="site-title"><a href="' + Alfresco.constants.URL_PAGECONTEXT + 'site/' + site.shortName + '/documentlibrary" class="theme-color-1">' + $html(site.title) + '</a></h3>';
09-24-2013 07:17 AM
09-24-2013 05:53 AM
09-24-2013 07:22 AM
09-25-2013 07:16 AM
<page id="site/${siteid}/dashboard">
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.