Skip to content

Commit

Permalink
Merge pull request #7 from agitator/master
Browse files Browse the repository at this point in the history
updated links for new @@search form
  • Loading branch information
hvelarde committed Dec 5, 2014
2 parents 358e93f + 80303e0 commit 5045a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qi/portlet/TagClouds/tagcloudportlet.pt
@@ -1,6 +1,6 @@
<dl class="portlet portletTagCloudPortlet"
i18n:domain="qi.portlet.TagClouds">

<dt class="portletHeader">
<span class="portletTopLeft"></span>
<span tal:content="view/getPortletTitle">Portlet Title</span>
Expand Down
2 changes: 1 addition & 1 deletion src/qi/portlet/TagClouds/tagcloudportlet.py
Expand Up @@ -180,7 +180,7 @@ def getTags(self):
d["text"] = tag
d["class"] = "cloud" + str(size)
href= self.portal_url + \
"/search?Subject%3Alist="+url_quote(tag)
"/@@search?Subject%3Alist="+url_quote(tag)
#Add type restrictions to search link
href = href+ "".join(["&portal_type%3Alist="+url_quote(ptype)
for ptype in self.restrictTypes])
Expand Down

0 comments on commit 5045a63

Please sign in to comment.