Home
last modified time | relevance | path

Searched +full:animal +full:template +full:copy +full:error +(+path:plugin +path:farmer) -(+path:plugin +path:farmer +path:lang) (Results 1 – 1 of 1) sorted by relevance

/plugin/farmer/admin/
H A Dnew.php51 $data['template'],
59 msg(sprintf($this->getLang('animal creation success'), $link), 1);
76 $form->addFieldsetOpen($this->getLang('animal configuration'));
77 $form->addTextInput('animalname', $this->getLang('animal'));
82 $form->addFieldsetOpen($this->getLang('animal template'));
106 $form->addFieldsetOpen($this->getLang('animal administrator'));
134 * Validate the data for a new animal
145 $template = $INPUT->filter('trim')->str('animaltemplate');
165 if (!is_dir(DOKU_FARMDIR . $template)
175 createNewAnimal($name, $adminSetup, $adminPassword, $template, $aclpolicy, $userreg) global() argument
[all...]