From b75beeef40d747b218e38448c2b19c925c0ea90f Mon Sep 17 00:00:00 2001 From: Daniel Tiefnig Date: Sun, 17 May 2009 02:34:32 +0000 Subject: [PATCH] hiding edit / delete links from read only admins --- root/tt/billing_fees.tt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/root/tt/billing_fees.tt b/root/tt/billing_fees.tt index ea3135a..3b73083 100644 --- a/root/tt/billing_fees.tt +++ b/root/tt/billing_fees.tt @@ -96,6 +96,7 @@ [% fee.destination %] [% fee.zone %] [% fee.zone_detail %] + [% UNLESS Catalyst.session.admin.read_only %] edit @@ -104,6 +105,10 @@ delete + [% ELSE %] + + + [% END %] [% END %]