equal
deleted
inserted
replaced
44 <input type="button" class="button" OnClick="location.href='<? echo $_SERVER["REQUEST_URI"] ?>&confirm=1'" value="<? echo _('Yes'); ?>"> |
44 <input type="button" class="button" OnClick="location.href='<? echo $_SERVER["REQUEST_URI"] ?>&confirm=1'" value="<? echo _('Yes'); ?>"> |
45 <input type="button" class="button" OnClick="location.href='<? echo $_SERVER["REQUEST_URI"] ?>&confirm=0'" value="<? echo _('No'); ?>"> |
45 <input type="button" class="button" OnClick="location.href='<? echo $_SERVER["REQUEST_URI"] ?>&confirm=0'" value="<? echo _('No'); ?>"> |
46 <? |
46 <? |
47 } else { |
47 } else { |
48 include_once("inc/header.inc.php"); |
48 include_once("inc/header.inc.php"); |
49 echo _("Nothing to do!"); |
49 echo _('Nothing to do!'); |
50 } |
50 } |
51 include_once("inc/footer.inc.php"); |
51 include_once("inc/footer.inc.php"); |