From c4ac403cbebfaf860a2542d2657175b7e4e7ef61 Mon Sep 17 00:00:00 2001 From: Daniel Tiefnig Date: Mon, 22 Nov 2010 15:55:58 +0000 Subject: [PATCH] added numberblock and lnp feature flags --- etc/admin.conf | 2 ++ root/layout/menu | 4 ++++ root/tt/ncos_lists.tt | 3 +++ 3 files changed, 9 insertions(+) diff --git a/etc/admin.conf b/etc/admin.conf index 3082e8d..3cca7b5 100644 --- a/etc/admin.conf +++ b/etc/admin.conf @@ -7,6 +7,8 @@ fax_features="[% www_admin.fax_features %]" customer_features="0" product_features="0" + numberblock_features="0" + lnp_features="0" cc_dial_prefix="[% www_admin.cc_dial_prefix %]" ac_dial_prefix="[% www_admin.ac_dial_prefix %]" > diff --git a/root/layout/menu b/root/layout/menu index 49416c1..7101778 100644 --- a/root/layout/menu +++ b/root/layout/menu @@ -37,8 +37,12 @@

Number Management

[% END %] diff --git a/root/tt/ncos_lists.tt b/root/tt/ncos_lists.tt index 1ffdae4..4e18f5e 100644 --- a/root/tt/ncos_lists.tt +++ b/root/tt/ncos_lists.tt @@ -116,6 +116,8 @@ + [% IF Catalyst.config.lnp_features %] +

LNP Provider List

@@ -214,3 +216,4 @@ [% IF lcrefill && prov_error %]
[% prov_error %]
[% END %]
+ [% END %]