This commit is contained in:
Regis Houssin
2010-10-04 09:56:24 +00:00
parent 5497bfc1bb
commit a850ece673

View File

@@ -137,6 +137,10 @@ function ajax_autocompleter2($selected='', $htmlname, $url, $option='')
/**
* Show an ajax dialog
* @param title Title of dialog box
* @param message Message of dialog box
* @param w Width of dialog box
* @param h height of dialog box
*/
function ajax_dialog($title,$message,$w=350,$h=150)
{