![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Redirects" | |
$redirect_id = checkNumeric($_GET["redirect_id"]) | |
$redirect = new Redirect() | |
if($redirect_id) | $form = new AutoForm($redirect) |
$form | allowDelete = true |
$roleSelect = new CheckListFieldRenderer($form, "exempt_roles", "Exempt Roles", SiteRole::getRolesArray()) | |
if($method=="POST") | $script = $form->writeScript() |
if ( $redirect_id) $form = new AutoForm($redirect) |
Definition at line 15 of file redirect_form.inc.
$menu_item = "Redirects" |
Definition at line 4 of file redirect_form.inc.
$redirect = new Redirect() |
Definition at line 8 of file redirect_form.inc.
$redirect_id = checkNumeric($_GET["redirect_id"]) |
Definition at line 6 of file redirect_form.inc.
$roleSelect = new CheckListFieldRenderer($form, "exempt_roles", "Exempt Roles", SiteRole::getRolesArray()) |
Definition at line 21 of file redirect_form.inc.
if ( $method=="POST") $script = $form->writeScript() |
Definition at line 39 of file redirect_form.inc.
$form allowDelete = true |
Definition at line 19 of file redirect_form.inc.