\n";
$sToRender .= "\n";
return $sToRender;
}
// gets the updatebutton when a unit is selected
function getUpdateButton() {
global $default;
return "graphicsUrl/widgets/update.gif\" value=\"submit\" border=\"0\"/>\n";
}
// gets the cancel button when a unit is selected
function getCancelButton() {
global $default;
return "rootUrl/control.php?action=listDocs\">graphicsUrl/widgets/cancel.gif\" border=\"0\" />\n";
}
?>