Skip to content

Commit

Permalink
Revert "minor changes on PT for Site setup"
Browse files Browse the repository at this point in the history
This reverts commit e076106.
  • Loading branch information
Timo Stollenwerk committed Jul 18, 2014
1 parent e076106 commit 1292478
Showing 1 changed file with 6 additions and 6 deletions.
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">

<div class="portalMessage info" tal:condition="context_state/is_default_page">
<strong i18n:translate="">
<dl class="portalMessage info" tal:condition="context_state/is_default_page">
<dt i18n:translate="">
Info
</strong>
<span i18n:translate="help_sharing_page_default_page">
</dt>
<dd 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>.
</span>
</div>
</dd>
</dl>

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

0 comments on commit 1292478

Please sign in to comment.