Home
last modified time | relevance | path

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

/plugin/farmer/admin/
H A Dnew.php59 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
170 foreach ($errors as $error) {
171 msg($error, -1);
194 * Create a new animal
[all...]
H A Dsetup.php55 foreach ($errors as $error) {
56 msg($error, -1);
67 msg($this->getLang('preload creation success'), 1);
71 msg($this->getLang('preload creation error'), -1);
125 $content .= 'RewriteRule ^!([^/]+)/(.*) $2?animal=$1 [QSA,DPI]' . "\n";
126 $content .= 'RewriteRule ^!([^/]+)$ ?animal=$1 [QSA,DPI]' . "\n";