X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fhtml%2FElements%2FEditCustomers;fp=rt%2Fhtml%2FElements%2FEditCustomers;h=0000000000000000000000000000000000000000;hb=f8ecdcae961003312ce3c65113c87a9a2565fdd2;hp=68efb5f4063c47faeecff755a01e8d147623803b;hpb=380df2ee971291598a2b4864a69f067796694b5f;p=freeside.git diff --git a/rt/html/Elements/EditCustomers b/rt/html/Elements/EditCustomers deleted file mode 100644 index 68efb5f40..000000000 --- a/rt/html/Elements/EditCustomers +++ /dev/null @@ -1,63 +0,0 @@ -%# Copyright (c) 2004 Ivan Kohler -%# Copyright (c) 2008 Freeside Internet Services, Inc. -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. - - - - - - -
-

<&|/l&>Current Customers

- - - - - - - - -
<&|/l&>(Check box to disassociate)
-% foreach my $link ( @{ $Object->Customers->ItemsArrayRef } ) { - - -%# <& ShowLink, URI => $link->TargetURI &>
- <% $link->TargetURI->Resolver->AsStringLong |n %> -
-% } -
- -
-

<&|/l&>New Customer Links

-<&|/l&>Find customer
- - -
cust #, name, company or phone -
-%#
-%#<&|/l&>Find service
-%# -%# -%#
username, username@domain, domain, or IP address -%#
- -<& AddCustomers, Object => $Object, - CustomerString => $CustomerString, - ServiceString => $ServiceString, &> - -
- -<%ARGS> -$CustomerString => undef -$ServiceString => undef -$Object => undef -