Beispiel #1
0
 protected function getLabel()
 {
     if (JElementSPSection::getInstance()->get('task') == 'list.date') {
         return parent::getLabel();
     }
 }
Beispiel #2
0
 protected function getInput()
 {
     return str_replace('urlparams', 'jform[request]', JElementSPSection::getInstance()->fetchElement(preg_replace('/^sp/', null, $this->type)));
 }