Skip to content

Commit

Permalink
Manually replicated commit on old codebase d0ef754 by reinhardt
Browse files Browse the repository at this point in the history
  • Loading branch information
pilz committed Mar 4, 2015
1 parent 9f58a7c commit 71bcffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions src/ploneintranet/workspace/browser/tiles/sidebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,7 @@ def children(self):

if content_type in FOLDERISH_TYPES:
dpi = (
"source: #items; target: #items && "
"source: #selector-contextual-functions; "
"target: #selector-contextual-functions && "
"source: #context-title; target: #context-title && "
"source: #sidebar-search-form; "
"target: #sidebar-search-form"
"source: #sidebar-content; target: #sidebar-content"
)
url = item.getURL() + '/@@sidebar.default#items'
content_type = 'group'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="contextual buttons float-before" id="selector-contextual-functions">
<a href="/open-market-committee"
class="button icon-left-open pat-inject"
data-pat-inject="source: #items; target: #items && source: #selector-functions; target: #selector-functions"
data-pat-inject="source: #sidebar-content; target: #sidebar-content"
tal:define="parent view/parent"
tal:condition="parent"
tal:attributes="href parent/url"
Expand Down

0 comments on commit 71bcffa

Please sign in to comment.