\n";
return $sToRender;
}
// show the list box when no Org selected
// then shows a text box with the Org's name
function getOrgDisplay($oOrg) {
global $default;
if (!isset($oOrg)) {
$oPatternListBox = & new PatternListBox($default->owl_organisations_table, "name", "id", "fOrgID");
//$oPatternListBox->setIncludeDefaultValue(true);
$oPatternListBox->setPostBackOnChange(true);
return $oPatternListBox->render();
} else {
return "iId . "\">\n" .
"getName() . "\">";
}
}
// gets the updatebutton when a Org is selected
function getUpdateButton($oOrg) {
global $default;
if (isset($oOrg)) {
return "