---+ action Form to create action for ActionTrackerPlugin ---++ !!action:INPUT
| Create Action Item | |
| Due: | {input {DISABLED} name="comment_url" size="20"} |
| Who: | {input {DISABLED} name="comment_link" size="40"} |
| Description: | {textarea {DISABLED} name="comment" rows="3" cols="80" wrap="soft" onfocus="if (this.value=='{LOCKMSG}') this.value=''" onblur="if (this.value=='') this.value='{LOCKMSG}'" }{LOCKMSG}{/textarea} |
| {input {DISABLED} type="submit" value="Create Action Item"} | |