diff --git a/root/tt/account_detail.tt b/root/tt/account_detail.tt index 761931b..c14d71c 100644 --- a/root/tt/account_detail.tt +++ b/root/tt/account_detail.tt @@ -56,7 +56,8 @@ CustomerID: [% IF edit_account %] - + [% ELSE %] [% IF account.customer_id %] [% account.customer_id %] @@ -135,7 +136,11 @@ € [% account.balance.cash_balance %] [% IF edit_balance %] -
add Euro
+
+ add + + Euro
[% END %] @@ -145,7 +150,12 @@ [% account.balance.free_time_balance %] s [% IF edit_balance %] -
add seconds
+
+ add + + seconds +
[% END %] diff --git a/root/tt/admin.tt b/root/tt/admin.tt index 0f0cb79..a7e0c69 100644 --- a/root/tt/admin.tt +++ b/root/tt/admin.tt @@ -20,28 +20,33 @@ [% admin.login %] [% IF admin.login == edit_admin %] -
+ - + + [% IF erefill.is_master or !erefill && admin.is_master %]checked="checked" [% END %] + title="if checked, the administrator can create and edit other administrator accounts" /> + [% IF erefill.is_active or !erefill && admin.is_active %]checked="checked" [% END %] + title="if checked, the administrator account is active and may be used" /> + [% IF erefill.read_only or !erefill && admin.read_only %]checked="checked" [% END %] + title="if checked, the administrator may not change any data" /> + [% IF erefill.show_passwords or !erefill && admin.show_passwords %]checked="checked" [% END %] + title="if checked, the new administrator may view subscriber passwords" />