mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update email_templates.php
This commit is contained in:
@@ -219,7 +219,13 @@
|
|||||||
echo " <input type='hidden' name=\"email_templates[$x][email_template_uuid]\" value='".$row['email_template_uuid']."' />\n";
|
echo " <input type='hidden' name=\"email_templates[$x][email_template_uuid]\" value='".$row['email_template_uuid']."' />\n";
|
||||||
echo " </td>\n";
|
echo " </td>\n";
|
||||||
if ($_GET['show'] == "all" && permission_exists('email_template_all')) {
|
if ($_GET['show'] == "all" && permission_exists('email_template_all')) {
|
||||||
echo " <td valign='top' class='".$row_style[$c]."'>".$_SESSION['domains'][$row['domain_uuid']]['domain_name']."</td>\n";
|
if (strlen($_SESSION['domains'][$row['domain_uuid']]['domain_name']) > 0) {
|
||||||
|
$domain = $_SESSION['domains'][$row['domain_uuid']]['domain_name'];
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
$domain = $text['label-global'];
|
||||||
|
}
|
||||||
|
echo " <td valign='top' class='".$row_style[$c]."'>".$domain."</td>\n";
|
||||||
}
|
}
|
||||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['template_language']." </td>\n";
|
echo " <td valign='top' class='".$row_style[$c]."'>".$row['template_language']." </td>\n";
|
||||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['template_category']." </td>\n";
|
echo " <td valign='top' class='".$row_style[$c]."'>".$row['template_category']." </td>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user