getModule(BigTreeAutoModule::getModuleForView($bigtree["view"])); } BigTree::globalizeArray($bigtree["view"]); $permission = $admin->getAccessLevel($bigtree["module"]["id"]); $module_page = ADMIN_ROOT.$bigtree["module"]["route"]."/"; // Defaults $search = isset($_POST["search"]) ? $_POST["search"] : ""; $search = isset($_GET["search"]) ? $_GET["search"] : $search; $draggable = (isset($options["draggable"]) && $options["draggable"]) ? true : false; $bigtree["view"]["options"]["per_page"] = 10000; if (isset($options["sort_field"])) { $sort = $options["sort_field"]." ".$options["sort_direction"]; } elseif (isset($options["sort"])) { $sort = $options["sort"]; } else { $sort = "id DESC"; } if ($draggable) { $sort = "position DESC, id ASC"; } // Setup the preview action if we have a preview URL and field. if ($bigtree["view"]["preview_url"]) { $actions["preview"] = "on"; } // Setup custom overrides for group titles when we're grouping by a special BigTree column $group_title_overrides = array(); if ($bigtree["view"]["options"]["group_field"] == "featured") { $group_title_overrides["on"] = "Featured"; $group_title_overrides[""] = "Normal"; } elseif ($bigtree["view"]["options"]["group_field"] == "archived") { $group_title_overrides["on"] = "Archived"; $group_title_overrides[""] = "Active"; } elseif ($bigtree["view"]["options"]["group_field"] == "approved") { $group_title_overrides["on"] = "Approved"; $group_title_overrides[""] = "Not Approved"; } // We're going to append information to the end of an edit string so that we can return to the same page / set of search results after submitting a form. $edit_append = "?view_data=".base64_encode(json_encode(array("view" => $bigtree["view"]["id"], "search" => $search))); // Cache the data in case it's not there. BigTreeAutoModule::cacheViewData($bigtree["view"]); $groups = BigTreeAutoModule::getGroupsForView($bigtree["view"]); ?>
$field) { $x++; ?>
Notice: Undefined variable: field in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/ajax/auto-modules/views/grouped.php on line 60

Notice: Trying to access array offset on value of type null in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/ajax/auto-modules/views/grouped.php on line 60
Status 1) { ?>Actions
$title) { // If the group title contains the search phrase, show everything in that group. if (!$search || strpos(strtolower($title),strtolower($search)) !== false) { $search_in = ""; } else { $search_in = $search; } $r = BigTreeAutoModule::getSearchResults($bigtree["view"],1,$search_in,$sort,$group); if (count($r["results"])) { $gc++; ?>

Notice: Undefined variable: title in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/ajax/auto-modules/views/grouped.php on line 82

Notice: Undefined variable: title in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/ajax/auto-modules/views/grouped.php on line 82