"; echo "
"; } $sitepart_options = array(); if (isset($input_line['options'])) { $sitepart_options = unserialize($input_line['options']); } ?>
get("new_collection_field"); } else { echo $translation->get("edit_collection_field"); } ?> get("back"), $formname, "loadCard('editCustomSetup_collection', true)"); ?>
' . join("\r\n", $messages) . '
'; } } $is_teaser = 1; if (isset($input_line["is_teaser"])) { $is_teaser = $input_line["is_teaser"]; } $show_description_title = 0; if (isset($input_line["show_description_title"])) { $show_description_title = $input_line["show_description_title"]; } $is_bulletlist = 0; if (isset($input_line["is_bulletlist"])) { $is_bulletlist = $input_line["is_bulletlist"]; } ?>
" /> " />
get("choose_type"), "main_input_choose_type", $input_line, $selectedField); ?>
get("input_maxlength"), "main_input_maxlength", "number", $input_line["input_maxlength"]) ?>
get("note"), "main_input_note", "text", $input_line["note"]) ?>
get("textkey"), "main_input_code", "code", $input_line["code"], 20) ?>
get("description"), "main_input_description", "text", $input_line["fieldname"], 45) ?>
get("optionvalues"), "main_input_option_string", "text", $input_line["option_string"], 400) ?>
get("is_bulletlist"), "main_input_is_bulletlist", "checkbox", $is_bulletlist) ?>
get("show_in_teaser"), "main_input_is_teaser", "checkbox", $is_teaser) ?>
get("show_description_title"), "main_input_show_description_title", "checkbox", $show_description_title) ?>
get("mandatory_field"), "main_input_mandatory", "checkbox", $input_line["mandatory"]) ?>
0) { $sitepartCode = $siteparts[$input_line['type_id']]['code']; $sitepartfolder = $siteparts[$input_line['type_id']]['folder']; $include = MODULE_PATH . $sitepartfolder . "/collection_" . $sitepartCode . "_cardform.inc.php"; if (file_exists($include)) { require_once($include); } } elseif ($input_line['fieldtype'] == 'standard' && $input_line['type_id'] == 5) { $include = MODULE_PATH . "collection/edit_collection_image_config.inc.php"; if (file_exists($include)) { require_once($include); } } ?>