Changes between Version 14 and Version 15 of Tickets


Ignore:
Timestamp:
Dec 4, 2011, 10:32:53 PM (12 years ago)
Author:
raimue (Rainer Müller)
Comment:

Add a search box for easier ticket search

Legend:

Unmodified
Added
Removed
Modified
  • Tickets

    v14 v15  
    44
    55= Searching for existing tickets =
     6
     7Find tickets filed against a specific port:
     8
     9{{{
     10#!html
     11<form action="/query" method="get">
     12<label>Port name: <input type="text" name="port" /></label>
     13<input type="hidden" name="port_mode" value="~" />
     14<input type="hidden" name="status" value="!closed" />
     15<input type="submit" value="Search" />
     16</form>
     17}}}
     18
     19See also:
    620
    721 * [/report Ticket Reports]