zikula-modules / Clip

Flexible Document Creator
35 stars 8 forks source link

Reset-Option in clip_category_browser and clip_pagerabc #147

Closed porzellankompass closed 10 years ago

porzellankompass commented 11 years ago

in both functions i am missing a "reset"-option calling all entries.

in function.clip_category_browser something like ($includenulllink):

        $allcat = array(
            -1 => array(
                'fullTitle' => $view->__('All'),
                'url'       => Clip_Util::url($tid, 'list'),
                'depth'     => 0,
                'selected'  => 0
            )
        );
        $cats = array_merge($allcat, $cats);

Do not know, if this will do it, cause I am a DAU. Probally entry has to be count.

matheo commented 10 years ago

Both plugins now supports the printempty option.