summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs/permissions.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-07-04 06:31:13 +0200
committergerv%gerv.net <>2003-07-04 06:31:13 +0200
commit44b48df3901d829e1423749136d142964ccb4a3e (patch)
treef87659c97f6c97654cde63005c514a5504913631 /template/en/default/account/prefs/permissions.html.tmpl
parent7b35e1a271f27612cba91216d50e5f497dd0c69a (diff)
downloadbugzilla-44b48df3901d829e1423749136d142964ccb4a3e.tar.gz
bugzilla-44b48df3901d829e1423749136d142964ccb4a3e.tar.xz
Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
Diffstat (limited to 'template/en/default/account/prefs/permissions.html.tmpl')
-rw-r--r--template/en/default/account/prefs/permissions.html.tmpl22
1 files changed, 12 insertions, 10 deletions
diff --git a/template/en/default/account/prefs/permissions.html.tmpl b/template/en/default/account/prefs/permissions.html.tmpl
index cd516e769..0575bbad4 100644
--- a/template/en/default/account/prefs/permissions.html.tmpl
+++ b/template/en/default/account/prefs/permissions.html.tmpl
@@ -21,20 +21,22 @@
[%# INTERFACE:
# has_bits: array of hashes. May be empty.
- # name => Names of the permissions the user has.
- # desc => Descriptions of the permissions the user has.
- # set_bits: array of hashes. May be empty.
- # name => Names of the permissions the user can set for
+ # name => Names of the permissions the user has.
+ # desc => Descriptions of the permissions the user has.
+ # set_bits: array of hashes. May be empty.
+ # name => Names of the permissions the user can set for
# other people.
- # desc => Descriptions of the permissions the user can set for
+ # desc => Descriptions of the permissions the user can set for
# other people.
#%]
-
+
+[% PROCESS global/variables.none.tmpl %]
+
<table align="center">
<tr>
<td>
[% IF has_bits.size %]
- You have the following permission bits set on your account:
+ You have the following permission [% terms.bits %] set on your account:
<p>
<br>
<table align="center">
@@ -46,16 +48,16 @@
[% END %]
</table>
[% ELSE %]
- There are no permission bits set on your account.
+ There are no permission [% terms.bits %] set on your account.
[% END %]
[% IF user.groups.editusers %]
<br>
- You have editusers privileges. You can turn on and off
+ You have editusers privileges. You can turn on and off
all permissions for all users.
[% ELSIF set_bits.size %]
<br>
- And you can turn on or off the following bits for
+ And you can turn on or off the following [% terms.bits %] for
<a href="editusers.cgi">other users</a>:
<p>
<table align="center">