Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/diff/view/PHUIDiffInlineCommentDetailView.php
| Show First 20 Lines • Show All 264 Lines • ▼ Show 20 Lines | if ($this->editable && !$this->preview) { | ||||
| 'a', | 'a', | ||||
| array( | array( | ||||
| 'class' => 'inline-button-divider pml msl', | 'class' => 'inline-button-divider pml msl', | ||||
| 'meta' => array( | 'meta' => array( | ||||
| 'anchor' => $anchor_name, | 'anchor' => $anchor_name, | ||||
| ), | ), | ||||
| 'sigil' => 'differential-inline-preview-jump', | 'sigil' => 'differential-inline-preview-jump', | ||||
| ), | ), | ||||
| pht('Not Visible')); | pht('View')); | ||||
| $action_buttons[] = id(new PHUIButtonView()) | $action_buttons[] = id(new PHUIButtonView()) | ||||
| ->setTag('a') | ->setTag('a') | ||||
| ->setTooltip(pht('Delete')) | ->setTooltip(pht('Delete')) | ||||
| ->setIcon('fa-trash-o') | ->setIcon('fa-trash-o') | ||||
| ->addSigil('differential-inline-delete') | ->addSigil('differential-inline-delete') | ||||
| ->setMustCapture(true); | ->setMustCapture(true); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 198 Lines • Show Last 20 Lines | |||||