|
create_preview_select($input_line) ?>
get("description"), "input_description", "text", $input_line["description"], 255) ?>
get("use_menuitem_for"), "input_forward_type", array(0 => "1", 1 => "2", 2 => "3"), array(
0 => $translation->get("assign_page"),
1 => $translation->get("internal_forward"),
2 => $translation->get("external_forward"),
), $input_line['forward_type'], FALSE, FALSE, 'onchange="select_forwardtype(this.value);"') ?>
>
navigation_select($translation->get("choose_navigation_item"), "input_forward_navigation_id", $input_line["forward_navigation_id"], $GLOBALS["site"]['id'], $GLOBALS["language"]['id'], FALSE); ?>
>
input($translation->get("internal_url"), "input_forward_url", "text", $input_line["forward_url"], 255) ?>
>
input($translation->get("external_url"), "input_forward_url_external", "text", $input_line["forward_url"], 255) ?>
input($translation->get("insert_parameter"), "input_forward_parameter", "text", $input_line["forward_parameter"], 255) ?>
|