Home
last modified time | relevance | path

Searched refs:tpl (Results 76 – 100 of 201) sorted by path

123456789

/plugin/bureaucracy/helper/
H A Dfield.php22 protected $tpl; variable in helper_plugin_bureaucracy_field
159 $form->addElement($this->_parse_tpl($this->tpl, $params));
364 * @param string|array $tpl The template as string or array
369 protected function _parse_tpl($tpl, $params) { argument
372 $is_simple = !is_array($tpl);
373 if ($is_simple) $tpl = array($tpl);
375 foreach ($tpl as &$val) {
407 return $is_simple ? $tpl[0] : $tpl;
H A Dfielddate.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
H A Dfieldfile.php33 $this->tpl = form_makeFileField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
36 $this->tpl['class'] .= ' required';
H A Dfieldpassword.php23 … $this->tpl = form_makePasswordField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
26 $this->tpl['class'] .= ' required';
H A Dfieldstatic.php8 protected $tpl = '<p>@@DISPLAY@@</p>'; variable in helper_plugin_bureaucracy_fieldstatic
H A Dfieldsubmit.php47 … $this->tpl = form_makeButton('submit','', '@@DISPLAY|' . $this->getLang('submit') . '@@', $attr);
H A Dfieldtextarea.php23 protected $tpl = variable in helper_plugin_bureaucracy_fieldtextarea
H A Dfieldtextbox.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
28 $this->tpl['class'] .= ' '.$this->opt['class'];
31 $this->tpl['class'] .= ' required';
H A Dfieldtime.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
H A Dfielduser.php19 $this->tpl['class'] .= ' userpicker';
H A Dfieldusers.php19 $this->tpl['class'] .= ' userspicker';
H A Dfieldwiki.php9 protected $tpl = '<p>@@LABEL@@</p>'; variable in helper_plugin_bureaucracy_fieldwiki
50 * @param string|array $tpl The template as string
55 protected function _parse_tpl($tpl, $params) { argument
67 $tpl = p_render('xhtml', $ins, $byref_ignore);
68 return '<p>'.$tpl.'</p>';
H A Dfieldyesno.php92 $this->tpl = '<label class="@@CLASS@@" for="'.$id.'"><span>@@DISPLAY@@</span>'.
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php26 list($tpl, $this->pagename, $sep) = $argv;
44 $tpl = $this->getActionTargetpages($tpl);
120 * @param string $tpl template name as given in form
123 protected function getActionTargetpages($tpl) { argument
129 if ($tpl == '_') {
134 } elseif ($tpl !== '!') {
135 $tpl = $this->replace($tpl);
138 if(substr($tpl, -1) == ':') {
139 $tpl = $tpl.'xxx'; // append a fake page name
141 $tpl = substr($tpl, 0, -3); // cut off fake page name again
[all …]
H A Dfield.php22 protected $tpl; variable in helper_plugin_bureaucracyau_field
159 $form->addElement($this->_parse_tpl($this->tpl, $params));
364 * @param string|array $tpl The template as string or array
369 protected function _parse_tpl($tpl, $params) { argument
372 $is_simple = !is_array($tpl);
373 if ($is_simple) $tpl = array($tpl);
375 foreach ($tpl as &$val) {
407 return $is_simple ? $tpl[0] : $tpl;
H A Dfielddate.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
H A Dfieldfile.php33 $this->tpl = form_makeFileField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
36 $this->tpl['class'] .= ' required';
H A Dfieldpassword.php23 … $this->tpl = form_makePasswordField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
26 $this->tpl['class'] .= ' required';
H A Dfieldstatic.php8 protected $tpl = '<p>@@DISPLAY@@</p>'; variable in helper_plugin_bureaucracyau_fieldstatic
H A Dfieldsubmit.php47 … $this->tpl = form_makeButton('submit','', '@@DISPLAY|' . $this->getLang('submit') . '@@', $attr);
H A Dfieldtextarea.php20 protected $tpl = variable in helper_plugin_bureaucracyau_fieldtextarea
H A Dfieldtextbox.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
28 $this->tpl['class'] .= ' '.$this->opt['class'];
31 $this->tpl['class'] .= ' required';
H A Dfieldtime.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
H A Dfielduser.php19 $this->tpl['class'] .= ' userpicker';
H A Dfieldusers.php19 $this->tpl['class'] .= ' userspicker';

123456789