mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update the path to for the domain select tool to domain_settings.
This commit is contained in:
@@ -428,7 +428,7 @@ function confirmdelete(url) {
|
||||
$tmp_style = "style=\"opacity:0.7;\" ";
|
||||
$tmp_style .= "onmouseover=\"this.style.opacity=1;\" ";
|
||||
$tmp_style .= "onmouseout=\"this.style.opacity=0.7;\" ";
|
||||
echo " <select id='domain_uuid' name='domain_uuid' class='formfld' onchange=\"window.location='".PROJECT_PATH."/core/domains/domains.php?domain_uuid='+this.value+'&domain_change=true';\" $tmp_style>\n";
|
||||
echo " <select id='domain_uuid' name='domain_uuid' class='formfld' onchange=\"window.location='".PROJECT_PATH."/core/domain_settings/domains.php?domain_uuid='+this.value+'&domain_change=true';\" $tmp_style>\n";
|
||||
foreach($_SESSION['domains'] as $row) {
|
||||
if ($row['domain_uuid'] == $_SESSION['domain_uuid']) {
|
||||
echo " <option value='".$row['domain_uuid']."' selected='selected'>".$row['domain_name']."</option>\n";
|
||||
|
||||
@@ -525,7 +525,7 @@ function confirmdelete(url) {
|
||||
$tmp_style = "style=\"opacity:0.7;\" ";
|
||||
$tmp_style .= "onmouseover=\"this.style.opacity=1;\" ";
|
||||
$tmp_style .= "onmouseout=\"this.style.opacity=0.7;\" ";
|
||||
echo " <select id='domain_uuid' name='domain_uuid' class='formfld' onchange=\"window.location='".PROJECT_PATH."/core/domains/domains.php?domain_uuid='+this.value+'&domain_change=true';\" $tmp_style>\n";
|
||||
echo " <select id='domain_uuid' name='domain_uuid' class='formfld' onchange=\"window.location='".PROJECT_PATH."/core/domain_settings/domains.php?domain_uuid='+this.value+'&domain_change=true';\" $tmp_style>\n";
|
||||
foreach($_SESSION['domains'] as $row) {
|
||||
if ($row['domain_uuid'] == $_SESSION['domain_uuid']) {
|
||||
echo " <option value='".$row['domain_uuid']."' selected='selected'>".$row['domain_name']."</option>\n";
|
||||
|
||||
@@ -661,7 +661,7 @@ function confirmdelete(url) {
|
||||
$tmp_style = "style=\"opacity:0.7;\" ";
|
||||
$tmp_style .= "onmouseover=\"this.style.opacity=1;\" ";
|
||||
$tmp_style .= "onmouseout=\"this.style.opacity=0.7;\" ";
|
||||
echo " <select id='domain_uuid' name='domain_uuid' class='formfld' onchange=\"window.location='".PROJECT_PATH."/core/domains/domains.php?domain_uuid='+this.value+'&domain_change=true';\" $tmp_style>\n";
|
||||
echo " <select id='domain_uuid' name='domain_uuid' class='formfld' onchange=\"window.location='".PROJECT_PATH."/core/domain_settings/domains.php?domain_uuid='+this.value+'&domain_change=true';\" $tmp_style>\n";
|
||||
foreach($_SESSION['domains'] as $row) {
|
||||
if ($row['domain_uuid'] == $_SESSION['domain_uuid']) {
|
||||
echo " <option value='".$row['domain_uuid']."' selected='selected'>".$row['domain_name']."</option>\n";
|
||||
|
||||
@@ -662,7 +662,7 @@ function confirmdelete(url) {
|
||||
$tmp_style = "style=\"opacity:0.7;\" ";
|
||||
$tmp_style .= "onmouseover=\"this.style.opacity=1;\" ";
|
||||
$tmp_style .= "onmouseout=\"this.style.opacity=0.7;\" ";
|
||||
echo " <select id='domain_uuid' name='domain_uuid' class='formfld' onchange=\"window.location='".PROJECT_PATH."/core/domains/domains.php?domain_uuid='+this.value+'&domain_change=true';\" $tmp_style>\n";
|
||||
echo " <select id='domain_uuid' name='domain_uuid' class='formfld' onchange=\"window.location='".PROJECT_PATH."/core/domain_settings/domains.php?domain_uuid='+this.value+'&domain_change=true';\" $tmp_style>\n";
|
||||
foreach($_SESSION['domains'] as $row) {
|
||||
if ($row['domain_uuid'] == $_SESSION['domain_uuid']) {
|
||||
echo " <option value='".$row['domain_uuid']."' selected='selected'>".$row['domain_name']."</option>\n";
|
||||
|
||||
Reference in New Issue
Block a user