Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/view/DifferentialResultsTableView.php
| Show First 20 Lines • Show All 72 Lines • ▼ Show 20 Lines | if ($any_hidden) { | ||||
| $this->showMoreString); | $this->showMoreString); | ||||
| $hide_more = javelin_tag( | $hide_more = javelin_tag( | ||||
| 'a', | 'a', | ||||
| array( | array( | ||||
| 'href' => '#', | 'href' => '#', | ||||
| 'mustcapture' => true, | 'mustcapture' => true, | ||||
| ), | ), | ||||
| 'Hide'); | pht('Hide')); | ||||
| $rows[] = javelin_tag( | $rows[] = javelin_tag( | ||||
| 'tr', | 'tr', | ||||
| array( | array( | ||||
| 'class' => 'differential-results-row-show', | 'class' => 'differential-results-row-show', | ||||
| 'sigil' => 'differential-results-row-show', | 'sigil' => 'differential-results-row-show', | ||||
| ), | ), | ||||
| phutil_tag('th', array('colspan' => 2), $show_more)); | phutil_tag('th', array('colspan' => 2), $show_more)); | ||||
| Show All 26 Lines | |||||