Ignore:
Timestamp:
Nov 13, 2009 4:04:17 PM (14 years ago)
Author:
wald
Message:

Avatar image logic changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecomments/brunches/wald/quintagroup/plonecomments/browser/comments.pt

    r1222 r1378  
    3030                    </a> 
    3131                </h3> 
     32                 
    3233                <div class="documentByLine" 
    3334                     tal:define="creator reply/Creator; 
     
    3536                                 mi python:not anonymous_creator and view.member_info(creator); 
    3637                                 fullname python: mi and mi['fullname'] or creator; 
    37                                  gavatar_src python:view.getGravatar(reply)" > 
    38                     <img alt="Avatar" class="avatar" height="40" width="40" 
     38                                 gavatar_src python:view.getGravatar(reply)"> 
     39                    <img alt="Avatar" class="avatar" width="40" 
    3940                         src="http://default.gavatar.gif" 
    4041                         tal:attributes="src gavatar_src"> 
Note: See TracChangeset for help on using the changeset viewer.