Changeset 1575 in products for quintagroup.portlet.collection


Ignore:
Timestamp:
Jan 21, 2010 12:43:07 PM (14 years ago)
Author:
kroman0
Message:

collection.pt markup was updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.portlet.collection/trunk/quintagroup/portlet/collection/collection.pt

    r1572 r1575  
    2929                           title python: show_description and obj.Description or ''"> 
    3030            <img tal:replace="structure item_icon/html_tag" /> 
    31             <span tal:condition="show_title" 
    32                   tal:replace="obj/pretty_title_or_id"> 
     31            <span class="tileTitle" 
     32                  tal:condition="show_title" 
     33                  tal:content="obj/pretty_title_or_id"> 
    3334             Title 
    3435            </span> 
    35             <span tal:condition="show_description" 
    36                   tal:content="obj/Description"> 
    37                 Date 
     36            <span class="tileDescription" 
     37                  tal:condition="show_description"> 
     38              <tal:descr content="obj/Description" /> 
     39              <span class="tileReadMore" 
     40                    tal:condition="view/data/show_item_more" 
     41                    tal:attributes="href obj/getURL" i18n:translate="more_url"> 
     42                    &hellip;more 
     43              </span>             
    3844            </span> 
    39             <a  tal:condition="view/data/show_item_more" 
    40                 tal:attributes="href obj/getURL" i18n:translate="more_url"> 
    41                 More&hellip; 
    42             </a> 
    4345            <span class="portletItemDetails" 
    4446                  tal:condition="view/data/show_dates" 
Note: See TracChangeset for help on using the changeset viewer.