Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/view/DifferentialChangesetListView.php
| Show First 20 Lines • Show All 273 Lines • ▼ Show 20 Lines | $this->initBehavior( | ||||
| 'Hide or show the current file.' => | 'Hide or show the current file.' => | ||||
| pht('Hide or show the current file.'), | pht('Hide or show the current file.'), | ||||
| 'You must select a file to hide or show.' => | 'You must select a file to hide or show.' => | ||||
| pht('You must select a file to hide or show.'), | pht('You must select a file to hide or show.'), | ||||
| 'Unsaved' => pht('Unsaved'), | 'Unsaved' => pht('Unsaved'), | ||||
| 'Unsubmitted' => pht('Unsubmitted'), | 'Unsubmitted' => pht('Unsubmitted'), | ||||
| 'Comments' => pht('Comments'), | 'Comments' => pht('Comments'), | ||||
| 'Hide "Done" Inlines' => pht('Hide "Done" Inlines'), | |||||
| 'Hide Collapsed Inlines' => pht('Hide Collapsed Inlines'), | |||||
| 'Hide Older Inlines' => pht('Hide Older Inlines'), | |||||
| 'Hide All Inlines' => pht('Hide All Inlines'), | |||||
| 'Show All Inlines' => pht('Show All Inlines'), | |||||
| ), | ), | ||||
| )); | )); | ||||
| 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 | |||||