Searched +full:type +full:. +full:both +(+path:plugin +path:multiorphan) -(+path:plugin +path:multiorphan +path:lang) (Results 1 – 3 of 3) sorted by relevance
/plugin/multiorphan/action/ |
H A D | multiorphan.php | 5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 6 * @author i-net software <tools@inetsoftware.de> 71 $type = 'both'; //$INPUT->str('type'); 74 if ( $type == 'both' || $type == 'pages') { 86 if ( $type == 'both' || $type == 'media') { 91 'pattern' => '/' . str_replace('/', '\/', trim($INPUT->str('filter'))) . '/' 223 // still not media type so ignore the entry. 257 $itemIndex = $mid . (!empty($hash) ? '#'.$hash : ''); 425 @include_once( dirname( __FILE__ ) . "/../inc/MultiOrphanDummyRenderer.php"); 435 switch( $type ) { [all …]
|
/plugin/multiorphan/ |
H A D | style.less | 23 input[type=checkbox] { 30 legend, fieldset.hideOptions .forceVisible { 35 clear: both; 39 clear: both; 51 .multiorphan__throbber, .multiorphan__throbber img { 57 .multiorphan__result_group .header[count]:after { 86 &.deleted, &.deleted:hover { 90 &.deleted:nth-child(even), &.deleted:nth-child(even):hover { 146 ul.tabs, ul.actions { 154 div.panelContent .image { [all …]
|
H A D | script.js | 9 view : function(type) { argument 15 if (type === 'Page' || type === 'URL') { 18 …request({'do':'view'+type, 'link':decodeURIComponent($link.attr('elementid'))}, function(response){ 39 delete : function(type) { argument 44 …request({'do':'delete'+type , 'link':decodeURIComponent($link.attr('elementid'))}, function(respon… 85 $orphanForm.find('button[type=submit]').text(getLang('start')); 93 $orphanForm.find('button[type=submit]').text(getLang('stop')); 192 * Add an entry to the accordion of the according type. 292 $pagesOut.prev('.header').attr('count', $currentResults.pages.orphan.length); 321 // data['type'] = $orphanForm.find('select[name=type]').val() || 'both'; [all …]
|