GUIFile("SPT--EditResourceCommon.html")); $Words = array( "zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten"); $MysqlSysVars = new MysqlSystemVariables($DB); $MinLen = intval($MysqlSysVars->Get("ft_min_word_len")); $MinLenLang = (isset($Words[$MinLen])) ? $Words[$MinLen] : $MinLen; $Action = ($G_AddingNewResource) ? "Add New" : "Edit"; $SafeResourceName = isset($H_Schema) ? defaulthtmlentities($H_Schema->ResourceName()) : ""; ?>

No resource was found with the specified ID.

No ID was specified.

RequireUIFile("jquery-ui.js"); ?>

(required fields are circled)
SignalEvent("EVENT_HTML_INSERTION_POINT", array($GLOBALS["AF"]->GetPageName(), "Above Edit Form", array( "Resource" => $G_Resource, "AddingNewResource" => $G_AddingNewResource))); ?>
SignalEvent("EVENT_HTML_INSERTION_POINT", array($GLOBALS["AF"]->GetPageName(), "Bottom of Edit Form", array( "Resource" => $G_Resource, "AddingNewResource" => $G_AddingNewResource))); ?>