Ticket #4611: admin_spammonitor.html.diff
| File admin_spammonitor.html.diff, 902 bytes (added by johann@…, 5 years ago) |
|---|
-
tracspamfilter/templates/admin_spammonitor.html
44 44 <input type="checkbox" name="sel" value="${entry.id}" /> 45 45 </td> 46 46 <td class="author" py:with="auth = entry.authenticated and 'yes' or 'no'" 47 title="${ len(entry.author) > 25 and entry.authoror None}">47 title="${entry.author and len(entry.author) > 25 or None}"> 48 48 <a href="$entry_href"><img src="${href.chrome('spamfilter', auth + '.gif')}" 49 49 title="User was ${entry.authenticated and 'was' or 'was not'} logged in" 50 50 alt="$auth" /> ${shorten_line(entry.author, 25) or 'anonymous'}</a>
