Home
last modified time | relevance | path

Searched refs:mailtemplate (Results 1 – 3 of 3) sorted by path

/plugin/bureaucracy-au/helper/
H A Dactionmail.php12 protected $mailtemplate = ''; variable in helper_plugin_bureaucracyau_actionmail
42 if($this->mailtemplate) {
136 $this->mailtemplate = $this->replace($field->getParam('template'));
137 resolve_pageid(getNS($ID), $this->mailtemplate, $ignored);
182 $content = rawWiki($this->mailtemplate);
/plugin/bureaucracy/helper/
H A Dactionmail.php12 protected $mailtemplate = ''; variable in helper_plugin_bureaucracy_actionmail
48 if($this->mailtemplate) {
145 $this->mailtemplate = $this->replace($field->getParam('template'));
146 resolve_pageid(getNS($ID), $this->mailtemplate, $ignored);
191 $content = rawWiki($this->mailtemplate);
/plugin/bureaucracyau/helper/
H A Dactionmail.php12 protected $mailtemplate = ''; variable in helper_plugin_bureaucracyau_actionmail
42 if($this->mailtemplate) {
136 $this->mailtemplate = $this->replace($field->getParam('template'));
137 resolve_pageid(getNS($ID), $this->mailtemplate, $ignored);
182 $content = rawWiki($this->mailtemplate);