diff zpt/project/project_index_html.zpt @ 205:2b27332c9545

project info block links with target=_blank
author casties
date Thu, 27 Jun 2013 16:14:19 +0200
parents a28e67fbdd31
children 5ffb9e7167b6
line wrap: on
line diff
--- a/zpt/project/project_index_html.zpt	Thu Jun 27 15:39:44 2013 +0200
+++ b/zpt/project/project_index_html.zpt	Thu Jun 27 16:14:19 2013 +0200
@@ -170,7 +170,7 @@
     <div class="sideblock" tal:repeat="block here/getInfoBlockList">
       <h2 tal:content="block/getTitle">Info block</h2>
       <div class="item" tal:repeat="item block/getItems">
-        <a class="external" tal:attributes="href item/link" tal:omit-tag="not:item/link"
+        <a class="external" tal:attributes="href item/link" target="_blank" tal:omit-tag="not:item/link"
            tal:content="structure item/text">
           info item
         </a>