Skip to content

Commit

Permalink
Remove DL's from portal message in templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
khink committed Feb 11, 2014
1 parent 92ae9d7 commit e517c47
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 8 additions & 4 deletions CHANGES.txt
Expand Up @@ -4,6 +4,10 @@ Changelog
2.2.0 (unreleased)
------------------

- Remove DL's from portal message in templates.
https://github.com/plone/Products.CMFPlone/issues/153
[khink]

- Replace deprecated test assert statements.
[timo]

Expand All @@ -19,7 +23,7 @@ Changelog
2.1.3 (2013-04-29)
------------------

- Add json header to sharing.py.
- Add json header to sharing.py.
[travacic]


Expand Down Expand Up @@ -53,7 +57,7 @@ Changelog
2.0.8 (2012-10-03)
------------------

- Refactor: we can easily customize the sharing view
- Refactor: we can easily customize the sharing view
so that add/remove inherit field is removed.
[thomasdesvenain]

Expand Down Expand Up @@ -82,8 +86,8 @@ Changelog
2.0.5 (2011-08-31)
------------------

- User should click the 'Save' button to actually save its changes in the
sharing tab. IOW we dont want to update local roles while searching
- User should click the 'Save' button to actually save its changes in the
sharing tab. IOW we dont want to update local roles while searching
for users.
[jfroche]

Expand Down
12 changes: 6 additions & 6 deletions plone/app/workflow/browser/sharing.pt
Expand Up @@ -10,19 +10,19 @@
<metal:main fill-slot="main"
tal:define="context_state context/@@plone_context_state">

<dl class="portalMessage info" tal:condition="context_state/is_default_page">
<dt i18n:translate="">
<div class="portalMessage info" tal:condition="context_state/is_default_page">
<strong i18n:translate="">
Info
</dt>
<dd i18n:translate="help_sharing_page_default_page">
</strong>
<span tal:omit-tag="" i18n:translate="help_sharing_page_default_page">
You are adjusting the sharing privileges for a default view in a container.
To adjust them for the entire container,
<a i18n:name="go_here"
i18n:translate="help_sharing_go_here"
tal:define="folder context_state/folder"
tal:attributes="href string:${folder/absolute_url}/sharing">go here</a>.
</dd>
</dl>
</span>
</div>

<h1 class="documentFirstHeading"
i18n:translate="heading_currently_assigned_shares">
Expand Down

0 comments on commit e517c47

Please sign in to comment.