Newer
Older
ubFramework / Portal / docroot / templates / user / dialer / schedule.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 807 bytes Cleaning Up Making It A Sub Module
<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>