diff --git a/agc_2-X/trunk/www/vicidial/call_report_export.php b/agc_2-X/trunk/www/vicidial/call_report_export.php index 50875d37..9d139c68 100644 --- a/agc_2-X/trunk/www/vicidial/call_report_export.php +++ b/agc_2-X/trunk/www/vicidial/call_report_export.php @@ -44,6 +44,7 @@ # 150126-1205 - Fixed issue with Extended and Alt formats # 150727-2143 - Enabled user features for hiding phone numbers and lead data # 150903-1536 - Added compatibility for custom fields data options +# 150909-0747 - Fixed issues with translated select list values, issue #885 # $startMS = microtime(); @@ -1277,17 +1278,17 @@ else echo "

\n"; echo ""._QXZ("Header Row").":
\n"; - echo "\n"; + echo "\n"; echo "

\n"; echo ""._QXZ("Recording Fields").":
\n"; echo "\n"; if ($custom_fields_enabled > 0) @@ -1295,18 +1296,18 @@ else echo "

\n"; echo ""._QXZ("Custom Fields").":
\n"; - echo "\n"; + echo "\n"; } echo "

\n"; echo ""._QXZ("Per Call Notes").":
\n"; - echo "\n"; + echo "\n"; echo "

\n"; echo ""._QXZ("Export Fields").":
\n"; - echo "\n"; + echo "\n"; ### bottom of first column diff --git a/agc_2-X/trunk/www/vicidial/call_report_export_carrier.php b/agc_2-X/trunk/www/vicidial/call_report_export_carrier.php index 94fc91a9..512188d5 100644 --- a/agc_2-X/trunk/www/vicidial/call_report_export_carrier.php +++ b/agc_2-X/trunk/www/vicidial/call_report_export_carrier.php @@ -15,6 +15,7 @@ # 150218-1701 - Added cust_sec and cust_queue_sec to EXTENDED output # 150727-2144 - Enabled user features for hiding phone numbers and lead data # 150903-1537 - Added compatibility for custom fields data options +# 150909-0748 - Fixed issues with translated select list values, issue #885 # $startMS = microtime(); @@ -1298,17 +1299,17 @@ if ($file_exported < 1) echo "

\n"; echo ""._QXZ("Header Row").":
\n"; - echo "\n"; + echo "\n"; echo "

\n"; echo ""._QXZ("Recording Fields").":
\n"; echo "\n"; if ($custom_fields_enabled > 0) @@ -1316,18 +1317,18 @@ if ($file_exported < 1) echo "

\n"; echo ""._QXZ("Custom Fields").":
\n"; - echo "\n"; + echo "\n"; } echo "

\n"; echo ""._QXZ("Per Call Notes").":
\n"; - echo "\n"; + echo "\n"; echo "

\n"; echo ""._QXZ("Export Fields").":
\n"; - echo "\n"; + echo "\n"; ### bottom of first column diff --git a/agc_2-X/trunk/www/vicidial/lead_report_export.php b/agc_2-X/trunk/www/vicidial/lead_report_export.php index 45c5fa57..c96bd962 100644 --- a/agc_2-X/trunk/www/vicidial/lead_report_export.php +++ b/agc_2-X/trunk/www/vicidial/lead_report_export.php @@ -22,6 +22,7 @@ # 150108-1705 - Fixed issue with inbound and no outbound calls export # 150727-2145 - Enabled user features for hiding phone numbers and lead data # 150903-1539 - Added compatibility for custom fields data options +# 150909-0749 - Fixed issues with translated select list values, issue #885 # $startMS = microtime(); @@ -1134,7 +1135,7 @@ else echo "

\n"; echo ""._QXZ("Header Row").":
\n"; - echo "\n"; + echo "\n"; echo "

\n";