summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/custom_fields/create.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/custom_fields/create.html.tmpl')
-rw-r--r--template/en/default/admin/custom_fields/create.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl
index 4feb57393..5dd50ce3b 100644
--- a/template/en/default/admin/custom_fields/create.html.tmpl
+++ b/template/en/default/admin/custom_fields/create.html.tmpl
@@ -21,7 +21,9 @@
[% PROCESS global/header.html.tmpl
title = "Add a new Custom Field"
- onload = "document.getElementById('new_bugmail').disabled = true;" %]
+ onload = "document.getElementById('new_bugmail').disabled = true;"
+ doc_section = "custom-fields.html#add-custom-fields"
+%]
<script type="text/javascript">
<!--