diff --git a/app/call_center/app_languages.php b/app/call_center/app_languages.php index 6b06304762..acf8dab6a4 100644 --- a/app/call_center/app_languages.php +++ b/app/call_center/app_languages.php @@ -629,20 +629,20 @@ $text['button-view']['pt-pt'] = "Ver"; $text['button-view']['fr-fr'] = "Voir"; - $text['button-load']['en-us'] = "Load"; - $text['button-load']['es-cl'] = "Cargar"; - $text['button-load']['pt-pt'] = "Carregar"; - $text['button-load']['fr-fr'] = "charger"; + $text['button-start']['en-us'] = "Start"; + $text['button-start']['es-cl'] = "Iniciar"; + $text['button-start']['pt-pt'] = "Iniciar"; + $text['button-start']['fr-fr'] = "Démarrer"; - $text['button-unload']['en-us'] = "Unload"; - $text['button-unload']['es-cl'] = "Descargar"; - $text['button-unload']['pt-pt'] = "Descarregar"; - $text['button-unload']['fr-fr'] = "décharger"; + $text['button-stop']['en-us'] = "Stop"; + $text['button-stop']['es-cl'] = "Detener"; + $text['button-stop']['pt-pt'] = "Parar"; + $text['button-stop']['fr-fr'] = "Stop"; - $text['button-reload']['en-us'] = "Reload"; - $text['button-reload']['es-cl'] = "Recargar"; - $text['button-reload']['pt-pt'] = "Recarregar"; - $text['button-reload']['fr-fr'] = "recharger"; + $text['button-restart']['en-us'] = "Restart"; + $text['button-restart']['es-cl'] = "Reanudar"; + $text['button-restart']['pt-pt'] = "Restart"; + $text['button-restart']['fr-fr'] = "Redémarrer"; $text['confirm-delete']['en-us'] = "Do you really want to delete this?"; $text['confirm-delete']['es-cl'] = "¿Realmente desea eliminar esto?"; diff --git a/app/call_center/call_center_agent_edit.php b/app/call_center/call_center_agent_edit.php index 2c4c62242c..3762774be0 100644 --- a/app/call_center/call_center_agent_edit.php +++ b/app/call_center/call_center_agent_edit.php @@ -56,7 +56,7 @@ else { $agent_call_timeout = check_str($_POST["agent_call_timeout"]); $agent_contact = check_str($_POST["agent_contact"]); $agent_status = check_str($_POST["agent_status"]); - $agent_logout = check_str($_POST["agent_logout"]); + //$agent_logout = check_str($_POST["agent_logout"]); $agent_no_answer_delay_time = check_str($_POST["agent_no_answer_delay_time"]); $agent_max_no_answer = check_str($_POST["agent_max_no_answer"]); $agent_wrap_up_time = check_str($_POST["agent_wrap_up_time"]); @@ -203,7 +203,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $sql .= "agent_call_timeout, "; $sql .= "agent_contact, "; $sql .= "agent_status, "; - $sql .= "agent_logout, "; + //$sql .= "agent_logout, "; $sql .= "agent_no_answer_delay_time, "; $sql .= "agent_max_no_answer, "; $sql .= "agent_wrap_up_time, "; @@ -219,7 +219,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $sql .= "'$agent_call_timeout', "; $sql .= "'$agent_contact', "; $sql .= "'$agent_status', "; - $sql .= "'$agent_logout', "; + //$sql .= "'$agent_logout', "; $sql .= "'$agent_no_answer_delay_time', "; $sql .= "'$agent_max_no_answer', "; $sql .= "'$agent_wrap_up_time', "; @@ -244,7 +244,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $sql .= "agent_call_timeout = '$agent_call_timeout', "; $sql .= "agent_contact = '$agent_contact', "; $sql .= "agent_status = '$agent_status', "; - $sql .= "agent_logout = '$agent_logout', "; + //$sql .= "agent_logout = '$agent_logout', "; $sql .= "agent_no_answer_delay_time = '$agent_no_answer_delay_time', "; $sql .= "agent_max_no_answer = '$agent_max_no_answer', "; $sql .= "agent_wrap_up_time = '$agent_wrap_up_time', "; @@ -280,7 +280,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $agent_call_timeout = $row["agent_call_timeout"]; $agent_contact = $row["agent_contact"]; $agent_status = $row["agent_status"]; - $agent_logout = $row["agent_logout"]; + //$agent_logout = $row["agent_logout"]; $agent_no_answer_delay_time = $row["agent_no_answer_delay_time"]; $agent_max_no_answer = $row["agent_max_no_answer"]; $agent_wrap_up_time = $row["agent_wrap_up_time"]; @@ -310,15 +310,8 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { } //show the content - echo "
| \n";
- echo " "; - echo " |