Edgewall Software

Changes between Initial Version and Version 1 of Ticket #13242, comment 1


Ignore:
Timestamp:
Jan 27, 2020, 8:03:26 PM (4 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13242, comment 1

    initial v1  
    1717         <h2>${_("Context Navigation")}</h2>
    1818         # if chrome.ctxtnav:
     19diff --git a/trac/ticket/templates/query.html b/trac/ticket/templates/query.html
     20index c82840179..afa60d2dc 100644
     21--- a/trac/ticket/templates/query.html
     22+++ b/trac/ticket/templates/query.html
     23@@ -335,7 +335,9 @@
     24       </form>
     25
     26       # include 'query_results.html'
     27-      # include 'batch_modify.html' if tickets and batch_modify ignore missing
     28+      # if tickets:
     29+      #   include 'batch_modify.html' ignore missing
     30+      # endif
     31
     32       <div id="trac-report-buttons" class="buttons">
     33         # set edit = report_resource and 'REPORT_MODIFY' in perm(report_resource)
    1934}}}