<form method="POST" action="{SELF}">
<input type="hidden" name="data[cid]" value="{CID}">
<h1>Schedule For Campaign {CID}</h1>
<hr />
<div style="float: left;padding-right: 10px;\">
<strong>NOTES:</strong>
</div>
<div style="float: left;\">
<strong>All of these settings will override the campaigns current settings</strong><br />
Start and Stop time are in 24hour format<br />
</div>
<br style="clear: both;" />
<br />
<table class="paymentMethods">
<tr>
<th style="width:325px;">Day Of Week</th>
<th style="width:65px;">Start Time</th>
<th style="width:65px;">Stop Time</th>
<th style="width:125px;">Ring-To</th>
<th style="width:65px;">Rate</th>
<th style="width:65px;">Active</th>
</tr>
{ROWS}
<tr>
</tr>
<tr>
<td colspan="6"><input type="submit" value="Update"></td>
</tr>
</table>
</form>