Exemple #1
0
 function showHtmlList($elementName = "", $cacheManager = 0)
 {
     global $gorumroll;
     // ez beallitja $this->select-et es vegrehajtja a setupCustomListAppearance-t ha szukseges:
     $this->getListSelect(FALSE, $elementName);
     // ha egy kategoria itemjei:
     if ($gorumroll->list == "item") {
         $this->setupCategorySpecificList();
     }
     parent::showHtmlList($elementName, $cacheManager);
 }
Exemple #2
0
 function showHtmlList()
 {
     global $gorumroll;
     $this->activateVariableFields();
     parent::showHtmlList();
     if ($gorumroll->list == "user") {
         $ctrl = new AppController("user_inactive/list");
         $gorumroll->processMethod($ctrl, "inactiveList");
     }
 }