Conferences - List: Display CDR link in Tools column, if allowed.
This commit is contained in:
parent
324b720cda
commit
ea59d3bf58
|
|
@ -260,6 +260,9 @@
|
|||
else {
|
||||
echo " &nsbp;\n";
|
||||
}
|
||||
if (permission_exists('conference_cdr_view')) {
|
||||
echo " <a href='".PROJECT_PATH.'/app/conference_cdr/conference_cdr.php?id='.urlencode($row['conference_uuid'])."'>".$text['label-cdr']."</a>\n";
|
||||
}
|
||||
echo " </td>\n";
|
||||
if (permission_exists('conference_edit')) {
|
||||
echo " <td class='no-link center'>";
|
||||
|
|
|
|||
|
|
@ -4437,6 +4437,28 @@ $text['label-user']['ru-ru'] = "Пользователь";
|
|||
$text['label-user']['sv-se'] = "Användare";
|
||||
$text['label-user']['uk-ua'] = "Користувачі";
|
||||
|
||||
$text['label-cdr']['en-us'] = "CDR";
|
||||
$text['label-cdr']['en-gb'] = "CDR";
|
||||
$text['label-cdr']['ar-eg'] = "";
|
||||
$text['label-cdr']['de-at'] = ""; //copied from de-de
|
||||
$text['label-cdr']['de-ch'] = ""; //copied from de-de
|
||||
$text['label-cdr']['de-de'] = "";
|
||||
$text['label-cdr']['el-gr'] = "CDR";
|
||||
$text['label-cdr']['es-cl'] = "";
|
||||
$text['label-cdr']['es-mx'] = ""; //copied from es-cl
|
||||
$text['label-cdr']['fr-ca'] = ""; //copied from fr-fr
|
||||
$text['label-cdr']['fr-fr'] = "";
|
||||
$text['label-cdr']['he-il'] = "";
|
||||
$text['label-cdr']['it-it'] = "";
|
||||
$text['label-cdr']['nl-nl'] = "";
|
||||
$text['label-cdr']['pl-pl'] = "CDR";
|
||||
$text['label-cdr']['pt-br'] = "CDR"; //copied from pt-pt
|
||||
$text['label-cdr']['pt-pt'] = "";
|
||||
$text['label-cdr']['ro-ro'] = "";
|
||||
$text['label-cdr']['ru-ru'] = "";
|
||||
$text['label-cdr']['sv-se'] = "";
|
||||
$text['label-cdr']['uk-ua'] = "";
|
||||
|
||||
$text['button-tickets']['en-us'] = "Tickets";
|
||||
$text['button-tickets']['en-gb'] = "Tickets";
|
||||
$text['button-tickets']['ar-eg'] = "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue