Searched refs:statusLabel (Results 1 – 3 of 3) sorted by relevance
177 if (!$ret && $this->my) $ret = $this->my->statusLabel($status);220 $dropDownOptions [$option.' '] = $this->my->statusLabel($option);252 $ret .= '>'.$this->my->statusLabel($option).'</option>';
229 $message = str_replace('%status%', $my->statusLabel($status), $message);230 $message = str_replace('%oldstatus%', $my->statusLabel($oldstatus), $message);
66 return $this->statusLabel($task['status']);138 'status' => $this->statusLabel($task['status']),221 function statusLabel($status) { function in helper_plugin_task329 $text = str_replace('@STATUS@', $this->statusLabel($task['status']), $text);