Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/view/DifferentialChangesetListView.php
| Show First 20 Lines • Show All 269 Lines • ▼ Show 20 Lines | $this->initBehavior( | ||||
| 'This file content has been collapsed.' => | 'This file content has been collapsed.' => | ||||
| pht('This file content has been collapsed.'), | pht('This file content has been collapsed.'), | ||||
| 'Show Content' => pht('Show Content'), | 'Show Content' => pht('Show Content'), | ||||
| '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'), | |||||
| 'Unsubmitted' => pht('Unsubmitted'), | |||||
| 'Comments' => pht('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 | |||||