Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/view/DifferentialChangesetListView.php
| Show First 20 Lines • Show All 359 Lines • ▼ Show 20 Lines | $this->initBehavior( | ||||
| pht('Show path in repository.'), | pht('Show path in repository.'), | ||||
| 'Show directory in repository.' => | 'Show directory in repository.' => | ||||
| pht('Show directory in repository.'), | pht('Show directory in repository.'), | ||||
| 'Jump to the comment area.' => | 'Jump to the comment area.' => | ||||
| pht('Jump to the comment area.'), | pht('Jump to the comment area.'), | ||||
| 'Show Changeset' => pht('Show Changeset'), | 'Show Changeset' => pht('Show Changeset'), | ||||
| 'You must select source text to create a new inline comment.' => | |||||
| pht('You must select source text to create a new inline comment.'), | |||||
| 'New Inline Comment' => pht('New Inline Comment'), | |||||
| 'Add new inline comment on selected source text.' => | |||||
| pht('Add new inline comment on selected source text.'), | |||||
| ), | ), | ||||
| )); | )); | ||||
| 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 88 Lines • Show Last 20 Lines | |||||