mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Fix: doc
This commit is contained in:
@@ -136,7 +136,11 @@ function ajax_autocompleter2($selected='', $htmlname, $url, $option='')
|
||||
}
|
||||
|
||||
/**
|
||||
* Show an ajax dialog
|
||||
* 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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user