Commit c128d5e1 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 329042: Modify 'group.html' in 'groups.html' for documentation…

Patch for bug 329042: Modify 'group.html' in 'groups.html' for documentation links; patch by Vlad Dascalu <vladd@bugzilla.org>; r=wurblzap, a=justdave.
parent d07e9dbf
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
[% ELSIF error == "auth_failure" %] [% ELSIF error == "auth_failure" %]
[% title = "Authorization Required" %] [% title = "Authorization Required" %]
[% admindocslinks = {'group.html' => 'Group Security'} %] [% admindocslinks = {'groups.html' => 'Group Security'} %]
Sorry, Sorry,
[% IF group %] [% IF group %]
you aren't a member of the '[% group FILTER html %]' group, you aren't a member of the '[% group FILTER html %]' group,
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
[% ELSIF error == "bug_access_denied" %] [% ELSIF error == "bug_access_denied" %]
[% title = "Access Denied" %] [% title = "Access Denied" %]
[% admindocslinks = {'group.html' => 'Group Security'} %] [% admindocslinks = {'groups.html' => 'Group Security'} %]
You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %]. You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %].
[% ELSIF error == "bug_access_query" %] [% ELSIF error == "bug_access_query" %]
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
[% ELSIF error == "entry_access_denied" %] [% ELSIF error == "entry_access_denied" %]
[% title = "Permission Denied" %] [% title = "Permission Denied" %]
[% admindocslinks = {'group.html' => 'Group Security'} %] [% admindocslinks = {'groups.html' => 'Group Security'} %]
Sorry, either the product <em>[% product FILTER html %]</em> Sorry, either the product <em>[% product FILTER html %]</em>
does not exist or you aren't authorized to does not exist or you aren't authorized to
enter [% terms.abug %] into it. enter [% terms.abug %] into it.
...@@ -600,7 +600,7 @@ ...@@ -600,7 +600,7 @@
[% ELSIF error == "illegal_group_control_combination" %] [% ELSIF error == "illegal_group_control_combination" %]
[% title = "Your Group Control Combination Is Illegal" %] [% title = "Your Group Control Combination Is Illegal" %]
[% admindocslinks = {'group.html' => 'Assigning Group Controls to Products'} %] [% admindocslinks = {'groups.html' => 'Assigning Group Controls to Products'} %]
Your group control combination for group &quot; Your group control combination for group &quot;
[% groupname FILTER html %]&quot; is illegal. [% groupname FILTER html %]&quot; is illegal.
...@@ -615,12 +615,12 @@ ...@@ -615,12 +615,12 @@
&lt;, &gt;, &amp;. &lt;, &gt;, &amp;.
[% ELSIF error == "illegal_series_creation" %] [% ELSIF error == "illegal_series_creation" %]
[% admindocslinks = {'group.html' => 'Group security'} %] [% admindocslinks = {'groups.html' => 'Group security'} %]
[% docslinks = {'reporting.html' => 'Reporting'} %] [% docslinks = {'reporting.html' => 'Reporting'} %]
You are not authorised to create series. You are not authorised to create series.
[% ELSIF error == "illegal_series_edit" %] [% ELSIF error == "illegal_series_edit" %]
[% admindocslinks = {'group.html' => 'Group security'} %] [% admindocslinks = {'groups.html' => 'Group security'} %]
[% docslinks = {'reporting.html' => 'Reporting'} %] [% docslinks = {'reporting.html' => 'Reporting'} %]
You are not authorised to edit this series. To do this, you must either You are not authorised to edit this series. To do this, you must either
be its creator, or an administrator. be its creator, or an administrator.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment