Example #1
0
}
?>
 /><label for="monthlyOnThe"> on the</label></p>
						<p>
							<?php 
$theform->showField("monthlyontheweek");
?>
							<?php 
$theform->showField("monthlyontheday");
?>
						</p>
					</div>

					<div id="YearlyDiv">
						<p><?php 
$thetable->showYearlyOptions($therecord, $repeatBase);
?>
</p>

						<p><input id="yearlyOnThe" type="checkbox" name="yearlyOnThe" onclick="yearlyOnTheChecked();" value="1" <?php 
if ($therecord["repeattype"] == "Yearly" && $therecord["repeatontheday"]) {
    echo 'checked="checked"';
}
?>
/><label for="yearlyOnThe"> on the</label></p>
						<p>
							<?php 
$theform->showField("yearlyontheweek");
?>
							<?php 
$theform->showField("yearlyontheday");