Update html.form.class.php
This commit is contained in:
parent
38df6ac27b
commit
4aec343b24
@ -3899,7 +3899,7 @@ class Form
|
||||
$formconfirm.= ($question ? '<div class="confirmmessage">'.img_help('','').' '.$question . '</div>': '');
|
||||
$formconfirm.= '</div>'."\n";
|
||||
|
||||
$formconfirm.= "\n<!-- begin ajax form_confirm page=".$page." -->\n";
|
||||
$formconfirm.= "\n<!-- begin ajax formconfirm page=".$page." -->\n";
|
||||
$formconfirm.= '<script type="text/javascript">'."\n";
|
||||
$formconfirm.= 'jQuery(document).ready(function() {
|
||||
$(function() {
|
||||
@ -3970,11 +3970,11 @@ class Form
|
||||
});
|
||||
});
|
||||
</script>';
|
||||
$formconfirm.= "<!-- end ajax form_confirm -->\n";
|
||||
$formconfirm.= "<!-- end ajax formconfirm -->\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
$formconfirm.= "\n<!-- begin form_confirm page=".$page." -->\n";
|
||||
$formconfirm.= "\n<!-- begin formconfirm page=".$page." -->\n";
|
||||
|
||||
if (empty($disableformtag)) $formconfirm.= '<form method="POST" action="'.$page.'" class="notoptoleftroright">'."\n";
|
||||
|
||||
@ -4008,7 +4008,7 @@ class Form
|
||||
if (empty($disableformtag)) $formconfirm.= "</form>\n";
|
||||
$formconfirm.= '<br>';
|
||||
|
||||
$formconfirm.= "<!-- end form_confirm -->\n";
|
||||
$formconfirm.= "<!-- end formconfirm -->\n";
|
||||
}
|
||||
|
||||
return $formconfirm;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user