equal
deleted
inserted
replaced
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"); |