Skip to content

Commit

Permalink
Merge pull request #7 from plone/toolbar-fixup
Browse files Browse the repository at this point in the history
Toolbar fixup
  • Loading branch information
bloodbare committed Jul 16, 2015
2 parents 71726b6 + 468cd20 commit 952b69b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ Changelog
1.3.1 (unreleased)
------------------

- Nothing changed yet.
- Change the category of the configlet to 'plone-advanced' [sneridagh]

- Make configlets titles consistent across the site, first letter capitalized
[sneridagh]


1.3.0 (2015-03-13)
Expand Down
6 changes: 3 additions & 3 deletions plone/app/registry/browser/records.pt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<metal:block fill-slot="top_slot">
<tal:defines tal:define="dummy python:request.set('disable_border',1);
disable_column_one python:request.set('disable_plone.leftcolumn',0);
disable_column_two python:request.set('disable_plone.rightcolumn',1);"/>
disable_column_one python:request.set('disable_plone.leftcolumn',1);
disable_column_two python:request.set('disable_plone.rightcolumn',0);"/>
<link rel="stylesheet" type="text/css"
tal:attributes="href string:${context/portal_url}/++resource++plone.app.registry/style.css" />
</metal:block>
Expand All @@ -25,7 +25,7 @@
Site Setup
</a>

<h1 class="documentFirstHeading" i18n:translate="heading_registry">Configuration registry</h1>
<h1 class="documentFirstHeading" i18n:translate="heading_registry">Configuration Registry</h1>

<p class="documentDescription" i18n:translate="description_registry">
The table below shows record currently managed by the configuration
Expand Down
2 changes: 1 addition & 1 deletion plone/app/registry/profiles/default/controlpanel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<object name="portal_controlpanel"
xmlns:i18n="http://xml.zope.org/namespaces/i18n" i18n:domain="plone">
<configlet title="Configuration Registry" action_id="plone.app.registry"
appId="plone.app.registry" category="Plone" condition_expr=""
appId="plone.app.registry" category="plone-advanced" condition_expr=""
url_expr="string:${portal_url}/portal_registry"
icon_expr="string:$portal_url/++resource++plone.app.registry/icon.png"
visible="True" i18n:attributes="title">
Expand Down

0 comments on commit 952b69b

Please sign in to comment.