浏览代码

Fix the references to the file name changes.

Mark Crane 12 年之前
父节点
当前提交
5daf6a98de

+ 1 - 1
core/domain_settings/domain_settings_delete.php

@@ -57,7 +57,7 @@ if (strlen($id)>0) {
 
 
 //redirect the user
 //redirect the user
 	require_once "resources/header.php";
 	require_once "resources/header.php";
-	echo "<meta http-equiv=\"refresh\" content=\"2;url=domains_edit.php?id=$domain_uuid\">\n";
+	echo "<meta http-equiv=\"refresh\" content=\"2;url=domain_edit.php?id=$domain_uuid\">\n";
 	echo "<div align='center'>\n";
 	echo "<div align='center'>\n";
 	echo $text['message-delete']."\n";
 	echo $text['message-delete']."\n";
 	echo "</div>\n";
 	echo "</div>\n";

+ 2 - 2
core/domain_settings/domain_settings_edit.php

@@ -119,7 +119,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
 				unset($sql);
 				unset($sql);
 
 
 				require_once "resources/header.php";
 				require_once "resources/header.php";
-				echo "<meta http-equiv=\"refresh\" content=\"2;url=domains_edit.php?id=$domain_uuid\">\n";
+				echo "<meta http-equiv=\"refresh\" content=\"2;url=domain_edit.php?id=$domain_uuid\">\n";
 				echo "<div align='center'>\n";
 				echo "<div align='center'>\n";
 				echo $text['message-add']."\n";
 				echo $text['message-add']."\n";
 				echo "</div>\n";
 				echo "</div>\n";
@@ -141,7 +141,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
 				unset($sql);
 				unset($sql);
 
 
 				require_once "resources/header.php";
 				require_once "resources/header.php";
-				echo "<meta http-equiv=\"refresh\" content=\"2;url=domains_edit.php?id=$domain_uuid\">\n";
+				echo "<meta http-equiv=\"refresh\" content=\"2;url=domain_edit.php?id=$domain_uuid\">\n";
 				echo "<div align='center'>\n";
 				echo "<div align='center'>\n";
 				echo $text['message-update']."\n";
 				echo $text['message-update']."\n";
 				echo "</div>\n";
 				echo "</div>\n";

+ 4 - 4
core/domain_settings/domains.php

@@ -161,7 +161,7 @@ else {
 	echo th_order_by('domain_description', $text['label-description'], $order_by, $order);
 	echo th_order_by('domain_description', $text['label-description'], $order_by, $order);
 	echo "<td align='right' width='42'>\n";
 	echo "<td align='right' width='42'>\n";
 	if (permission_exists('domain_add')) {
 	if (permission_exists('domain_add')) {
-		echo "	<a href='domains_edit.php' alt='".$text['button-add']."'>$v_link_label_add</a>\n";
+		echo "	<a href='domain_edit.php' alt='".$text['button-add']."'>$v_link_label_add</a>\n";
 	}
 	}
 	else {
 	else {
 		echo "	&nbsp;\n";
 		echo "	&nbsp;\n";
@@ -176,10 +176,10 @@ else {
 			echo "	<td valign='top' class='".$row_style[$c]."'>".$row['domain_description']."&nbsp;</td>\n";
 			echo "	<td valign='top' class='".$row_style[$c]."'>".$row['domain_description']."&nbsp;</td>\n";
 			echo "	<td valign='top' align='right'>\n";
 			echo "	<td valign='top' align='right'>\n";
 			if (permission_exists('domain_edit')) {
 			if (permission_exists('domain_edit')) {
-				echo "		<a href='domains_edit.php?id=".$row['domain_uuid']."' alt='".$text['button-edit']."'>$v_link_label_edit</a>\n";
+				echo "		<a href='domain_edit.php?id=".$row['domain_uuid']."' alt='".$text['button-edit']."'>$v_link_label_edit</a>\n";
 			}
 			}
 			if (permission_exists('domain_delete')) {
 			if (permission_exists('domain_delete')) {
-				echo "		<a href='domains_delete.php?id=".$row['domain_uuid']."' alt='".$text['button-delete']."' onclick=\"return confirm('".$text['confirm-delete']."')\">$v_link_label_delete</a>\n";
+				echo "		<a href='domain_delete.php?id=".$row['domain_uuid']."' alt='".$text['button-delete']."' onclick=\"return confirm('".$text['confirm-delete']."')\">$v_link_label_delete</a>\n";
 			}
 			}
 			echo "	</td>\n";
 			echo "	</td>\n";
 			echo "</tr>\n";
 			echo "</tr>\n";
@@ -196,7 +196,7 @@ else {
 	echo "		<td width='33.3%' align='center' nowrap>$paging_controls</td>\n";
 	echo "		<td width='33.3%' align='center' nowrap>$paging_controls</td>\n";
 	echo "		<td width='33.3%' align='right'>\n";
 	echo "		<td width='33.3%' align='right'>\n";
 	if (permission_exists('domain_add')) {
 	if (permission_exists('domain_add')) {
-		echo "			<a href='domains_edit.php' alt='".$text['button-add']."'>$v_link_label_add</a>\n";
+		echo "			<a href='domain_edit.php' alt='".$text['button-add']."'>$v_link_label_add</a>\n";
 	}
 	}
 	else {
 	else {
 		echo "			&nbsp;\n";
 		echo "			&nbsp;\n";