diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 17b351a8a3d..c233eaab416 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -1770,9 +1770,40 @@ class Form { $pageyes=$page.'&action='.$action.'&confirm=yes'; $pageno=($useajax == 2?$page.'&confirm=no':''); - // Note: Title is not used by dialogConfirm function - print ''; - // print ''; + + // Old code using PWC + Prototype + //print ''; + //print ''; + + // New code using jQuery only + print '