From fd5be728fcf18479146aab4d52254c3475124154 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 6 Mar 2007 10:54:07 +0000 Subject: Bug 354627: Improve the UI for adding/removing inheritance in editgroups.cgi Patch By Max Kanat-Alexander + [% FOREACH field = changes.keys.sort %] + [% SWITCH field %] + [% CASE 'name' %] +
  • The name was changed to '[% changes.name.1 FILTER html %]'
  • + [% CASE 'description' %] +
  • The description was updated.
  • + [% CASE 'userregexp' %] +
  • The regular expression was updated.
  • + [% CASE 'isactive' %] + [% IF changes.isactive.1 %] +
  • The group will now be used for [% terms.bugs %].
  • + [% ELSE %] +
  • The group will no longer be used for [% terms.bugs %].
  • + [% END %] + [% CASE 'members_add' %] +
  • The following groups are now members of this group: + [%+ changes.members_add.join(', ') FILTER html %]
  • + [% CASE 'members_remove' %] +
  • The following groups are no longer members of this group: + [%+ changes.members_remove.join(', ') FILTER html %]
  • + [% CASE 'member_of_add' %] +
  • This group is now a member of the following groups: + [%+ changes.member_of_add.join(', ') FILTER html %]
  • + [% CASE 'member_of_remove' %] +
  • This group is no longer a member of the following groups: + [%+ changes.member_of_remove.join(', ') FILTER html %]
  • + [% CASE 'bless_from_add' %] +
  • The following groups may now add users to this group: + [%+ changes.bless_from_add.join(', ') FILTER html %]
  • + [% CASE 'bless_from_remove' %] +
  • The following groups may no longer add users to this group: + [%+ changes.bless_from_remove.join(', ') FILTER html %]
  • + [% CASE 'bless_to_add' %] +
  • This group may now add users to the following groups: + [%+ changes.bless_to_add.join(', ') FILTER html %]
  • + [% CASE 'bless_to_remove' %] +
  • This group may no longer add users to the following groups: + [%+ changes.bless_to_remove.join(', ') FILTER html %]
  • + [% CASE 'visible_from_add' %] +
  • The following groups can now see users in this group: + [%+ changes.visible_from_add.join(', ') FILTER html %]
  • + [% CASE 'visible_from_remove' %] +
  • The following groups may no longer see users in this group: + [%+ changes.visible_from_remove.join(', ') FILTER html %]
  • + [% CASE 'visible_to_me_add' %] +
  • This group may now see users in the following groups: + [%+ changes.visible_to_me_add.join(', ') FILTER html %]
  • + [% CASE 'visible_to_me_remove' %] +
  • This group may no longer see users in the following groups: + [%+ changes.visible_to_me_remove.join(', ') FILTER html %]
  • + [% END %] + [% END %] + + [% ELSE %] + You didn't request any change for the '[% group.name FILTER html %]' + group. + [% END %] + [% ELSIF message_tag == "logged_out" %] [% title = "Logged Out" %] [% url = "index.cgi?GoAheadAndLogIn=1" %] -- cgit v1.2.3-24-g4f1b