Changes to MyWebForms and MyWebFiles after UI review with Linton. Fix to q=query parameter on DocList portlet causing error.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6226 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-07-12 11:30:02 +00:00
parent c4ab1f89ff
commit 799603d337
7 changed files with 28 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ var MyDocs = {
// is responsible for rendering just the contents of the main panel div
YAHOO.util.Connect.asyncRequest(
"GET",
MyDocs.ServiceContext + '/ui/doclistpanel?f='+MyDocs.Filter+'&h='+MyDocs.Home+'&q='+MyDocs.Query,
MyDocs.ServiceContext + '/ui/doclistpanel?f=' + MyDocs.Filter + '&q=' + MyDocs.Query + (MyDocs.Home != null ? '&h=' + MyDocs.Home : ''),
{
success: function(response)
{