Searched refs:mail_buildRow (Results 1 – 3 of 3) sorted by relevance
/plugin/bureaucracy-au/helper/ |
H A D | actionmail.php | 110 list($html, $text) = $this->mail_buildRow($label); 114 list($html, $text) = $this->mail_buildRow($label); 129 list($html, $text) = $this->mail_buildRow($label, $message); 144 list($html, $text) = $this->mail_buildRow($label, $value); 165 protected function mail_buildRow($column1,$column2=null) { function in helper_plugin_bureaucracyau_actionmail
|
/plugin/bureaucracyau/helper/ |
H A D | actionmail.php | 110 list($html, $text) = $this->mail_buildRow($label); 114 list($html, $text) = $this->mail_buildRow($label); 129 list($html, $text) = $this->mail_buildRow($label, $message); 144 list($html, $text) = $this->mail_buildRow($label, $value); 165 protected function mail_buildRow($column1,$column2=null) { function in helper_plugin_bureaucracyau_actionmail
|
/plugin/bureaucracy/helper/ |
H A D | actionmail.php | 119 list($html, $text) = $this->mail_buildRow($label); 123 list($html, $text) = $this->mail_buildRow($label); 138 list($html, $text) = $this->mail_buildRow($label, $message); 153 list($html, $text) = $this->mail_buildRow($label, $value); 174 protected function mail_buildRow($column1,$column2=null) { function in helper_plugin_bureaucracy_actionmail
|