Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/view/DifferentialChangesetListView.php
| Show First 20 Lines • Show All 292 Lines • ▼ Show 20 Lines | $this->initBehavior( | ||||
| 'Hide "Done" Inlines' => pht('Hide "Done" Inlines'), | 'Hide "Done" Inlines' => pht('Hide "Done" Inlines'), | ||||
| 'Hide Collapsed Inlines' => pht('Hide Collapsed Inlines'), | 'Hide Collapsed Inlines' => pht('Hide Collapsed Inlines'), | ||||
| 'Hide Older Inlines' => pht('Hide Older Inlines'), | 'Hide Older Inlines' => pht('Hide Older Inlines'), | ||||
| 'Hide All Inlines' => pht('Hide All Inlines'), | 'Hide All Inlines' => pht('Hide All Inlines'), | ||||
| 'Show All Inlines' => pht('Show All Inlines'), | 'Show All Inlines' => pht('Show All Inlines'), | ||||
| 'List Inline Comments' => pht('List Inline Comments'), | 'List Inline Comments' => pht('List Inline Comments'), | ||||
| 'Hide or show all inline comments.' => | |||||
| pht('Hide or show all inline comments.'), | |||||
| ), | ), | ||||
| )); | )); | ||||
| if ($this->header) { | if ($this->header) { | ||||
| $header = $this->header; | $header = $this->header; | ||||
| } else { | } else { | ||||
| $header = id(new PHUIHeaderView()) | $header = id(new PHUIHeaderView()) | ||||
| ->setHeader($this->getTitle()); | ->setHeader($this->getTitle()); | ||||
| ▲ Show 20 Lines • Show All 98 Lines • Show Last 20 Lines | |||||