Newer
Older
ubFramework / Portal / docroot / templates / admin / dialer / broadcast.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 711 bytes Cleaning Up Making It A Sub Module
<form method="POST" action="{SELF}">
<div style="float: left;">
<h1>Broadcast Campaign Settings</h1>
</div>
<div style="float: right;">
<h1>Retainer Balance ${BROADCAST_DIALER_PREPAY}</h1>
</div>
<hr style="clear: both;" />
<br />
<table class="paymentMethods">
<tr>
  <th style="width:75px;">ID</th>
  <th>Name</th>
  <th style="width:125px;">Status</th> 
  <th style="width:100px;">CallerID</th>
  <th style="width:135px;">Local Call Time</th>
  <th style="width:115px;">Daily Limit</th>
  <th style="width:115px;">Used Today</th>
  <th style="width:115px;">Schedule</th>
</tr>
{BROADCAST_ROWS}
<tr>
<td style="border-bottom: 0px;" colspan="8"><input type="submit" value="Update"></td>
</tr>
</table>
</form>