mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Close window using new method
This commit is contained in:
@@ -104,7 +104,7 @@ if(isset($_POST['start']) && isset($_POST['end']) && isset($_POST['day']) && iss
|
||||
|
||||
$db->CompleteTrans();
|
||||
|
||||
xhtml_head(T_("Appointment made"),true,false,false,"onload='top.close()'");
|
||||
xhtml_head(T_("Appointment made"),true,false,false,"onload='parent.closePopup();'");
|
||||
xhtml_foot();
|
||||
exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user