Edgewall Software

Changeset 4932

Show
Ignore:
Timestamp:
03/02/2007 04:29:28 AM (21 months ago)
Author:
ecarter
Message:

WorkFlow: Remove the <hr /> since it looks a bit odd now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandbox/pycon/ticket-preview/trac/ticket/templates/ticket.html

    r4931 r4932  
    219219      <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))" 
    220220            action="#preview" method="post"> 
    221         <hr /> 
    222221        <h3 py:if="ticket.id"><a name="edit" onfocus="$('#comment').get(0).focus()"> 
    223222            Add/Change #${ticket.id} (${ticket.summary})</a></h3>