Newer
Older
ubFramework / Portal / docroot / templates / admin / dialer / dialer.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 669 bytes Cleaning Up Making It A Sub Module
<form method="POST" action="{SELF}">
<div style="float: left;">
<h1>Predictive Campaign Settings</h1>
</div>
<div style="float: right;">
<h1>Retainer Balance ${PREDICTIVE_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>
</tr>
{DIALER_ROWS}
<tr>
<td style="border-bottom: 0px;" colspan="7"><input type="submit" value="Update"></td>
</tr>
</table>
</form>