diff options
author | ivan <ivan> | 2011-10-16 01:17:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-10-16 01:17:49 +0000 |
commit | 83bc1fdf7145a2525b7e48f1dc6064e55ab4f31b (patch) | |
tree | 35a50374da74c950d34108da3e547ca7c49a35e6 /httemplate/elements | |
parent | 73aa1997599d7e079f94ae984509e7a116a2ce46 (diff) |
add do_not_call, RT#12981
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/phonenumber.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/elements/phonenumber.html b/httemplate/elements/phonenumber.html index 854f5846d..736984b45 100644 --- a/httemplate/elements/phonenumber.html +++ b/httemplate/elements/phonenumber.html @@ -64,6 +64,10 @@ % % } % +% if ( $opt{'calling_list_exempt'} ) { + - calling list exempt +% } +% % } else { |