delete_record.php
changeset 48 2b8781fd2e49
parent 47 ae140472d97c
child 65 ce1c4d5e1576
equal deleted inserted replaced
47:ae140472d97c 48:2b8781fd2e49
    53         <input type="button" class="button" OnClick="location.href='<? echo $_SERVER["REQUEST_URI"] ?>&confirm=1'" value="<? echo _('Yes'); ?>"> 
    53         <input type="button" class="button" OnClick="location.href='<? echo $_SERVER["REQUEST_URI"] ?>&confirm=1'" value="<? echo _('Yes'); ?>"> 
    54 	<input type="button" class="button" OnClick="location.href='<? echo $_SERVER["REQUEST_URI"] ?>&confirm=0'" value="<? echo _('No'); ?>">
    54 	<input type="button" class="button" OnClick="location.href='<? echo $_SERVER["REQUEST_URI"] ?>&confirm=0'" value="<? echo _('No'); ?>">
    55         <?
    55         <?
    56 } else {
    56 } else {
    57         include_once("inc/header.inc.php");
    57         include_once("inc/header.inc.php");
    58         echo _("Nothing to do!");
    58         echo _('Nothing to do!');
    59 }
    59 }
    60 include_once("inc/footer.inc.php");
    60 include_once("inc/footer.inc.php");