diff --git a/modules/tagsmap/controllers/admin_tagsmap.php b/modules/tagsmap/controllers/admin_tagsmap.php index 561bcee9..e7c0711a 100644 --- a/modules/tagsmap/controllers/admin_tagsmap.php +++ b/modules/tagsmap/controllers/admin_tagsmap.php @@ -44,6 +44,16 @@ class Admin_TagsMap_Controller extends Admin_Controller { print $view; } + public function confirm_delete_gps($tag_id) { + // Make sure the user meant to hit the delete button. + // Make a new Form. + $view = new Admin_View("admin.html"); + $view->content = new View("admin_tagsmap_delete.html"); + $view->content->tag_id = $tag_id; + print $view; + + } + public function delete_gps($tag_id) { // Delete the GSP data associated with a tag. diff --git a/modules/tagsmap/views/admin_tagsmap.html.php b/modules/tagsmap/views/admin_tagsmap.html.php index 7412d6ee..a3208e75 100644 --- a/modules/tagsmap/views/admin_tagsmap.html.php +++ b/modules/tagsmap/views/admin_tagsmap.html.php @@ -53,7 +53,7 @@ ->find_all(); if (count($existingGPS) > 0) { ?> - | id") ?>"> + | id") ?>">