[Testbot] Plone 4.3 - Python 2.6 - Build # 2141 - Regression! - 1 failure(s)

jenkins at plone.org jenkins at plone.org
Mon Jun 9 19:20:32 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.6 - Build # 2141 - Failure!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.6/2141/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.portlets
Branch: refs/heads/2.4.x
Date: 2014-06-09T10:27:34-07:00
Author: Ross Patterson (rpatterson) <me at rpatterson.net>
Commit: https://github.com/plone/plone.app.portlets/commit/a8330bdf5abc81bbc939acbe7de37eccc58d1381

Use search portlet assignment title for the header for easier extending.

Files changed:
M plone/app/portlets/portlets/search.pt

diff --git a/plone/app/portlets/portlets/search.pt b/plone/app/portlets/portlets/search.pt
index 6ead5c8..f1f29a3 100644
--- a/plone/app/portlets/portlets/search.pt
+++ b/plone/app/portlets/portlets/search.pt
@@ -8,8 +8,14 @@
   <dt class="portletHeader">
       <span class="portletTopLeft"></span>
       <a class="tile"
-         tal:attributes="href view/search_action"
-         i18n:translate="box_search">Search</a>
+         tal:attributes="href view/search_action">
+        <tal:header
+           condition="not:view/data/title|nothing"
+           i18n:translate="box_search">Search</tal:header>
+        <tal:header
+           condition="view/data/title|nothing"
+           tal:content="view/data/title">Search</tal:header>
+      </a>
       <span class="portletTopRight"></span>
   </dt>
 




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 1184 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140609/a57e9a8f/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 167312 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140609/a57e9a8f/attachment-0003.obj>


More information about the Testbot mailing list