Changeset 4932
- Timestamp:
- 03/02/2007 04:29:28 AM (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandbox/pycon/ticket-preview/trac/ticket/templates/ticket.html
r4931 r4932 219 219 <form py:if="not version and version != 0 and ('TICKET_APPEND' in perm or 'TICKET_CHGPROP' in perm or ('TICKET_CREATE' in perm and not ticket.id))" 220 220 action="#preview" method="post"> 221 <hr />222 221 <h3 py:if="ticket.id"><a name="edit" onfocus="$('#comment').get(0).focus()"> 223 222 Add/Change #${ticket.id} (${ticket.summary})</a></h3>
