Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -437,6 +437,12 @@ |
438 | 438 | $user: user that was watching |
439 | 439 | $article: article object removed |
440 | 440 | |
| 441 | +'UploadForm:initial': before the upload form is generated |
| 442 | +$form: UploadForm object |
| 443 | +You might set the member-variables $uploadFormTextTop and |
| 444 | +$uploadFormTextAfterSummary to inject text (HTML) either before |
| 445 | +or after the editform. |
| 446 | + |
441 | 447 | 'UploadVerification': additional chances to reject an uploaded file |
442 | 448 | string $saveName: destination file name |
443 | 449 | string $tempName: filesystem path to the temporary file for checks |