"; echo elgg_view("groups/edit/profile", $vars); echo ""; // build the group access options echo ""; // build the group tools options echo ""; // display the save button and some additional form data ?>
"group_guid", "value" => $entity->getGUID(), )); } echo elgg_view("input/submit", array("value" => elgg_echo("save"))); if ($entity) { $delete_url = "action/groups/delete?guid=" . $entity->getGUID(); echo elgg_view("output/url", array( "text" => elgg_echo("groups:delete"), "href" => $delete_url, "confirm" => elgg_echo("groups:deletewarning"), "class" => "elgg-button elgg-button-delete float-alt", )); } elgg_pop_context(); ?>