Ejemplo n.º 1
0
    $theform->addField($theinput);
    $theinput = new inputSmartSearch($db, "pushrecordid", "Pick Push Record For Cron", $therecord["pushrecordid"]);
    $theform->addField($theinput);
}
//end if
$theinput = new inputField("job", $therecord["job"], "script", false, NULL, 32, 128, false);
$theform->addField($theinput);
$theinput = new inputDatePicker("startdate", $therecord["startdate"], "start date", true, 11, 15, false);
$theform->addField($theinput);
$theinput = new inputTimePicker("starttime", $therecord["starttime"], "start time", true, 11, 15, false);
$theform->addField($theinput);
$theinput = new inputDatePicker("enddate", $therecord["enddate"], "end date", false, 11, 15, false);
$theform->addField($theinput);
$theinput = new inputTimePicker("endtime", $therecord["endtime"], "end time", false, 11, 15, false);
$theform->addField($theinput);
$thetable->getCustomFieldInfo();
$theform->prepCustomFields($db, $thetable->customFieldsQueryResult, $therecord);
$theform->jsMerge();
//==============================================================
//End Form Elements
include "header.php";
?>
<div class="bodyline">
	<?php 
$theform->startForm($pageTitle);
?>

	<fieldset id="fsAttributes">
		<legend>attributes</legend>
		<p><?php 
$theform->showField("inactive");