Ticket Change Details
Not logged in
Overview

Artifact ID: 3e9d460eb2d1d30c91548a61ce57199e661d42f9
Ticket: 741c14501ff327c212e7a3440f9f97d71c93e02b
Documentation Edit for Customising the Ticket System.
User & Date: anonymous 2010-04-02 20:04:13
Changes

  1. comment changed to:
    http://www.fossil-scm.org/fossil/doc/tip/www/custom_ticket.wiki
    
    Change:
    
    Look for the text "Contact:" (about halfway through). Then insert these lines after the closing tr tag and before the "enable_output" line: 
    
      <td align="right">Assigned to:</td><td bgcolor="#d0d0d0">
    
    To:
    
    Look for the text "Contact:" (about halfway through). Then insert these lines after the closing tr tag and before the "enable_output" line: 
    
      </tr><tr>
    
      <td align="right">Assigned to:</td><td bgcolor="#d0d0d0">
    
    -----------
    
    This corrects a misalignment in the table layout where the new
    fields are displayed to the right of the existing layout
    instead of as a new line within the layout.
    
  2. private_contact changed to: "0b8aac100efea12886cc63039f65ad822ec66d1c"
  3. severity changed to: "Cosmetic"
  4. status changed to: "Open"
  5. title changed to:
    Documentation Edit for Customising the Ticket System.
    
  6. type changed to: "Documentation"