Skip to content

Commit

Permalink
Use new form of confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 14, 2016
1 parent d197a0e commit a129446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/categories/viewcat.php
Expand Up @@ -199,7 +199,7 @@

if ($action == 'delete')
{
print $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id.'&type='.$type,$langs->trans('DeleteCategory'),$langs->trans('ConfirmDeleteCategory'),'confirm_delete');
print $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id.'&type='.$type, $langs->trans('DeleteCategory'), $langs->trans('ConfirmDeleteCategory'), 'confirm_delete', '', '', 1);
}

print '<table width="100%" class="border">';
Expand Down

0 comments on commit a129446

Please sign in to comment.