Changeset View
Changeset View
Standalone View
Standalone View
src/applications/maniphest/controller/ManiphestReportController.php
| Show First 20 Lines • Show All 237 Lines • ▼ Show 20 Lines | $table->setColumnClasses( | ||||
| 'right wide', | 'right wide', | ||||
| 'n', | 'n', | ||||
| 'n', | 'n', | ||||
| 'n', | 'n', | ||||
| )); | )); | ||||
| if ($handle) { | if ($handle) { | ||||
| $inst = pht( | $inst = pht( | ||||
| "NOTE: This table reflects tasks <em>currently</em> in ". | "NOTE: This table reflects tasks currently in ". | ||||
| "the project. If a task was opened in the past but added to ". | "the project. If a task was opened in the past but added to ". | ||||
| "the project recently, it is counted on the day it was ". | "the project recently, it is counted on the day it was ". | ||||
| "opened, not the day it was categorized. If a task was part ". | "opened, not the day it was categorized. If a task was part ". | ||||
| "of this project in the past but no longer is, it is not ". | "of this project in the past but no longer is, it is not ". | ||||
| "counted at all."); | "counted at all."); | ||||
| $header = pht("Task Burn Rate for Project %s", $handle->renderLink()); | $header = pht("Task Burn Rate for Project %s", $handle->renderLink()); | ||||
| $caption = phutil_tag('p', array(), $inst); | $caption = phutil_tag('p', array(), $inst); | ||||
| } else { | } else { | ||||
| ▲ Show 20 Lines • Show All 497 Lines • Show Last 20 Lines | |||||