]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 329042: Modify 'group.html' in 'groups.html' for documentation links...
authorjocuri%softhome.net <>
Fri, 3 Mar 2006 07:05:05 +0000 (07:05 +0000)
committerjocuri%softhome.net <>
Fri, 3 Mar 2006 07:05:05 +0000 (07:05 +0000)
template/en/default/global/user-error.html.tmpl

index 3f2a54146a5afa85ea4a0f3de9c88598d21c7bdc..df249ee10e614358baae26742545c0331feb388b 100644 (file)
 
   [% ELSIF error == "auth_failure" %]
     [% title = "Authorization Required" %]
-    [% admindocslinks = {'group.html' => 'Group Security'} %]
+    [% admindocslinks = {'groups.html' => 'Group Security'} %]
     Sorry,
     [% IF group %]
       you aren't a member of the '[% group FILTER html %]' group,
 
   [% ELSIF error == "bug_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 %].
 
   [% ELSIF error == "bug_access_query" %]
   
   [% ELSIF error == "entry_access_denied" %]
     [% title = "Permission Denied" %]
-    [% admindocslinks = {'group.html' => 'Group Security'} %]
+    [% admindocslinks = {'groups.html' => 'Group Security'} %]
     Sorry, either the product <em>[% product FILTER html %]</em>
     does not exist or you aren't authorized to
     enter [% terms.abug %] into it.
     
   [% ELSIF error == "illegal_group_control_combination" %]
     [% 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;
     [% groupname FILTER html %]&quot; is illegal.
 
     &lt;, &gt;, &amp;.
 
   [% ELSIF error == "illegal_series_creation" %]
-    [% admindocslinks = {'group.html' => 'Group security'} %]
+    [% admindocslinks = {'groups.html' => 'Group security'} %]
     [% docslinks = {'reporting.html' => 'Reporting'} %]
     You are not authorised to create series.
         
   [% ELSIF error == "illegal_series_edit" %]
-    [% admindocslinks = {'group.html' => 'Group security'} %]
+    [% admindocslinks = {'groups.html' => 'Group security'} %]
     [% docslinks = {'reporting.html' => 'Reporting'} %]
     You are not authorised to edit this series. To do this, you must either
     be its creator, or an administrator.