Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12212


Ignore:
Timestamp:
Oct 1, 2015, 1:53:25 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Proposed changes:

  • trac/timeline/templates/timeline.html

    diff --git a/trac/timeline/templates/timeline.html b/trac/timeline/templates/timeline.html
    index 4ebb4de..a8f3263 100644
    a b  
    3232        <label>by author <input type="text" size="16" name="authors" value="$authors" /></label>
    3333       </div>
    3434       <fieldset>
    35         <label py:for="filter in filters">
     35        <label py:for="filter in sorted(filters, key=lambda d: d['label'])">
    3636          <input type="checkbox" name="${filter.name}"
    3737                 checked="${filter.enabled or None}"/> ${filter.label}
    3838        </label>

Legend:

Unmodified
Added
Removed
Modified