summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-17 01:25:53 +0100
committertravis%sedsystems.ca <>2005-02-17 01:25:53 +0100
commit8a225c2784f6343cd3958b2baabab5d462b46310 (patch)
tree7f156d27281486de65f2847beffaeb7b41354605 /template/en/default/admin/groups
parentea7030a701bfdb503df542c3d7e814b8ea702929 (diff)
downloadbugzilla-8a225c2784f6343cd3958b2baabab5d462b46310.tar.gz
bugzilla-8a225c2784f6343cd3958b2baabab5d462b46310.tar.xz
Bug 277768 : Some validations are missing when editing groups
Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
Diffstat (limited to 'template/en/default/admin/groups')
-rw-r--r--template/en/default/admin/groups/edit.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl
index d6044ad0f..92b8e9c2e 100644
--- a/template/en/default/admin/groups/edit.html.tmpl
+++ b/template/en/default/admin/groups/edit.html.tmpl
@@ -26,7 +26,7 @@
# group_id: number. The group ID.
# name: string. The name of the group. [grantor]
# description: string. The description of the group.
- # rexp: string. The regular expression for the users of the group.
+ # regexp: string. The regular expression for the users of the group.
# isactive: boolean int. Shows if the group is still active.
# isbuggroup: boolean int. Is 1 if this is a bug group.
# groups: array with group objects having the properties:
@@ -83,8 +83,8 @@
<tr>
<th>User Regexp:</th>
<td>
- <input type="hidden" name="oldrexp" value="[% rexp FILTER html %]">
- <input type="text" name="rexp" size="40" value="[% rexp FILTER html %]">
+ <input type="hidden" name="oldregexp" value="[% regexp FILTER html %]">
+ <input type="text" name="regexp" size="40" value="[% regexp FILTER html %]">
</td>
</tr>