Skip to content

Commit

Permalink
Replace dl.portalMessage with div
Browse files Browse the repository at this point in the history
  • Loading branch information
khink committed Feb 12, 2014
1 parent 668e7c2 commit 952b82e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions plone/app/caching/browser/purge.pt
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,16 @@
them manually below.
</p>

<dl tal:condition="view/purgeLog | nothing" class="portalMessage info">
<dt i18n:translate="heading_purged">Status</dt>
<dd i18n:translate="description_purged">
<div class="portalMessage info"
tal:condition="view/purgeLog | nothing">
<strong i18n:translate="heading_purged">Status</strong>
<span tal:omit-tag="" i18n:translate="description_purged">
The following items were purged:
</dd>
<dd tal:repeat="log view/purgeLog" tal:content="log" />
</dl>
</span>
<ul>
<li tal:repeat="log view/purgeLog" tal:content="log" />
</ul>
</div>

<form name="purge" tal:attributes="action string:${request/URL}" method="post"
tal:define="errors view/errors">
Expand Down

1 comment on commit 952b82e

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS PASSED
Mr.Roboto url : http://jenkins.plone.org/roboto/get_info?push=6a43f6cf82884039802aa0be9bd5f5db
[SUCCESS] kgs-plone.app.caching-plone-5.0-python-2.7 kgs

Please sign in to comment.