From a494c4cb7294ea9a09e3712557a0d2e12cf18848 Mon Sep 17 00:00:00 2001 From: Daniel Tiefnig Date: Wed, 13 Jul 2011 23:52:59 +0000 Subject: [PATCH] adapted edit list template to support generic number lists fixes output for allowed_clis list edit --- root/tt/subscriber_edit_list.tt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/root/tt/subscriber_edit_list.tt b/root/tt/subscriber_edit_list.tt index ce2778c..054ef9c 100644 --- a/root/tt/subscriber_edit_list.tt +++ b/root/tt/subscriber_edit_list.tt @@ -28,7 +28,7 @@ [% ELSE %] Anonymous calls (CLIR) are currently accepted!
[% END %] - [% ELSE %] + [% ELSIF list_name == 'block_out_list' || list_name == 'adm_block_out_list' %] [% IF list_mode %] [% IF list_data %] All outgoing calls are blocked by default, only the following destinations are allowed.
@@ -42,8 +42,10 @@ All outgoing calls are currently allowed, exceptions may be added below.
[% END %] [% END %] + [% ELSE %] + Add or remove entries in the list below.
[% END %] - +