Changeset View
Changeset View
Standalone View
Standalone View
src/applications/diffusion/controller/DiffusionLintController.php
| Show First 20 Lines • Show All 110 Lines • ▼ Show 20 Lines | if (!$this->diffusionRequest) { | ||||
| id(new AphrontFormTokenizerControl()) | id(new AphrontFormTokenizerControl()) | ||||
| ->setDatasource(new PhabricatorPeopleDatasource()) | ->setDatasource(new PhabricatorPeopleDatasource()) | ||||
| ->setLimit(1) | ->setLimit(1) | ||||
| ->setName('owner') | ->setName('owner') | ||||
| ->setLabel(pht('Owner')) | ->setLabel(pht('Owner')) | ||||
| ->setValue($owners)) | ->setValue($owners)) | ||||
| ->appendChild( | ->appendChild( | ||||
| id(new AphrontFormSubmitControl()) | id(new AphrontFormSubmitControl()) | ||||
| ->setValue('Filter')); | ->setValue(pht('Filter'))); | ||||
| $content[] = id(new AphrontListFilterView())->appendChild($form); | $content[] = id(new AphrontListFilterView())->appendChild($form); | ||||
| } | } | ||||
| $content[] = id(new PHUIObjectBoxView()) | $content[] = id(new PHUIObjectBoxView()) | ||||
| ->setHeaderText(pht('Lint')) | ->setHeaderText(pht('Lint')) | ||||
| ->appendChild($table); | ->appendChild($table); | ||||
| $title = array('Lint'); | $title = array('Lint'); | ||||
| ▲ Show 20 Lines • Show All 214 Lines • Show Last 20 Lines | |||||