![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$hint_id = checkNumeric($_GET["hint_id"]) | |
$menu_item = "Tool Hints" | |
$hint = new ToolHint() | |
if($hint_id) | $redirect = "/admin/tool_hints" |
$form = new AutoForm($hint) | |
$form | allowDelete = true |
$roleList = new CheckListFieldRenderer($form, "read_access", "Read Access", SiteRole::getRolesArray()) | |
if($hint_id) | else |
if($method=="POST") | $script = $form->writeScript() |
$form = new AutoForm($hint) |
Definition at line 60 of file tool_hint_form.inc.
$hint = new ToolHint() |
Definition at line 51 of file tool_hint_form.inc.
$hint_id = checkNumeric($_GET["hint_id"]) |
Definition at line 47 of file tool_hint_form.inc.
$menu_item = "Tool Hints" |
Definition at line 49 of file tool_hint_form.inc.
if ( $hint_id) $redirect = "/admin/tool_hints" |
Definition at line 58 of file tool_hint_form.inc.
$roleList = new CheckListFieldRenderer($form, "read_access", "Read Access", SiteRole::getRolesArray()) |
Definition at line 67 of file tool_hint_form.inc.
if ( $method=="POST") $script = $form->writeScript() |
Definition at line 88 of file tool_hint_form.inc.
$form allowDelete = true |
Definition at line 65 of file tool_hint_form.inc.
if ( $hint_id) else |
Definition at line 73 of file tool_hint_form.inc.