Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
707773ab
Commit
707773ab
authored
Dec 17, 2014
by
Gervase Markham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.
parent
89b7de13
Hide whitespace changes
Inline
Side-by-side
Showing
48 changed files
with
53 additions
and
53 deletions
+53
-53
chart.cgi
chart.cgi
+1
-1
createaccount.cgi
createaccount.cgi
+1
-1
editclassifications.cgi
editclassifications.cgi
+1
-1
editcomponents.cgi
editcomponents.cgi
+1
-1
editmilestones.cgi
editmilestones.cgi
+1
-1
editproducts.cgi
editproducts.cgi
+1
-1
editvalues.cgi
editvalues.cgi
+1
-1
editversions.cgi
editversions.cgi
+1
-1
enter_bug.cgi
enter_bug.cgi
+1
-1
report.cgi
report.cgi
+1
-1
prefs.html.tmpl
template/en/default/account/prefs/prefs.html.tmpl
+6
-6
admin.html.tmpl
template/en/default/admin/admin.html.tmpl
+1
-1
confirm-delete.html.tmpl
...e/en/default/admin/custom_fields/confirm-delete.html.tmpl
+1
-1
create.html.tmpl
template/en/default/admin/custom_fields/create.html.tmpl
+1
-1
edit.html.tmpl
template/en/default/admin/custom_fields/edit.html.tmpl
+1
-1
list.html.tmpl
template/en/default/admin/custom_fields/list.html.tmpl
+1
-1
confirm-delete.html.tmpl
template/en/default/admin/flag-type/confirm-delete.html.tmpl
+1
-1
edit.html.tmpl
template/en/default/admin/flag-type/edit.html.tmpl
+1
-1
list.html.tmpl
template/en/default/admin/flag-type/list.html.tmpl
+1
-1
confirm-remove.html.tmpl
template/en/default/admin/groups/confirm-remove.html.tmpl
+1
-1
create.html.tmpl
template/en/default/admin/groups/create.html.tmpl
+1
-1
delete.html.tmpl
template/en/default/admin/groups/delete.html.tmpl
+1
-1
edit.html.tmpl
template/en/default/admin/groups/edit.html.tmpl
+1
-1
list.html.tmpl
template/en/default/admin/groups/list.html.tmpl
+1
-1
editparams.html.tmpl
template/en/default/admin/params/editparams.html.tmpl
+1
-1
sudo.html.tmpl
template/en/default/admin/sudo.html.tmpl
+1
-1
confirm-delete.html.tmpl
template/en/default/admin/users/confirm-delete.html.tmpl
+1
-1
create.html.tmpl
template/en/default/admin/users/create.html.tmpl
+1
-1
edit.html.tmpl
template/en/default/admin/users/edit.html.tmpl
+1
-1
list.html.tmpl
template/en/default/admin/users/list.html.tmpl
+1
-1
search.html.tmpl
template/en/default/admin/users/search.html.tmpl
+1
-1
confirm-delete.html.tmpl
template/en/default/attachment/confirm-delete.html.tmpl
+1
-1
create.html.tmpl
template/en/default/attachment/create.html.tmpl
+1
-1
diff-header.html.tmpl
template/en/default/attachment/diff-header.html.tmpl
+1
-2
edit.html.tmpl
template/en/default/attachment/edit.html.tmpl
+1
-1
dependency-tree.html.tmpl
template/en/default/bug/dependency-tree.html.tmpl
+1
-1
show-header.html.tmpl
template/en/default/bug/show-header.html.tmpl
+1
-1
show-multiple.html.tmpl
template/en/default/bug/show-multiple.html.tmpl
+1
-1
summarize-time.html.tmpl
template/en/default/bug/summarize-time.html.tmpl
+1
-1
list.html.tmpl
template/en/default/list/list.html.tmpl
+1
-1
menu.html.tmpl
template/en/default/reports/menu.html.tmpl
+1
-1
old-charts.html.tmpl
template/en/default/reports/old-charts.html.tmpl
+1
-1
search-advanced.html.tmpl
template/en/default/search/search-advanced.html.tmpl
+1
-1
search-create-series.html.tmpl
template/en/default/search/search-create-series.html.tmpl
+1
-1
search-report-graph.html.tmpl
template/en/default/search/search-report-graph.html.tmpl
+1
-1
search-report-table.html.tmpl
template/en/default/search/search-report-table.html.tmpl
+1
-1
search-specific.html.tmpl
template/en/default/search/search-specific.html.tmpl
+1
-0
schedule.html.tmpl
template/en/default/whine/schedule.html.tmpl
+1
-1
No files found.
chart.cgi
View file @
707773ab
...
...
@@ -67,7 +67,7 @@ if (grep(/^cmd-/, $cgi->param())) {
my
$action
=
$cgi
->
param
(
'action'
);
my
$series_id
=
$cgi
->
param
(
'series_id'
);
$vars
->
{
'doc_section'
}
=
'using.html#charts'
;
$vars
->
{
'doc_section'
}
=
'using
/reports-and-charts
.html#charts'
;
# Because some actions are chosen by buttons, we can't encode them as the value
# of the action param, because that value is localization-dependent. So, we
...
...
createaccount.cgi
View file @
707773ab
...
...
@@ -23,7 +23,7 @@ use Bugzilla::Token;
my
$user
=
Bugzilla
->
login
(
LOGIN_OPTIONAL
);
my
$cgi
=
Bugzilla
->
cgi
;
my
$template
=
Bugzilla
->
template
;
my
$vars
=
{
doc_section
=>
'using
.html#create-a-bugzilla-account
'
};
my
$vars
=
{
doc_section
=>
'using
/creating-an-account.html
'
};
print
$cgi
->
header
();
...
...
editclassifications.cgi
View file @
707773ab
...
...
@@ -34,7 +34,7 @@ sub LoadTemplate {
if
(
$action
eq
'select'
);
# There is currently only one section about classifications,
# so all pages point to it. Let's define it here.
$vars
->
{
'doc_section'
}
=
'administ
r
ation.html#classifications'
;
$vars
->
{
'doc_section'
}
=
'administ
ering/categoriz
ation.html#classifications'
;
$action
=~
/(\w+)/
;
$action
=
$1
;
...
...
editcomponents.cgi
View file @
707773ab
...
...
@@ -25,7 +25,7 @@ my $template = Bugzilla->template;
my
$vars
=
{};
# There is only one section about components in the documentation,
# so all actions point to the same page.
$vars
->
{
'doc_section'
}
=
'administ
r
ation.html#components'
;
$vars
->
{
'doc_section'
}
=
'administ
ering/categoriz
ation.html#components'
;
#
# Preliminary checks:
...
...
editmilestones.cgi
View file @
707773ab
...
...
@@ -25,7 +25,7 @@ my $template = Bugzilla->template;
my
$vars
=
{};
# There is only one section about milestones in the documentation,
# so all actions point to the same page.
$vars
->
{
'doc_section'
}
=
'administ
r
ation.html#milestones'
;
$vars
->
{
'doc_section'
}
=
'administ
ering/categoriz
ation.html#milestones'
;
#
# Preliminary checks:
...
...
editproducts.cgi
View file @
707773ab
...
...
@@ -35,7 +35,7 @@ my $template = Bugzilla->template;
my
$vars
=
{};
# Remove this as soon as the documentation about products has been
# improved and each action has its own section.
$vars
->
{
'doc_section'
}
=
'administ
r
ation.html#products'
;
$vars
->
{
'doc_section'
}
=
'administ
ering/categoriz
ation.html#products'
;
print
$cgi
->
header
();
...
...
editvalues.cgi
View file @
707773ab
...
...
@@ -47,7 +47,7 @@ my $vars = {};
# Replace this entry by separate entries in templates when
# the documentation about legal values becomes bigger.
$vars
->
{
'doc_section'
}
=
'administ
ration.html#legal-values
'
;
$vars
->
{
'doc_section'
}
=
'administ
ering/field-values.html
'
;
print
$cgi
->
header
();
...
...
editversions.cgi
View file @
707773ab
...
...
@@ -25,7 +25,7 @@ my $template = Bugzilla->template;
my
$vars
=
{};
# There is only one section about versions in the documentation,
# so all actions point to the same page.
$vars
->
{
'doc_section'
}
=
'administ
r
ation.html#versions'
;
$vars
->
{
'doc_section'
}
=
'administ
ering/categoriz
ation.html#versions'
;
#
# Preliminary checks:
...
...
enter_bug.cgi
View file @
707773ab
...
...
@@ -47,7 +47,7 @@ my $template = Bugzilla->template;
my
$vars
=
{};
# All pages point to the same part of the documentation.
$vars
->
{
'doc_section'
}
=
'using
.html#filing-bugs
'
;
$vars
->
{
'doc_section'
}
=
'using
/filing.html
'
;
my
$product_name
=
trim
(
$cgi
->
param
(
'product'
)
||
''
);
# Will contain the product object the bug is created in.
...
...
report.cgi
View file @
707773ab
...
...
@@ -375,7 +375,7 @@ if ($cgi->param('debug')) {
}
# All formats point to the same section of the documentation.
$vars
->
{
'doc_section'
}
=
'using
.html#reports-and-cha
rts'
;
$vars
->
{
'doc_section'
}
=
'using
/reports-and-charts.html#repo
rts'
;
disable_utf8
()
if
(
$format
->
{
'ctype'
}
=~
/^image\//
);
...
...
template/en/default/account/prefs/prefs.html.tmpl
View file @
707773ab
...
...
@@ -26,22 +26,22 @@
[% tabs = [{ name => "settings", label => "General Preferences",
link => "userprefs.cgi?tab=settings", saveable => "1",
doc_section => "using.html#general-preferences" },
doc_section => "using
/preferences
.html#general-preferences" },
{ name => "email", label => "Email Preferences",
link => "userprefs.cgi?tab=email", saveable => "1",
doc_section => "using.html#email-preferences" },
doc_section => "using
/preferences
.html#email-preferences" },
{ name => "saved-searches", label => "Saved Searches",
link => "userprefs.cgi?tab=saved-searches", saveable => "1",
doc_section => "using.html#saved-searches" },
doc_section => "using
/preferences
.html#saved-searches" },
{ name => "account", label => "Account Information",
link => "userprefs.cgi?tab=account", saveable => "1",
doc_section => "using.html#account-information" },
doc_section => "using
/preferences
.html#account-information" },
{ name => "apikey", label => "API Keys",
link => "userprefs.cgi?tab=apikey", saveable => "1",
doc_section => "using
.html#apikey
" },
doc_section => "using
/preferences.html#api-keys
" },
{ name => "permissions", label => "Permissions",
link => "userprefs.cgi?tab=permissions", saveable => "0",
doc_section => "using.html#permissions" } ] %]
doc_section => "using
/preferences
.html#permissions" } ] %]
[% Hook.process('tabs') %]
...
...
template/en/default/admin/admin.html.tmpl
View file @
707773ab
...
...
@@ -13,7 +13,7 @@
[% PROCESS global/header.html.tmpl title = title
style_urls = ['skins/standard/admin.css']
doc_section = "administ
ration
.html"
doc_section = "administ
ering/index
.html"
%]
<div>
...
...
template/en/default/admin/custom_fields/confirm-delete.html.tmpl
View file @
707773ab
...
...
@@ -20,7 +20,7 @@
[% PROCESS global/header.html.tmpl
title = title
style_urls = ['skins/standard/admin.css']
doc_section = "administ
ration
.html#deleting-custom-fields"
doc_section = "administ
ering/custom-fields
.html#deleting-custom-fields"
%]
<table id="admin_table">
...
...
template/en/default/admin/custom_fields/create.html.tmpl
View file @
707773ab
...
...
@@ -18,7 +18,7 @@
title = "Add a new Custom Field"
onload = "document.getElementById('new_bugmail').disabled = true;"
javascript_urls = [ 'js/util.js' ]
doc_section = "administ
ration
.html#adding-custom-fields"
doc_section = "administ
ering/custom-fields
.html#adding-custom-fields"
style_urls = ['skins/standard/admin.css']
%]
...
...
template/en/default/admin/custom_fields/edit.html.tmpl
View file @
707773ab
...
...
@@ -22,7 +22,7 @@
title = title
onload = "toggleCheckbox(document.getElementById('enter_bug'), 'new_bugmail');"
javascript_urls = [ 'js/util.js' ]
doc_section = "administ
ration
.html#editing-custom-fields"
doc_section = "administ
ering/custom-fields
.html#editing-custom-fields"
style_urls = ['skins/standard/admin.css']
%]
...
...
template/en/default/admin/custom_fields/list.html.tmpl
View file @
707773ab
...
...
@@ -15,7 +15,7 @@
[% PROCESS global/header.html.tmpl
title = "Custom Fields"
style_urls = ['skins/standard/admin.css']
doc_section = "administ
ration.html#custom-fields
"
doc_section = "administ
ering/custom-fields.html
"
%]
[% delete_contentlink = BLOCK %]editfields.cgi?action=del&name=%%name%%[% END %]
...
...
template/en/default/admin/flag-type/confirm-delete.html.tmpl
View file @
707773ab
...
...
@@ -11,7 +11,7 @@
[% PROCESS global/header.html.tmpl
title = title
style_urls = ['skins/standard/admin.css']
doc_section = "administ
ration
.html#deleting-a-flag"
doc_section = "administ
ering/flags
.html#deleting-a-flag"
%]
<p>
...
...
template/en/default/admin/flag-type/edit.html.tmpl
View file @
707773ab
...
...
@@ -25,7 +25,7 @@
onload="var f = document.forms['flagtype_properties'];
selectProduct(f.product, f.component, null, null, '__Any__');"
javascript_urls=["js/productform.js"]
doc_section = "administ
ration.html#administering-flags
"
doc_section = "administ
ering/flags.html
"
%]
<form id="flagtype_properties" method="post" action="editflagtypes.cgi">
...
...
template/en/default/admin/flag-type/list.html.tmpl
View file @
707773ab
...
...
@@ -13,7 +13,7 @@
style_urls = ['skins/standard/admin.css']
onload="var f = document.flagtype_form; selectProduct(f.product, f.component, null, null, '__All__');"
javascript_urls=["js/productform.js"]
doc_section = "administ
ration.html#two-types-of-flags
"
doc_section = "administ
ering/flags.html
"
%]
<p>
...
...
template/en/default/admin/groups/confirm-remove.html.tmpl
View file @
707773ab
...
...
@@ -19,7 +19,7 @@
[% PROCESS global/header.html.tmpl
title = title
doc_section = "administ
ration.html#groups-and-group-security
"
doc_section = "administ
ering/groups.html
"
%]
[% IF regexp %]
...
...
template/en/default/admin/groups/create.html.tmpl
View file @
707773ab
...
...
@@ -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 = "administ
ration
.html#creating-groups"
doc_section = "administ
ering/groups
.html#creating-groups"
%]
<form method="post" action="editgroups.cgi">
...
...
template/en/default/admin/groups/delete.html.tmpl
View file @
707773ab
...
...
@@ -17,7 +17,7 @@
[% PROCESS global/header.html.tmpl
title = title
style_urls = ['skins/standard/admin.css']
doc_section = "administ
ration.html#groups-and-group-security
"
doc_section = "administ
ering/groups.html
"
%]
<table id="admin_table">
...
...
template/en/default/admin/groups/edit.html.tmpl
View file @
707773ab
...
...
@@ -19,7 +19,7 @@
[% PROCESS global/header.html.tmpl
title = title
style_urls = ['skins/standard/admin.css']
doc_section = "administ
ration
.html#editing-groups-and-assigning-group-permissions"
doc_section = "administ
ering/groups
.html#editing-groups-and-assigning-group-permissions"
%]
<form method="post" action="editgroups.cgi">
...
...
template/en/default/admin/groups/list.html.tmpl
View file @
707773ab
...
...
@@ -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 = "administ
ration.html#groups-and-group-security
"
doc_section = "administ
ering/groups.html
"
%]
[% edit_contentlink = "editgroups.cgi?action=changeform&group=%%id%%" %]
...
...
template/en/default/admin/params/editparams.html.tmpl
View file @
707773ab
...
...
@@ -37,7 +37,7 @@
message = message
style_urls = ['skins/standard/admin.css']
javascript_urls = ['js/params.js', 'js/util.js']
doc_section = "administ
ration.html#bugzilla-configuration
"
doc_section = "administ
ering/parameters.html
"
%]
<div class="table">
...
...
template/en/default/admin/sudo.html.tmpl
View file @
707773ab
...
...
@@ -9,7 +9,7 @@
[% PROCESS global/header.html.tmpl
title = "Begin sudo session"
style_urls = ['skins/standard/admin.css']
doc_section = "administ
ration
.html#impersonating-users"
doc_section = "administ
ering/users
.html#impersonating-users"
%]
[% DEFAULT target_login = "" %]
...
...
template/en/default/admin/users/confirm-delete.html.tmpl
View file @
707773ab
...
...
@@ -39,7 +39,7 @@
[% PROCESS global/header.html.tmpl
title = title
style_urls = ['skins/standard/admin.css']
doc_section = "administ
ration
.html#deleting-users"
doc_section = "administ
ering/users
.html#deleting-users"
%]
[% PROCESS admin/users/listselectvars.html.tmpl
...
...
template/en/default/admin/users/create.html.tmpl
View file @
707773ab
...
...
@@ -15,7 +15,7 @@
[% PROCESS global/header.html.tmpl
title = "Add user"
style_urls = ['skins/standard/admin.css']
doc_section = "administ
ration
.html#creating-new-users"
doc_section = "administ
ering/users
.html#creating-new-users"
%]
[% PROCESS admin/users/listselectvars.html.tmpl
...
...
template/en/default/admin/users/edit.html.tmpl
View file @
707773ab
...
...
@@ -23,7 +23,7 @@
title = title
message = message
style_urls = ['skins/standard/admin.css']
doc_section = "administ
ration
.html#modifying-users"
doc_section = "administ
ering/users
.html#modifying-users"
javascript_urls = [ 'js/field.js' ]
%]
...
...
template/en/default/admin/users/list.html.tmpl
View file @
707773ab
...
...
@@ -17,7 +17,7 @@
[% PROCESS global/header.html.tmpl
title = "Select user"
style_urls = ['skins/standard/admin.css']
doc_section = "administ
ration.html#user-administration
"
doc_section = "administ
ering/users.html
"
%]
[% PROCESS admin/users/listselectvars.html.tmpl
...
...
template/en/default/admin/users/search.html.tmpl
View file @
707773ab
...
...
@@ -18,7 +18,7 @@
[% PROCESS global/header.html.tmpl
title = "Search users"
style_urls = ['skins/standard/admin.css']
doc_section = "administ
ration.html#managing-other-users
"
doc_section = "administ
ering/users.html
"
%]
[% PROCESS admin/users/listselectvars.html.tmpl
...
...
template/en/default/attachment/confirm-delete.html.tmpl
View file @
707773ab
...
...
@@ -18,7 +18,7 @@
[% PROCESS global/header.html.tmpl
title = title
style_urls = ['skins/standard/admin.css']
doc_section = "using.html#attachments"
doc_section = "using
/editing
.html#attachments"
%]
<table id="admin_table">
...
...
template/en/default/attachment/create.html.tmpl
View file @
707773ab
...
...
@@ -19,7 +19,7 @@
style_urls = ['skins/standard/bug.css']
yui = [ 'autocomplete' ]
javascript_urls = [ "js/attachment.js", 'js/field.js', "js/util.js", "js/TUI.js" ]
doc_section = "using.html#attachments"
doc_section = "using
/editing
.html#attachments"
%]
<script type="text/javascript">
...
...
template/en/default/attachment/diff-header.html.tmpl
View file @
707773ab
...
...
@@ -37,8 +37,7 @@ Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %]
[% subheader = BLOCK %]
[% bugsummary FILTER html %]
[% END %]
[% PROCESS global/header.html.tmpl doc_section = "using.html#patch-viewer"
javascript_urls = [ "js/attachment.js" ]
[% PROCESS global/header.html.tmpl javascript_urls = [ "js/attachment.js" ]
style_urls = ['skins/standard/bug.css'] %]
[% ELSE %]
<!DOCTYPE html>
...
...
template/en/default/attachment/edit.html.tmpl
View file @
707773ab
...
...
@@ -21,7 +21,7 @@
title = title
header = header
subheader = subheader
doc_section = "using.html#attachments"
doc_section = "using
/editing
.html#attachments"
javascript_urls = ['js/attachment.js', 'js/field.js']
style_urls = ['skins/standard/bug.css']
yui = [ 'autocomplete' ]
...
...
template/en/default/bug/dependency-tree.html.tmpl
View file @
707773ab
...
...
@@ -14,7 +14,7 @@
javascript_urls = ["js/expanding-tree.js"]
style_urls = ['skins/standard/bug.css']
subheader = filtered_desc
doc_section = "using
.html#dependency-tree
"
doc_section = "using
/understanding.html
"
%]
[% PROCESS depthControlToolbar %]
...
...
template/en/default/bug/show-header.html.tmpl
View file @
707773ab
...
...
@@ -62,7 +62,7 @@
[% END %]
[% END %]
[% style_urls = ['skins/standard/bug.css'] %]
[% doc_section = "using
.html#anatomy-of-a-bug
" %]
[% doc_section = "using
/understanding.html
" %]
[% bodyclasses = ['bz_bug',
"bz_status_$bug.bug_status",
"bz_product_$bug.product",
...
...
template/en/default/bug/show-multiple.html.tmpl
View file @
707773ab
...
...
@@ -10,7 +10,7 @@
title = "Full Text $terms.Bug Listing"
h1 = ""
style_urls = ['skins/standard/buglist.css']
doc_section = "using
.html#anatomy-of-a-bug
"
doc_section = "using
/understanding.html
"
%]
[% USE Bugzilla %]
...
...
template/en/default/bug/summarize-time.html.tmpl
View file @
707773ab
...
...
@@ -21,7 +21,7 @@
title = title
header = header
style_urls = ['skins/standard/buglist.css']
doc_section = "using
.html#time-tracking-information
"
doc_section = "using
/editing.html#time-tracking
"
yui = ['calendar']
javascript_urls = [ "js/util.js", "js/field.js" ]
%]
...
...
template/en/default/list/list.html.tmpl
View file @
707773ab
...
...
@@ -63,7 +63,7 @@
yui = [ 'autocomplete', 'calendar' ]
javascript_urls = [ "js/util.js", "js/field.js", "js/TUI.js" ]
style_urls = [ "skins/standard/buglist.css" ]
doc_section = "using
.html#bug-lists
"
doc_section = "using
/finding.html
"
%]
<div class="bz_query_head">
...
...
template/en/default/reports/menu.html.tmpl
View file @
707773ab
...
...
@@ -13,7 +13,7 @@
[% PROCESS global/header.html.tmpl
title = "Reporting and Charting Kitchen"
doc_section = "using
.html#reports-and-charts
"
doc_section = "using
/reports-and-charts.html
"
style_urls = ['skins/standard/buglist.css']
%]
...
...
template/en/default/reports/old-charts.html.tmpl
View file @
707773ab
...
...
@@ -15,7 +15,7 @@
title = "$terms.Bug Charts"
h1 = "Welcome to the $terms.Bugzilla Charting Kitchen"
style_urls = ['skins/standard/buglist.css']
doc_section = "using.html#charts"
doc_section = "using
/reports-and-charts
.html#charts"
%]
[% IF url_image %]
...
...
template/en/default/search/search-advanced.html.tmpl
View file @
707773ab
...
...
@@ -30,7 +30,7 @@ function remove_token() {
javascript = javascript
javascript_urls = [ "js/util.js", "js/TUI.js", "js/field.js"]
style_urls = ['skins/standard/buglist.css']
doc_section = "using
.html#searching-for-bugs
"
doc_section = "using
/finding.html
"
%]
[% WRAPPER search/tabs.html.tmpl %]
...
...
template/en/default/search/search-create-series.html.tmpl
View file @
707773ab
...
...
@@ -23,7 +23,7 @@
javascript = js_data
javascript_urls = [ "js/util.js", "js/TUI.js", "js/field.js" ]
style_urls = ['skins/standard/buglist.css']
doc_section = "using
.html#creating-new-data-se
ts"
doc_section = "using
/reports-and-charts.html#creating-char
ts"
%]
<form method="get" action="chart.cgi" name="chartform">
...
...
template/en/default/search/search-report-graph.html.tmpl
View file @
707773ab
...
...
@@ -22,7 +22,7 @@ var queryform = "reportform"
javascript = js_data
javascript_urls = [ "js/util.js", "js/TUI.js", "js/field.js" ]
style_urls = ['skins/standard/buglist.css']
doc_section = "using.html#reports"
doc_section = "using
/reports-and-charts
.html#reports"
%]
[% PROCESS "search/search-report-select.html.tmpl" %]
...
...
template/en/default/search/search-report-table.html.tmpl
View file @
707773ab
...
...
@@ -22,7 +22,7 @@ var queryform = "reportform"
javascript = js_data
javascript_urls = [ "js/util.js", "js/TUI.js", "js/field.js" ]
style_urls = ['skins/standard/buglist.css']
doc_section = "using.html#reports"
doc_section = "using
/reports-and-charts
.html#reports"
%]
[% PROCESS "search/search-report-select.html.tmpl" %]
...
...
template/en/default/search/search-specific.html.tmpl
View file @
707773ab
...
...
@@ -9,6 +9,7 @@
[% PROCESS global/header.html.tmpl
title = "Simple Search"
style_urls = ['skins/standard/buglist.css']
doc_section = "using/finding.html"
%]
[% WRAPPER search/tabs.html.tmpl %]
...
...
template/en/default/whine/schedule.html.tmpl
View file @
707773ab
...
...
@@ -23,7 +23,7 @@
[% PROCESS global/header.html.tmpl
title = title
style_urls = ['skins/standard/admin.css']
doc_section = "using
.html#whining
"
doc_section = "using
/index.html
"
%]
<p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment