From d7523d99a6ca1aaa9672d86bdb9d8581c95ba6dc Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 21 Sep 2013 22:38:45 +0000 Subject: [PATCH] Fix the references to the file names for contacts. --- app/contacts/contact_addresses.php | 8 ++++---- app/contacts/contact_notes.php | 10 +++++----- app/contacts/contact_phones.php | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app/contacts/contact_addresses.php b/app/contacts/contact_addresses.php index b78953d7ac..35e463d931 100644 --- a/app/contacts/contact_addresses.php +++ b/app/contacts/contact_addresses.php @@ -107,7 +107,7 @@ require_once "resources/paging.php"; echo "".$text['label-address_tools']."\n"; echo th_order_by('address_description', $text['label-address_description'], $order_by, $order); echo "\n"; - echo " $v_link_label_add\n"; + echo " $v_link_label_add\n"; echo "\n"; echo "\n"; @@ -130,8 +130,8 @@ require_once "resources/paging.php"; echo " \n"; echo " ".$row['address_description']." \n"; echo " \n"; - echo " $v_link_label_edit\n"; - echo " $v_link_label_delete\n"; + echo " $v_link_label_edit\n"; + echo " $v_link_label_delete\n"; echo " \n"; echo "\n"; if ($c==0) { $c=1; } else { $c=0; } @@ -146,7 +146,7 @@ require_once "resources/paging.php"; echo "  \n"; echo " $paging_controls\n"; echo " \n"; - echo " $v_link_label_add\n"; + echo " $v_link_label_add\n"; echo " \n"; echo " \n"; echo " \n"; diff --git a/app/contacts/contact_notes.php b/app/contacts/contact_notes.php index f00a101459..320e4affa7 100644 --- a/app/contacts/contact_notes.php +++ b/app/contacts/contact_notes.php @@ -108,7 +108,7 @@ require_once "resources/paging.php"; echo "   \n"; echo "\n"; echo "\n"; - echo " $v_link_label_add\n"; + echo " $v_link_label_add\n"; echo "\n"; echo "\n"; } @@ -125,7 +125,7 @@ require_once "resources/paging.php"; //echo "Modified Date ".$row['last_mod_date']."\n"; //echo "Modified By ".$row['last_mod_user']."\n"; echo "\n"; - echo " $v_link_label_add\n"; + echo " $v_link_label_add\n"; echo "\n"; echo "\n"; @@ -134,8 +134,8 @@ require_once "resources/paging.php"; //echo " ".$row['last_mod_date']." \n"; //echo " ".$row['last_mod_user']." \n"; echo " \n"; - echo " $v_link_label_edit\n"; - echo " $v_link_label_delete\n"; + echo " $v_link_label_edit\n"; + echo " $v_link_label_delete\n"; echo " \n"; echo "\n"; @@ -155,7 +155,7 @@ require_once "resources/paging.php"; echo "  \n"; echo " $paging_controls\n"; echo " \n"; - echo " $v_link_label_add\n"; + echo " $v_link_label_add\n"; echo " \n"; echo " \n"; echo " \n"; diff --git a/app/contacts/contact_phones.php b/app/contacts/contact_phones.php index a783487d84..947165a59b 100644 --- a/app/contacts/contact_phones.php +++ b/app/contacts/contact_phones.php @@ -114,7 +114,7 @@ require_once "resources/paging.php"; echo "".$text['label-phone_tools']."\n"; echo th_order_by('phone_description', $text['label-phone_description'], $order_by, $order); echo "\n"; - echo " $v_link_label_add\n"; + echo " $v_link_label_add\n"; echo "\n"; echo "\n"; if ($result_count > 0) { @@ -133,8 +133,8 @@ require_once "resources/paging.php"; echo " \n"; echo " ".$row['phone_description']." \n"; echo " \n"; - echo " $v_link_label_edit\n"; - echo " $v_link_label_delete\n"; + echo " $v_link_label_edit\n"; + echo " $v_link_label_delete\n"; echo " \n"; echo "\n"; if ($c==0) { $c=1; } else { $c=0; } @@ -149,7 +149,7 @@ require_once "resources/paging.php"; echo "  \n"; echo " $paging_controls\n"; echo " \n"; - echo " $v_link_label_add\n"; + echo " $v_link_label_add\n"; echo " \n"; echo " \n"; echo " \n";