From 4fa178ae3f0f612cf91b26a2dea498602794be3b Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 31 Dec 2013 13:48:41 +0100 Subject: Bug 920681: Remove the cellspacing and cellpadding attributes from tables r/a=justdave --- template/en/default/admin/groups/create.html.tmpl | 67 ++++++++++++----------- 1 file changed, 36 insertions(+), 31 deletions(-) (limited to 'template/en/default/admin/groups/create.html.tmpl') diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl index db65629d0..ca95bab56 100644 --- a/template/en/default/admin/groups/create.html.tmpl +++ b/template/en/default/admin/groups/create.html.tmpl @@ -13,30 +13,35 @@ [% PROCESS global/header.html.tmpl title = "Add group" subheader = "This page allows you to define a new user group." + style_urls = ['skins/standard/admin.css'] doc_section = "groups.html#create-groups" %]
- - - - - - - - - - - - - - - - [% Hook.process('field') %] +
New NameNew DescriptionNew User RegExpUse For [% terms.Bugs %]
Icon URL:
+ + + + + + + + + + + + + + + + + + + + + [% Hook.process('field') %]
Group Name:
Description:
User Regexp:
Icon URL:
Use For [% terms.Bugs %]:
-
- @@ -46,7 +51,9 @@
-

Name is what is used with the Bugzilla->user->in_group() +


+ +

Group Name is what is used with the B[%%]ugzilla->user->in_group() function in any customized cgi files you write that use a given group. It can also be used by people submitting [% terms.bugs %] by email to limit [% terms.abug %] to a certain set of groups.

@@ -55,15 +62,6 @@ limit [% terms.abug %] to a certain set of groups.

to members of the group where they can choose whether the [% terms.bug %] will be restricted to others in the same group.

-

The Use For [% terms.Bugs %] flag determines whether or not the -group is eligible to be used for [% terms.bugs %]. If you clear this, it will -no longer be possible for users to add [% terms.bugs %] to this group, -although [% terms.bugs %] already in the group will remain in the group. -Doing so is a much less drastic way to stop a group from growing -than deleting the group would be. Note: If you are creating -a group, you probably want it to be usable for [% terms.bugs %], in which -case you should leave this checked.

-

User RegExp is optional, and if filled in, will automatically grant membership to this group to anyone with an email address that matches this regular expression.

@@ -75,6 +73,15 @@ email address that matches this regular expression.

in comments in [% terms.bugs %] besides the name of the author of comments.

+

The Use For [% terms.Bugs %] flag determines whether or not the +group is eligible to be used for [% terms.bugs %]. If you clear this, it will +no longer be possible for users to add [% terms.bugs %] to this group, +although [% terms.bugs %] already in the group will remain in the group. +Doing so is a much less drastic way to stop a group from growing +than deleting the group would be. Note: If you are creating +a group, you probably want it to be usable for [% terms.bugs %], in which +case you should leave this checked.

+ [% IF Param("makeproductgroups") %]

By default, the new group will be associated with existing products. Unchecking the "Insert new group into all existing products" option will @@ -87,8 +94,6 @@ email address that matches this regular expression.

a product.

[% END %] -

Back to the main [% terms.bugs %] page - -or to the group list. +

Back to the group list.

[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b