diff --git a/root/tt/billing.tt b/root/tt/billing.tt index 61a95b2..d73c01d 100644 --- a/root/tt/billing.tt +++ b/root/tt/billing.tt @@ -11,7 +11,7 @@
class | +on sale | name | @@ -19,7 +19,10 @@ [% id = 0 %] [% FOREACH product = products %] | |||
[% product.data.class %] | ++ + | [% product.data.name %] | [% UNLESS Catalyst.session.admin.read_only %] diff --git a/root/tt/bilprof_edit.tt b/root/tt/bilprof_edit.tt index ba0b2e8..8d21650 100644 --- a/root/tt/bilprof_edit.tt +++ b/root/tt/bilprof_edit.tt @@ -17,18 +17,29 @@ [% IF handle %] | [% bilprof.handle %] | [% ELSE %] -+ | + + unique identifier string + | [% END %]
[% messages.handle %] | ||||||
name: | -+ | + + human readable profile name + | ||||
[% messages.name %] | ||||||
prepaid: | -+ | + + | ||||
interval charge: | -+ | + + base fee charged per billing interval + | ||||
[% messages.charge %] | ||||||
interval free time: | -+ | + + included time per billing interval + | ||||
[% messages.free_time %] | ||||||
interval free cash: | -+ | + + included money per billing interval + | ||||
[% messages.free_cash %] |