Home
last modified time | relevance | path

Searched refs:userCountHtml (Results 1 – 1 of 1) sorted by relevance

/plugin/acknowledge/action/
H A Dajax.php229 $html .= $this->userCountHtml($id, 'current', $counts['current']);
234 $html .= $this->userCountHtml($id, 'due', $counts['due']);
251 protected function userCountHtml($id, $status, $count) function in action_plugin_acknowledge_ajax