diff options
| author | ivan <ivan> | 2010-07-29 03:44:49 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-07-29 03:44:49 +0000 |
| commit | 69034061e197dfcbc20b1fafd0cf8c4cf698c7ae (patch) | |
| tree | 08a55d22b3899d826ed825dbfcc5d7c133f6f90b /rt/share/html/Ticket/Elements/Tabs | |
| parent | 4f54d6262ada351e47c4ac1af91dee542de076a4 (diff) | |
start of checklist/workflow, RT#8805
Diffstat (limited to 'rt/share/html/Ticket/Elements/Tabs')
| -rwxr-xr-x | rt/share/html/Ticket/Elements/Tabs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rt/share/html/Ticket/Elements/Tabs b/rt/share/html/Ticket/Elements/Tabs index c893a350c..6943a2703 100755 --- a/rt/share/html/Ticket/Elements/Tabs +++ b/rt/share/html/Ticket/Elements/Tabs @@ -142,6 +142,10 @@ if ($Ticket) { title => loc('Links'), path => "Ticket/ModifyLinks.html?id=" . $id, }, + _Ea => { + title => loc('Checklist'), + path => "Ticket/Checklist.html?id=" . $id, + }, _Eb=> { title => loc('Customers'), path => "Ticket/ModifyCustomers.html?id=" . $id, |
