Newer
Older
ubFramework / Portal / docroot / templates / admin / dialer / preferences.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 2 KB Cleaning Up Making It A Sub Module
<h1>ubDialin Preferences</h1>
<hr />
{MESSAGES}
<form method="POST" action="{SELF}">
<h2>Broadcast Dialer Preferences:</h2>
<table class="pmTable">
<tr>
  <th>Rate Plan:</th>
  <td><input type="radio" name="data[bc_ro]" value="0" {B0}> ${BC_CPM}/Minute (Blended Rate)<br /><input type="radio" name="data[bc_ro]" value="1" {B1}> Current Rate Deck</td>
  <td>Rate Plan For Call Cost Per Minute</td>
</tr>
<tr>
  <th>Retainer Balance:</th>
  <td>${BC_BALANCE}</td>
  <td>Available Credit</td>
</tr>
<tr>
  <th>Total Daily Budget:</th>
  <td>$<input type="test" name="data[bc_dailylimit]" value="{BC_DAILYLIMIT}"></td>
  <td>Total Allowable Spending Across All Broadcast Campaigns</td>
</tr>
<tr>
  <th>Replenish Threshold:</th>
  <td>$<input type="text" name="data[bc_threshold]" value="{BC_THRESHOLD}"></td>
  <td>The Retainer Balance That Will Trigger A Reload</td>
</tr>
<tr>
  <th>Replenish Amount:</th>
  <td>$<input type="text" name="data[bc_ramount]" value="{BC_RAMOUNT}"></td>
  <td>The Amount To Reload Into Your Retainer</td>
</tr>
</table>
<h2>Predictive Dialer Preferences</h2>
<table class="pmTable">
<tr>
  <th>Rate Plan:</th>
  <td><input type="radio" name="data[dc_ro]" value="0" {D0}> ${DC_CPM}/Minute (Blended Rate)<br /><input type="radio" name="data[dc_ro]" value="1" {D1}> Current Rate Deck</td>
  <td>Rate Plan For Call Cost Per Minute</td>
</tr>
<tr>
  <th>Retainer Balance:</th>
  <td>${DC_BALANCE}</td>
  <td>Available Credit</td>
</tr>
<tr>
  <th>Total Daily Budget:</th>
  <td>$<input type="test" name="data[dc_dailylimit]" value="{DC_DAILYLIMIT}"></td>
  <td>Total Allowable Spending Across All Predictive Campaigns</td>
</tr>
<tr>
  <th>Replenish Threshold:</th>
  <td>$<input type="text" name="data[dc_threshold]" value="{DC_THRESHOLD}"></td>
  <td>The Retainer Balance That Will Trigger A Reload</td>
</tr>
<tr>
  <th>Replenish Amount:</th>
  <td>$<input type="text" name="data[dc_ramount]" value="{DC_RAMOUNT}"></td>
  <td>The Amount To Reload Into Your Retainer</td>
</tr>
</table>
<input type="submit" name="data[up]" value="Update">
</form>