Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conpherence/controller/ConpherenceController.php
| Show First 20 Lines • Show All 64 Lines • ▼ Show 20 Lines | $crumbs->addCrumb( | ||||
| ->setWorkflow(true)); | ->setWorkflow(true)); | ||||
| return hsprintf( | return hsprintf( | ||||
| '%s', | '%s', | ||||
| array( | array( | ||||
| phutil_tag( | phutil_tag( | ||||
| 'div', | 'div', | ||||
| array( | array( | ||||
| 'class' => 'header-loading-mask' | 'class' => 'header-loading-mask', | ||||
| ), | ), | ||||
| ''), | ''), | ||||
| $crumbs)); | $crumbs, | ||||
| )); | |||||
| } | } | ||||
| protected function renderConpherenceTransactions( | protected function renderConpherenceTransactions( | ||||
| ConpherenceThread $conpherence) { | ConpherenceThread $conpherence) { | ||||
| $user = $this->getRequest()->getUser(); | $user = $this->getRequest()->getUser(); | ||||
| $transactions = $conpherence->getTransactions(); | $transactions = $conpherence->getTransactions(); | ||||
| $oldest_transaction_id = 0; | $oldest_transaction_id = 0; | ||||
| ▲ Show 20 Lines • Show All 70 Lines • Show Last 20 Lines | |||||