packageclearall.tpl.php 409 B

12345678
  1. <?php
  2. global $langs;
  3. $params = [];
  4. print '<div class="tabsAction">' . "\n";
  5. print '<div style="width=100%; height: 40px; text-align: center;">';
  6. print dolGetButtonAction('', $langs->trans("packageClearAll"), 'packageclearall', $_SERVER["PHP_SELF"] . '?id=' . $id . '&action=packageclearall&token=' . newToken(), 'packageclearall', $permissiontoclearall, $params);
  7. print '</div>';
  8. print '</div>' . "\n";