delete_supermaster.php
changeset 37 b785e54690ce
parent 13 2ff220cfde13
child 47 ae140472d97c
equal deleted inserted replaced
36:4ec5ab29f634 37:b785e54690ce
    25         <input type="button" class="button" OnClick="location.href='<? echo $_SERVER["REQUEST_URI"] ?>&confirm=1'" value="<? echo _('Yes'); ?>"> 
    25         <input type="button" class="button" OnClick="location.href='<? echo $_SERVER["REQUEST_URI"] ?>&confirm=1'" value="<? echo _('Yes'); ?>"> 
    26 	<input type="button" class="button" OnClick="location.href='<? echo $_SERVER["REQUEST_URI"] ?>&confirm=0'" value="<? echo _('No'); ?>">
    26 	<input type="button" class="button" OnClick="location.href='<? echo $_SERVER["REQUEST_URI"] ?>&confirm=0'" value="<? echo _('No'); ?>">
    27         <?
    27         <?
    28 } else {
    28 } else {
    29         include_once("inc/header.inc.php");
    29         include_once("inc/header.inc.php");
    30         die("Nothing to do!");
    30         echo _("Nothing to do!");
    31 }
    31 }
    32 include_once("inc/footer.inc.php");
    32 include_once("inc/footer.inc.php");