Home
last modified time | relevance | path

Searched refs:MENUMODULE (Results 1 – 3 of 3) sorted by relevance

/dports/www/otrs/otrs-rel-6_0_29/Kernel/Output/HTML/TicketOverview/
H A DMedium.pm102 MENUMODULE: label
105 next MENUMODULE if !IsHashRefWithData( $Menus{$Menu} );
106 next MENUMODULE if ( $Menus{$Menu}->{View} && $Menus{$Menu}->{View} ne $Param{View} );
119 next MENUMODULE if !IsHashRefWithData($Item);
159 next MENUMODULE if !$Item->{HTML};
H A DPreview.pm104 MENUMODULE: label
107 next MENUMODULE if !IsHashRefWithData( $Menus{$Menu} );
108 next MENUMODULE if ( $Menus{$Menu}->{View} && $Menus{$Menu}->{View} ne $Param{View} );
121 next MENUMODULE if !IsHashRefWithData($Item);
161 next MENUMODULE if !$Item->{HTML};
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Output/HTML/
H A DLayout.pm3103 MENUMODULE: label
3107 next MENUMODULE if !$MainObject->Require( $Jobs{$Job}->{Module} );
3112 next MENUMODULE if !$Object;