Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conpherence/view/ConpherenceDurableColumnView.php
| Show First 20 Lines • Show All 133 Lines • ▼ Show 20 Lines | if ($policies) { | ||||
| ->withPHIDs($policies) | ->withPHIDs($policies) | ||||
| ->execute(); | ->execute(); | ||||
| } | } | ||||
| $this->setPolicyObjects($policy_objects); | $this->setPolicyObjects($policy_objects); | ||||
| $classes = array(); | $classes = array(); | ||||
| $classes[] = 'conpherence-durable-column-header'; | $classes[] = 'conpherence-durable-column-header'; | ||||
| $classes[] = 'phabricator-main-menu-background'; | $classes[] = 'phabricator-main-menu-background'; | ||||
| $classes[] = 'sprite-main-header'; | |||||
| $loading_mask = phutil_tag( | $loading_mask = phutil_tag( | ||||
| 'div', | 'div', | ||||
| array( | array( | ||||
| 'class' => 'loading-mask', | 'class' => 'loading-mask', | ||||
| ), | ), | ||||
| ''); | ''); | ||||
| ▲ Show 20 Lines • Show All 391 Lines • Show Last 20 Lines | |||||