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