Add a button to Call Broadcast to Cancel the calls.

This commit is contained in:
Mark Crane
2014-02-19 08:20:15 +00:00
parent dbaeadc69c
commit 1e53c4e5af
3 changed files with 71 additions and 1 deletions
@@ -231,6 +231,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "<tr>\n";
echo "<td width='30%' align='left' nowrap='nowrap'><b>".$text['label-call-broadcast']."</b></td>\n";
echo "<td width='70%' align='right'>\n";
echo " <input type='button' class='btn' name='cancel' alt='cancel' onclick=\"window.location='call_broadcast_cancel.php'\" value='".$text['button-cancel']."'>\n";
echo " <input type='button' class='btn' name='back' alt='back' onclick=\"window.location='call_broadcast.php'\" value='".$text['button-back']."'>\n";
echo "</td>\n";
echo "</tr>\n";