mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Webscript JSR-168 Portlet runtime fixes for webscript url generation client-side function and url argument decoding.
JSR-168 portlet webscripts now use different service url - /168service/... UI improvements to pop-up dialogs in portlets - now draggable and position now relative. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5912 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -90,7 +90,13 @@
|
||||
<div id="spacePanel">
|
||||
<#-- populated via an AJAX call to 'myspacespanel' webscript -->
|
||||
<#-- resolved path, filter and home.noderef required as arguments -->
|
||||
<script>MySpaces.ServiceContext="${url.serviceContext}";MySpaces.ScriptUrlEncoder=eval("MySpaces.ScriptUrlEncoder=" + unescape("${url.getClientUrlFunction("encUrl")}"));MySpaces.Path="${path?replace("\"","\\\"")}";MySpaces.Filter="${filter}";MySpaces.Home="${home.nodeRef}";</script>
|
||||
<script>
|
||||
MySpaces.ServiceContext="${url.serviceContext}";
|
||||
MySpaces.ScriptUrlEncoder=eval("MySpaces.ScriptUrlEncoder=" + unescape("${url.getClientUrlFunction("encUrl")}"));
|
||||
MySpaces.Path="${path?replace("\"","\\\"")}";
|
||||
MySpaces.Filter="${filter}";
|
||||
MySpaces.Home="${home.nodeRef}";
|
||||
</script>
|
||||
</div>
|
||||
<div class="spaceFooter">
|
||||
<#-- the count value is retrieved and set dynamically from the AJAX webscript output above -->
|
||||
@@ -402,7 +408,6 @@ a.spaceBreadcrumbLink:link, a.spaceBreadcrumbLink:visited, a.spaceBreadcrumbLink
|
||||
padding: 8px;
|
||||
margin: 8px;
|
||||
display: none;
|
||||
left: 8px;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
|
||||
@@ -416,7 +421,6 @@ a.spaceBreadcrumbLink:link, a.spaceBreadcrumbLink:visited, a.spaceBreadcrumbLink
|
||||
padding: 8px;
|
||||
margin: 8px;
|
||||
display: none;
|
||||
left: 8px;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user