summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-12-17 11:37:25 +0100
committerGervase Markham <gerv@gerv.net>2014-12-17 11:37:25 +0100
commita7b489f00cd7577ce31383968eeef16050198c1b (patch)
tree98e3570960f21a7ca2d14c8e106f27bc43c746e7 /template/en/default/admin/groups
parentb93e6fe8046b66eb639dafa4566fdaaf91376f63 (diff)
downloadbugzilla-a7b489f00cd7577ce31383968eeef16050198c1b.tar.gz
bugzilla-a7b489f00cd7577ce31383968eeef16050198c1b.tar.xz
Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.
Diffstat (limited to 'template/en/default/admin/groups')
-rw-r--r--template/en/default/admin/groups/confirm-remove.html.tmpl2
-rw-r--r--template/en/default/admin/groups/create.html.tmpl2
-rw-r--r--template/en/default/admin/groups/delete.html.tmpl2
-rw-r--r--template/en/default/admin/groups/edit.html.tmpl2
-rw-r--r--template/en/default/admin/groups/list.html.tmpl2
5 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/admin/groups/confirm-remove.html.tmpl b/template/en/default/admin/groups/confirm-remove.html.tmpl
index d626ca2ba..3249ee384 100644
--- a/template/en/default/admin/groups/confirm-remove.html.tmpl
+++ b/template/en/default/admin/groups/confirm-remove.html.tmpl
@@ -19,7 +19,7 @@
[% PROCESS global/header.html.tmpl
title = title
- doc_section = "administration.html#groups-and-group-security"
+ doc_section = "administering/groups.html"
%]
[% IF regexp %]
diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl
index 8f9be1c7a..3827fb0e3 100644
--- a/template/en/default/admin/groups/create.html.tmpl
+++ b/template/en/default/admin/groups/create.html.tmpl
@@ -14,7 +14,7 @@
title = "Add group"
subheader = "This page allows you to define a new user group."
style_urls = ['skins/standard/admin.css']
- doc_section = "administration.html#creating-groups"
+ doc_section = "administering/groups.html#creating-groups"
%]
<form method="post" action="editgroups.cgi">
diff --git a/template/en/default/admin/groups/delete.html.tmpl b/template/en/default/admin/groups/delete.html.tmpl
index 78a1352d3..465860761 100644
--- a/template/en/default/admin/groups/delete.html.tmpl
+++ b/template/en/default/admin/groups/delete.html.tmpl
@@ -17,7 +17,7 @@
[% PROCESS global/header.html.tmpl
title = title
style_urls = ['skins/standard/admin.css']
- doc_section = "administration.html#groups-and-group-security"
+ doc_section = "administering/groups.html"
%]
<table id="admin_table">
diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl
index 1cc948ea2..3e64fa7c4 100644
--- a/template/en/default/admin/groups/edit.html.tmpl
+++ b/template/en/default/admin/groups/edit.html.tmpl
@@ -19,7 +19,7 @@
[% PROCESS global/header.html.tmpl
title = title
style_urls = ['skins/standard/admin.css']
- doc_section = "administration.html#editing-groups-and-assigning-group-permissions"
+ doc_section = "administering/groups.html#editing-groups-and-assigning-group-permissions"
%]
<form method="post" action="editgroups.cgi">
diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl
index 29e39f65f..673c053cb 100644
--- a/template/en/default/admin/groups/list.html.tmpl
+++ b/template/en/default/admin/groups/list.html.tmpl
@@ -20,7 +20,7 @@
title = "Edit Groups"
subheader = "This lets you edit the groups available to put users in."
style_urls = ['skins/standard/admin.css']
- doc_section = "administration.html#groups-and-group-security"
+ doc_section = "administering/groups.html"
%]
[% edit_contentlink = "editgroups.cgi?action=changeform&amp;group=%%id%%" %]