| [ Index ] |
PHP Cross Reference of DokuWiki |
[Summary view] [Print] [Text view]
1 /** 2 * Add JavaScript confirmation to the User Delete button 3 */ 4 function usrmgr_delconfirm(){ 5 if($('usrmgr__del')){ 6 addEvent( $('usrmgr__del'),'click',function(){ return confirm(reallyDel); } ); 7 } 8 }; 9 addInitEvent(usrmgr_delconfirm);
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Dec 2 01:30:01 2008 | Cross-referenced by PHPXref 0.7 |