## This file is subject to the terms and conditions defined in
## file 'LICENSE', which is part of this source code package.
## Copyright (c) 2009 SKR Farms (P) LTD.
<%inherit file="/base/basic1.html"/>
<%namespace name="elements" file="/component/elements.html"/>
<%namespace name="forms" file="/component/forms.html"/>
<%!
page_tooltips = [
[ 'Help',
"""Track issues, bugs, features, tasks etc ... using tickets.
The three main attributes of a ticket are type, status, severity.
Type should give an idea about why? and what? of a ticket. Status
tracks ticket workflow. Severity tells how severe the ticket is to the
project (synonymous to priority).
Users can move tickets from one status to another, also setting
its due-date. User who is changing the ticket status will become the new
owner of the ticket.
If, in case a ticket expects a response from a user other than the ticket's
owner, it can be indicated so using 'promptuser' attribute.
Use ticket id, where ever the ticket needs to be referenced.
"""
],
]
%>
<%def name="hd_links()">
${parent.hd_links()}
%def>
<%def name="hd_script()">
${parent.hd_script()}
%def>
<%def name="create_ticket()">