Changeset 2241 in products


Ignore:
Timestamp:
Apr 30, 2010 8:58:44 AM (14 years ago)
Author:
kroman0
Message:

Rewrite anchor for comments

Location:
quintagroup.plonecomments/branches/jquery/quintagroup/plonecomments
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecomments/branches/jquery/quintagroup/plonecomments/browser/comments.pt

    r2240 r2241  
    2929 
    3030                <h3 tal:attributes="id reply/id"> 
    31                     <a class="anchor" 
    32                        tal:content="reply/pretty_title_or_id" 
     31                    <a class="comments" 
    3332                       tal:attributes="href string:#${reply/id}; 
    34                                        title reply/pretty_title_or_id">Comment title</a> 
     33                                       title reply/pretty_title_or_id"> 
     34                        <span tal:replace="reply/pretty_title_or_id">Comment title</span> 
     35                    </a> 
    3536                </h3> 
    3637                <div class="documentByLine" 
  • quintagroup.plonecomments/branches/jquery/quintagroup/plonecomments/skins/quintagroup_plonecomments/qcomments.css

    r2240 r2241  
    1 .discussion h3 .anchor { 
     1.discussion .comments { 
    22 color: Black !important; 
    33 text-decoration: none; 
Note: See TracChangeset for help on using the changeset viewer.