X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Felements%2Fcust_main_phones.html;fp=httemplate%2Fsearch%2Felements%2Fcust_main_phones.html;h=61aa1be6e1a826a9a2d693f5db03ea52daa3b369;hp=0000000000000000000000000000000000000000;hb=6b5dda03831aef0cb5689cf2acf3fac47e4b12cb;hpb=562a3c85e49cd3ea8fb80e5c2fd7f4c5f60333e9 diff --git a/httemplate/search/elements/cust_main_phones.html b/httemplate/search/elements/cust_main_phones.html new file mode 100644 index 000000000..61aa1be6e --- /dev/null +++ b/httemplate/search/elements/cust_main_phones.html @@ -0,0 +1,27 @@ + + <% mt('Phones') |h %> + + + +% foreach my $phone (qw(daytime night mobile)) { + + +% } + +
+ +
<% mt($phone_label{$phone}) |h %> +
 
+ + +<%init> +my %phone_label = ( + daytime => 'Day Phone', + night => 'Night Phone', + mobile => 'Mobile Phone', +); + \ No newline at end of file