Call Flow Summary add name, application, link, and a new summary style. Controlled by summary_style setting.
This commit is contained in:
@@ -275,13 +275,13 @@
|
||||
//show the results
|
||||
echo "<table class='list'>\n";
|
||||
echo "<tr class='list-header'>\n";
|
||||
echo " <th>".$text['table-hours']."</th>\n";
|
||||
echo " <th>".$text['table-date']."</th>\n";
|
||||
echo " <th class='no-wrap'>".$text['table-time']."</th>\n";
|
||||
echo " <th>".$text['label-hours']."</th>\n";
|
||||
echo " <th>".$text['label-date']."</th>\n";
|
||||
echo " <th class='no-wrap'>".$text['label-time']."</th>\n";
|
||||
echo " <th>Volume</th>\n";
|
||||
echo " <th>".$text['table-minutes']."</th>\n";
|
||||
echo " <th>".$text['table-calls-per-minute']."</th>\n";
|
||||
echo " <th class='center'>".$text['table-missed']."</th>\n";
|
||||
echo " <th>".$text['label-minutes']."</th>\n";
|
||||
echo " <th>".$text['label-calls-per-minute']."</th>\n";
|
||||
echo " <th class='center'>".$text['label-missed']."</th>\n";
|
||||
echo " <th>ASR</th>\n";
|
||||
echo " <th title='".$text['description-aloc']."'>".$text['label-aloc']."</th>\n";
|
||||
echo "</tr>\n";
|
||||
@@ -301,13 +301,13 @@
|
||||
echo " </td>\n";
|
||||
echo "</tr>\n";
|
||||
echo "<tr class='list-header'>\n";
|
||||
echo " <th class='no-wrap'>".$text['table-days']."</th>\n";
|
||||
echo " <th class='no-wrap'>".$text['table-date']."</th>\n";
|
||||
echo " <th class='no-wrap'>".$text['table-time']."</th>\n";
|
||||
echo " <th class='no-wrap'>".$text['label-days']."</th>\n";
|
||||
echo " <th class='no-wrap'>".$text['label-date']."</th>\n";
|
||||
echo " <th class='no-wrap'>".$text['label-time']."</th>\n";
|
||||
echo " <th>Volume</th>\n";
|
||||
echo " <th>".$text['table-minutes']."</th>\n";
|
||||
echo " <th class='no-wrap'>".$text['table-calls-per-minute']."</th>\n";
|
||||
echo " <th class='center'>".$text['table-missed']."</th>\n";
|
||||
echo " <th>".$text['label-minutes']."</th>\n";
|
||||
echo " <th class='no-wrap'>".$text['label-calls-per-minute']."</th>\n";
|
||||
echo " <th class='center'>".$text['label-missed']."</th>\n";
|
||||
echo " <th>ASR</th>\n";
|
||||
echo " <th>ALOC</th>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
Reference in New Issue
Block a user