2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added ability to delete appointment when newly created

This commit is contained in:
azammitdcarf
2009-08-03 02:08:59 +00:00
parent 1d03878bbe
commit 316c0c472b

View File

@@ -191,10 +191,10 @@ if (isset($_GET['appointment_id']) && isset($_GET['case_id']))
print "</form></p>";
print "<p><a href='?'>" . T_("Cancel edit") . "</a></p>";
print "<p><a href='?delete=delete&amp;appointment_id=$appointment_id&amp;case_id=$case_id'>" . T_("Delete this appointment") . "</a></p>";
}
}
}
else
{