Changeset 7382
- Timestamp:
- 07/23/2008 08:46:56 PM (5 weeks ago)
- Location:
- branches/0.11-stable/trac/ticket/templates
- Files:
-
- 2 modified
-
ticket.html (modified) (1 diff)
-
ticket.rss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11-stable/trac/ticket/templates/ticket.html
r7086 r7382 65 65 set to <em>${field.new}</em> 66 66 </py:when> 67 <py:otherwise>deleted</py:otherwise> 67 <py:otherwise> 68 <em>${field.old}</em> deleted 69 </py:otherwise> 68 70 </py:choose> 69 71 </li> -
branches/0.11-stable/trac/ticket/templates/ticket.rss
r7381 r7382 33 33 </py:when> 34 34 <py:when test="value.new"> 35 changed from <em>$value.old</em> to <em>$value.new</em> .35 changed from <em>$value.old</em> to <em>$value.new</em> 36 36 </py:when> 37 37 <py:otherwise> 38 deleted38 <em>$value.old</em> deleted 39 39 </py:otherwise> 40 40 </py:choose>
