Home
last modified time | relevance | path

Searched refs:intActivated (Results 1 – 6 of 6) sorted by relevance

/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/admin/
H A Dhostgroups.php248 $intActivated = (int)$_SESSION['filter'][$preSearchSession]['active']; variable
249 if ($intActivated == 1) {
252 if ($intActivated == 2) {
255 $mastertp->setVariable('SEL_ACTIVEFILTER_'.$intActivated.'_SELECTED', 'selected');
H A Dservicegroups.php250 $intActivated = (int)$_SESSION['filter'][$preSearchSession]['active']; variable
251 if ($intActivated == 1) {
254 if ($intActivated == 2) {
257 $mastertp->setVariable('SEL_ACTIVEFILTER_'.$intActivated.'_SELECTED', 'selected');
H A Dhosttemplates.php551 $intActivated = (int)$_SESSION['filter'][$preSearchSession]['active']; variable
552 if ($intActivated == 1) {
555 if ($intActivated == 2) {
558 $mastertp->setVariable('SEL_ACTIVEFILTER_'.$intActivated.'_SELECTED', 'selected');
H A Dservicetemplates.php635 $intActivated = (int)$_SESSION['filter'][$preSearchSession]['active']; variable
636 if ($intActivated == 1) {
639 if ($intActivated == 2) {
642 $mastertp->setVariable('SEL_ACTIVEFILTER_'.$intActivated.'_SELECTED', 'selected');
H A Dhosts.php706 $intActivated = (int)$_SESSION['filter'][$preSearchSession]['active']; variable
707 if ($intActivated == 1) {
710 if ($intActivated == 2) {
713 $mastertp->setVariable('SEL_ACTIVEFILTER_'.$intActivated.'_SELECTED', 'selected');
H A Dservices.php766 $intActivated = (int)$_SESSION['filter'][$preSearchSession]['active']; variable
767 if ($intActivated == 1) {
770 if ($intActivated == 2) {
773 $mastertp->setVariable('SEL_ACTIVEFILTER_'.$intActivated.'_SELECTED', 'selected');