Home
last modified time | relevance | path

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

/plugin/task/syntax/
H A Dtask.php177 if (!$ret && $this->my) $ret = $this->my->statusLabel($status);
220 $dropDownOptions [$option.' '] = $this->my->statusLabel($option);
252 $ret .= '>'.$this->my->statusLabel($option).'</option>';
/plugin/task/
H A Daction.php229 $message = str_replace('%status%', $my->statusLabel($status), $message);
230 $message = str_replace('%oldstatus%', $my->statusLabel($oldstatus), $message);
H A Dhelper.php66 return $this->statusLabel($task['status']);
138 'status' => $this->statusLabel($task['status']),
221 function statusLabel($status) { function in helper_plugin_task
329 $text = str_replace('@STATUS@', $this->statusLabel($task['status']), $text);