ticket_feedback_link

EveAndersson.com : API Browser : ticket_feedback_link

ticket_feedback_link

ticket_feedback_link [ text ] [ module_key ]
Defined in tcl/ticket-defs.tcl

returns the html for a link into the ticket system for page feedback

  • module_key is the primary key for the module in the acs_modules table. If no module key is supplied, we see if a module has been registered to the URL that has been called.
  • text is the text to display as the link.

We need to map module_key to project_id to get this to work properly.

Parameters:
text (defaults to "Feedback")
module_key (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com