Home
last modified time | relevance | path

Searched +full:wanted +(+path:plugin +path:multiorphan) -(+path:plugin +path:multiorphan +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/multiorphan/
H A DREADME3 Adminstrative GUI to find all sorts of orphaned or wanted pages and media. This works using AJAX in…
H A Dhelper.php102 $form->addElement(form_makeOpenTag('h3', array('class' => 'header wanted')));
103 $form->addElement($this->getLang('wanted'));
105 $form->addElement(form_makeOpenTag('div', array('class' => 'multiorphan__result wanted')));
H A Dscript.js218 * Build up the structure for linked and wanted pages
226 var checkPoint = amount == 0 ? object.wanted : object.linked;
235 …addGUIEntry($output.find('.multiorphan__result.' + (amount == 0 ? 'wanted' : 'linked')), name, url…
410 wanted: {}, property in reset.$currentResults.pages
415 wanted: {}, property in reset.$currentResults.media
H A Dplugin.info.txt6 desc Adminstrative GUI to find all sorts of orphaned or wanted pages and media. This works using …