Remove the call center tiers button

This commit is contained in:
Mark Crane 2014-05-16 18:41:38 +00:00
parent 8c06f51823
commit 70eed27407
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ require_once "resources/paging.php";
echo "<td width='50%' align='left' nowrap='nowrap'><b>".$text['header-call_center_queues']."</b></td>\n";
echo "<td width='50%' align='right'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-agents']."' onclick=\"window.location='call_center_agents.php'\" value='".$text['button-agents']."'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-tiers']."' onclick=\"window.location='call_center_tiers.php'\" value='".$text['button-tiers']."'>\n";
echo "</td>\n";
echo "</tr>\n";
echo "<tr>\n";