Commit add505ce authored by Frank Bergmann's avatar Frank Bergmann

- changed "Clients" into "Companies"

parent 523dee41
......@@ -41,7 +41,7 @@ set customer_name [db_string customer_name \
db_release_unused_handles
set page_title "Select accounting contact for $customer_name"
set context_bar [ad_context_bar [list ./ "Clients"] [list view?[export_url_vars group_id] "One customer"] "Select contact"]
set context_bar [ad_context_bar [list ./ "Companies"] [list view?[export_url_vars group_id] "One company"] "Select contact"]
set page_body "
......
......@@ -25,7 +25,7 @@ ad_page_contract {
set user_id [ad_maybe_redirect_for_registration]
set page_title "Add accounting contact"
set context_bar [ad_context_bar [list /intranet/customers/ "Clients"] $page_title]
set context_bar [ad_context_bar [list /intranet/customers/ "Companies"] $page_title]
set customer_name [db_string customer_name {
select c.customer_name
......@@ -59,12 +59,12 @@ db_release_unused_handles
if { [empty_string_p $contact_info] } {
set page_body "
<H3>No Client Employees in our Database</H3>
<H3>No Company Employees in our Database</H3>
We have no contacts in our database for $customer_name<BR>
<UL>
<LI>Please create a <A HREF=/intranet/users/new>new client contact</A>.
<LI>Make the new client contact a <A HREF=/intranet/customers/view?customer_id=$customer_id>customer employee</A> $customer_name.
<LI>Make the new client contact a <A HREF=/intranet/customers/view?customer_id=$customer_id>company employee</A> $customer_name.
<LI>Finally, revisit this page and an option will appear to add the new client contact.
......@@ -80,7 +80,7 @@ Also, please make sure that the client isn't defined multiple with similar names
set return_url "[im_url_stub]/customers/view?[export_url_vars customer_id]"
set page_title "Select accounting contact for $customer_name"
set context_bar [ad_context_bar [list ./ "Clients"] [list view?[export_url_vars customer_id] "One customer"] "Select contact"]
set context_bar [ad_context_bar [list ./ "Companies"] [list view?[export_url_vars customer_id] "One company"] "Select contact"]
set page_body "
<ul>
......
......@@ -40,7 +40,7 @@ set customer_name [db_string customer_name \
db_release_unused_handles
set page_title "Select primary contact for $customer_name"
set context_bar [ad_context_bar [list ./ "Clients"] [list view?[export_url_vars group_id] "One customer"] "Select contact"]
set context_bar [ad_context_bar [list ./ "Companies"] [list view?[export_url_vars group_id] "One company"] "Select contact"]
set page_body "
......
......@@ -25,7 +25,7 @@ ad_page_contract {
set user_id [ad_maybe_redirect_for_registration]
set page_title "Add primary contact"
set context_bar [ad_context_bar [list /intranet/customers/ "Clients"] $page_title]
set context_bar [ad_context_bar [list /intranet/customers/ "Companies"] $page_title]
set customer_name [db_string customer_name {
select
......@@ -64,12 +64,12 @@ db_release_unused_handles
if { [empty_string_p $contact_info] } {
set page_body "
<H3>No Client Employees in our Database</H3>
<H3>No Company Employees in our Database</H3>
We have no contacts in our database for $customer_name<BR>
<UL>
<LI>Please create a <A HREF=/intranet/users/new>new client contact</A>.
<LI>Make the new client contact a <A HREF=/intranet/customers/view?customer_id=$customer_id>customer employee</A> $customer_name.
<LI>Make the new client contact a <A HREF=/intranet/customers/view?customer_id=$customer_id>company employee</A> $customer_name.
<LI>Finally, revisit this page and an option will appear to add the new client contact.
......@@ -85,7 +85,7 @@ Also, please make sure that the client isn't defined multiple with similar names
set return_url "[im_url_stub]/customers/view?[export_url_vars customer_id]"
set page_title "Select primary contact for $customer_name"
set context_bar [ad_context_bar [list ./ "Clients"] [list view?[export_url_vars customer_id] "One customer"] "Select contact"]
set context_bar [ad_context_bar [list ./ "Companies"] [list view?[export_url_vars customer_id] "One company"] "Select contact"]
set page_body "
<ul>
......
......@@ -29,7 +29,7 @@ ad_page_contract {
set current_user_id [ad_maybe_redirect_for_registration]
set page_title "Upload New File/URL"
set page_body "<PRE>\n<A HREF=$return_url>Return to Project Page</A>\n"
set context_bar [ad_context_bar [list "/intranet/cusomers/" "Clients"] "Upload CSV"]
set context_bar [ad_context_bar [list "/intranet/cusomers/" "Companies"] "Upload CSV"]
# Get the file from the user.
# number_of_bytes is the upper-limit
......
......@@ -21,9 +21,9 @@ ad_page_contract {
}
set user_id [ad_maybe_redirect_for_registration]
set page_title "Upload Client Contacts CSV"
set page_title "Upload Company Contacts CSV"
set context_bar [ad_context_bar [list "/intranet/customers/" "Clients"] "Upload CSV"]
set context_bar [ad_context_bar [list "/intranet/customers/" "Companies"] "Upload CSV"]
set page_content "
<form enctype=multipart/form-data method=POST action=upload-contacts-2.tcl>
......
......@@ -27,7 +27,7 @@ ad_page_contract {
set user_id [ad_maybe_redirect_for_registration]
set page_title "Upload New File/URL"
set page_body "<PRE>\n<A HREF=$return_url>Return to Project Page</A>\n"
set context_bar [ad_context_bar [list "/intranet/cusomers/" "Clients"] "Upload CSV"]
set context_bar [ad_context_bar [list "/intranet/cusomers/" "Companies"] "Upload CSV"]
# Get the file from the user.
# number_of_bytes is the upper-limit
......
......@@ -22,9 +22,9 @@ ad_page_contract {
}
set user_id [ad_maybe_redirect_for_registration]
set page_title "Upload Client CSV"
set page_title "Upload Companies CSV"
set context_bar [ad_context_bar [list "/intranet/customers/" "Customers"] "Upload CSV"]
set context_bar [ad_context_bar [list "/intranet/customers/" "Companies"] "Upload CSV"]
set page_content "
<form enctype=multipart/form-data method=POST action=upload-customers-2.tcl>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment