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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
8e0b7aa5
Commit
8e0b7aa5
authored
Feb 12, 2014
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 969881: All "Help" links in the header and footer of pages point to inexistent files
r=gerv a=justdave
parent
ccbeca71
Show whitespace changes
Inline
Side-by-side
Showing
47 changed files
with
58 additions
and
55 deletions
+58
-55
chart.cgi
chart.cgi
+1
-1
createaccount.cgi
createaccount.cgi
+1
-1
using.rst
docs/en/rst/using.rst
+2
-2
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
+11
-6
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
-3
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
-1
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
schedule.html.tmpl
template/en/default/whine/schedule.html.tmpl
+1
-1
No files found.
chart.cgi
View file @
8e0b7aa5
...
@@ -65,7 +65,7 @@ if (grep(/^cmd-/, $cgi->param())) {
...
@@ -65,7 +65,7 @@ if (grep(/^cmd-/, $cgi->param())) {
my
$action
=
$cgi
->
param
(
'action'
);
my
$action
=
$cgi
->
param
(
'action'
);
my
$series_id
=
$cgi
->
param
(
'series_id'
);
my
$series_id
=
$cgi
->
param
(
'series_id'
);
$vars
->
{
'doc_section'
}
=
'
report
ing.html#charts'
;
$vars
->
{
'doc_section'
}
=
'
us
ing.html#charts'
;
# Because some actions are chosen by buttons, we can't encode them as the value
# 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
# of the action param, because that value is localization-dependent. So, we
...
...
createaccount.cgi
View file @
8e0b7aa5
...
@@ -21,7 +21,7 @@ use Bugzilla::Token;
...
@@ -21,7 +21,7 @@ use Bugzilla::Token;
my
$user
=
Bugzilla
->
login
(
LOGIN_OPTIONAL
);
my
$user
=
Bugzilla
->
login
(
LOGIN_OPTIONAL
);
my
$cgi
=
Bugzilla
->
cgi
;
my
$cgi
=
Bugzilla
->
cgi
;
my
$template
=
Bugzilla
->
template
;
my
$template
=
Bugzilla
->
template
;
my
$vars
=
{
doc_section
=>
'
myaccount.html
'
};
my
$vars
=
{
doc_section
=>
'
using.html#create-a-bugzilla-account
'
};
print
$cgi
->
header
();
print
$cgi
->
header
();
...
...
docs/en/rst/using.rst
View file @
8e0b7aa5
...
@@ -993,8 +993,8 @@ the Search show up in the footer of the group's direct members by default.
...
@@ -993,8 +993,8 @@ the Search show up in the footer of the group's direct members by default.
.. _accountpreferences:
.. _accountpreferences:
Name and Password
Account Information
=================
=================
==
On this tab, you can change your basic account information,
On this tab, you can change your basic account information,
including your password, email address and real name. For security
including your password, email address and real name. For security
...
...
editclassifications.cgi
View file @
8e0b7aa5
...
@@ -32,7 +32,7 @@ sub LoadTemplate {
...
@@ -32,7 +32,7 @@ sub LoadTemplate {
if
(
$action
eq
'select'
);
if
(
$action
eq
'select'
);
# There is currently only one section about classifications,
# There is currently only one section about classifications,
# so all pages point to it. Let's define it here.
# so all pages point to it. Let's define it here.
$vars
->
{
'doc_section'
}
=
'
classifications.html
'
;
$vars
->
{
'doc_section'
}
=
'
administration.html#classifications
'
;
$action
=~
/(\w+)/
;
$action
=~
/(\w+)/
;
$action
=
$1
;
$action
=
$1
;
...
...
editcomponents.cgi
View file @
8e0b7aa5
...
@@ -23,7 +23,7 @@ my $template = Bugzilla->template;
...
@@ -23,7 +23,7 @@ my $template = Bugzilla->template;
my
$vars
=
{};
my
$vars
=
{};
# There is only one section about components in the documentation,
# There is only one section about components in the documentation,
# so all actions point to the same page.
# so all actions point to the same page.
$vars
->
{
'doc_section'
}
=
'
components.html
'
;
$vars
->
{
'doc_section'
}
=
'
administration.html#components
'
;
#
#
# Preliminary checks:
# Preliminary checks:
...
...
editmilestones.cgi
View file @
8e0b7aa5
...
@@ -23,7 +23,7 @@ my $template = Bugzilla->template;
...
@@ -23,7 +23,7 @@ my $template = Bugzilla->template;
my
$vars
=
{};
my
$vars
=
{};
# There is only one section about milestones in the documentation,
# There is only one section about milestones in the documentation,
# so all actions point to the same page.
# so all actions point to the same page.
$vars
->
{
'doc_section'
}
=
'
milestones.html
'
;
$vars
->
{
'doc_section'
}
=
'
administration.html#milestones
'
;
#
#
# Preliminary checks:
# Preliminary checks:
...
...
editproducts.cgi
View file @
8e0b7aa5
...
@@ -33,7 +33,7 @@ my $template = Bugzilla->template;
...
@@ -33,7 +33,7 @@ my $template = Bugzilla->template;
my
$vars
=
{};
my
$vars
=
{};
# Remove this as soon as the documentation about products has been
# Remove this as soon as the documentation about products has been
# improved and each action has its own section.
# improved and each action has its own section.
$vars
->
{
'doc_section'
}
=
'
products.html
'
;
$vars
->
{
'doc_section'
}
=
'
administration.html#products
'
;
print
$cgi
->
header
();
print
$cgi
->
header
();
...
...
editvalues.cgi
View file @
8e0b7aa5
...
@@ -49,7 +49,7 @@ my $vars = {};
...
@@ -49,7 +49,7 @@ my $vars = {};
# Replace this entry by separate entries in templates when
# Replace this entry by separate entries in templates when
# the documentation about legal values becomes bigger.
# the documentation about legal values becomes bigger.
$vars
->
{
'doc_section'
}
=
'
edit-values.html
'
;
$vars
->
{
'doc_section'
}
=
'
administration.html#legal-values
'
;
print
$cgi
->
header
();
print
$cgi
->
header
();
...
...
editversions.cgi
View file @
8e0b7aa5
...
@@ -23,7 +23,7 @@ my $template = Bugzilla->template;
...
@@ -23,7 +23,7 @@ my $template = Bugzilla->template;
my
$vars
=
{};
my
$vars
=
{};
# There is only one section about versions in the documentation,
# There is only one section about versions in the documentation,
# so all actions point to the same page.
# so all actions point to the same page.
$vars
->
{
'doc_section'
}
=
'
versions.html
'
;
$vars
->
{
'doc_section'
}
=
'
administration.html#versions
'
;
#
#
# Preliminary checks:
# Preliminary checks:
...
...
enter_bug.cgi
View file @
8e0b7aa5
...
@@ -45,7 +45,7 @@ my $template = Bugzilla->template;
...
@@ -45,7 +45,7 @@ my $template = Bugzilla->template;
my
$vars
=
{};
my
$vars
=
{};
# All pages point to the same part of the documentation.
# All pages point to the same part of the documentation.
$vars
->
{
'doc_section'
}
=
'
bugreports.html
'
;
$vars
->
{
'doc_section'
}
=
'
using.html#filing-bugs
'
;
my
$product_name
=
trim
(
$cgi
->
param
(
'product'
)
||
''
);
my
$product_name
=
trim
(
$cgi
->
param
(
'product'
)
||
''
);
# Will contain the product object the bug is created in.
# Will contain the product object the bug is created in.
...
...
report.cgi
View file @
8e0b7aa5
...
@@ -373,7 +373,7 @@ if ($cgi->param('debug')) {
...
@@ -373,7 +373,7 @@ if ($cgi->param('debug')) {
}
}
# All formats point to the same section of the documentation.
# All formats point to the same section of the documentation.
$vars
->
{
'doc_section'
}
=
'
reporting.html#repo
rts'
;
$vars
->
{
'doc_section'
}
=
'
using.html#reports-and-cha
rts'
;
disable_utf8
()
if
(
$format
->
{
'ctype'
}
=~
/^image\//
);
disable_utf8
()
if
(
$format
->
{
'ctype'
}
=~
/^image\//
);
...
...
template/en/default/account/prefs/prefs.html.tmpl
View file @
8e0b7aa5
...
@@ -25,15 +25,20 @@
...
@@ -25,15 +25,20 @@
[% filtered_login = user.login FILTER html %]
[% filtered_login = user.login FILTER html %]
[% tabs = [{ name => "settings", label => "General Preferences",
[% tabs = [{ name => "settings", label => "General Preferences",
link => "userprefs.cgi?tab=settings", saveable => "1" },
link => "userprefs.cgi?tab=settings", saveable => "1",
doc_section => "using.html#general-preferences" },
{ name => "email", label => "Email Preferences",
{ name => "email", label => "Email Preferences",
link => "userprefs.cgi?tab=email", saveable => "1" },
link => "userprefs.cgi?tab=email", saveable => "1",
doc_section => "using.html#email-preferences" },
{ name => "saved-searches", label => "Saved Searches",
{ name => "saved-searches", label => "Saved Searches",
link => "userprefs.cgi?tab=saved-searches", saveable => "1" },
link => "userprefs.cgi?tab=saved-searches", saveable => "1",
doc_section => "using.html#saved-searches" },
{ name => "account", label => "Account Information",
{ name => "account", label => "Account Information",
link => "userprefs.cgi?tab=account", saveable => "1" },
link => "userprefs.cgi?tab=account", saveable => "1",
doc_section => "using.html#account-information" },
{ name => "permissions", label => "Permissions",
{ name => "permissions", label => "Permissions",
link => "userprefs.cgi?tab=permissions", saveable => "0" } ] %]
link => "userprefs.cgi?tab=permissions", saveable => "0",
doc_section => "using.html#permissions" } ] %]
[% Hook.process('tabs') %]
[% Hook.process('tabs') %]
...
@@ -49,7 +54,7 @@
...
@@ -49,7 +54,7 @@
subheader = filtered_login
subheader = filtered_login
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
javascript_urls = ['js/util.js', 'js/field.js']
javascript_urls = ['js/util.js', 'js/field.js']
doc_section =
"userpreferences.html"
doc_section =
current_tab.doc_section
yui = ['autocomplete']
yui = ['autocomplete']
%]
%]
...
...
template/en/default/admin/custom_fields/confirm-delete.html.tmpl
View file @
8e0b7aa5
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = title
title = title
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
doc_section = "
custom-fields.html#delete
-custom-fields"
doc_section = "
administration.html#deleting
-custom-fields"
%]
%]
<table id="admin_table">
<table id="admin_table">
...
...
template/en/default/admin/custom_fields/create.html.tmpl
View file @
8e0b7aa5
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
title = "Add a new Custom Field"
title = "Add a new Custom Field"
onload = "document.getElementById('new_bugmail').disabled = true;"
onload = "document.getElementById('new_bugmail').disabled = true;"
javascript_urls = [ 'js/util.js' ]
javascript_urls = [ 'js/util.js' ]
doc_section = "
custom-fields.html#add
-custom-fields"
doc_section = "
administration.html#adding
-custom-fields"
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
%]
%]
...
...
template/en/default/admin/custom_fields/edit.html.tmpl
View file @
8e0b7aa5
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
title = title
title = title
onload = "toggleCheckbox(document.getElementById('enter_bug'), 'new_bugmail');"
onload = "toggleCheckbox(document.getElementById('enter_bug'), 'new_bugmail');"
javascript_urls = [ 'js/util.js' ]
javascript_urls = [ 'js/util.js' ]
doc_section = "
custom-fields.html#edit
-custom-fields"
doc_section = "
administration.html#editing
-custom-fields"
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
%]
%]
...
...
template/en/default/admin/custom_fields/list.html.tmpl
View file @
8e0b7aa5
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Custom Fields"
title = "Custom Fields"
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
doc_section = "
custom-fields.html
"
doc_section = "
administration.html#custom-fields
"
%]
%]
[% delete_contentlink = BLOCK %]editfields.cgi?action=del&name=%%name%%[% END %]
[% delete_contentlink = BLOCK %]editfields.cgi?action=del&name=%%name%%[% END %]
...
...
template/en/default/admin/flag-type/confirm-delete.html.tmpl
View file @
8e0b7aa5
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = title
title = title
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
doc_section = "
flags-overview.html#flags-delete
"
doc_section = "
administration.html#deleting-a-flag
"
%]
%]
<p>
<p>
...
...
template/en/default/admin/flag-type/edit.html.tmpl
View file @
8e0b7aa5
...
@@ -15,10 +15,8 @@
...
@@ -15,10 +15,8 @@
Based on [% type.name FILTER html %]
Based on [% type.name FILTER html %]
[% END %]
[% END %]
[% END %]
[% END %]
[% doc_section = "flags-overview.html#flags-create" %]
[% ELSE %]
[% ELSE %]
[% title = BLOCK %]Edit Flag Type [% type.name FILTER html %][% END %]
[% title = BLOCK %]Edit Flag Type [% type.name FILTER html %][% END %]
[% doc_section = "flags-overview.html#flags-edit" %]
[% END %]
[% END %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
...
@@ -27,7 +25,7 @@
...
@@ -27,7 +25,7 @@
onload="var f = document.forms['flagtype_properties'];
onload="var f = document.forms['flagtype_properties'];
selectProduct(f.product, f.component, null, null, '__Any__');"
selectProduct(f.product, f.component, null, null, '__Any__');"
javascript_urls=["js/productform.js"]
javascript_urls=["js/productform.js"]
doc_section =
doc_section
doc_section =
"administration.html#administering-flags"
%]
%]
<form id="flagtype_properties" method="post" action="editflagtypes.cgi">
<form id="flagtype_properties" method="post" action="editflagtypes.cgi">
...
...
template/en/default/admin/flag-type/list.html.tmpl
View file @
8e0b7aa5
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
onload="var f = document.flagtype_form; selectProduct(f.product, f.component, null, null, '__All__');"
onload="var f = document.flagtype_form; selectProduct(f.product, f.component, null, null, '__All__');"
javascript_urls=["js/productform.js"]
javascript_urls=["js/productform.js"]
doc_section = "
flags-overview.html#flag-type
s"
doc_section = "
administration.html#two-types-of-flag
s"
%]
%]
<p>
<p>
...
...
template/en/default/admin/groups/confirm-remove.html.tmpl
View file @
8e0b7aa5
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = title
title = title
doc_section = "
groups.html
"
doc_section = "
administration.html#groups-and-group-security
"
%]
%]
[% IF regexp %]
[% IF regexp %]
...
...
template/en/default/admin/groups/create.html.tmpl
View file @
8e0b7aa5
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
title = "Add group"
title = "Add group"
subheader = "This page allows you to define a new user group."
subheader = "This page allows you to define a new user group."
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
doc_section = "
groups.html#create
-groups"
doc_section = "
administration.html#creating
-groups"
%]
%]
<form method="post" action="editgroups.cgi">
<form method="post" action="editgroups.cgi">
...
...
template/en/default/admin/groups/delete.html.tmpl
View file @
8e0b7aa5
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = title
title = title
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
doc_section = "
groups.html
"
doc_section = "
administration.html#groups-and-group-security
"
%]
%]
<table id="admin_table">
<table id="admin_table">
...
...
template/en/default/admin/groups/edit.html.tmpl
View file @
8e0b7aa5
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = title
title = title
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
doc_section = "
groups.html#edit-group
s"
doc_section = "
administration.html#editing-groups-and-assigning-group-permission
s"
%]
%]
<form method="post" action="editgroups.cgi">
<form method="post" action="editgroups.cgi">
...
...
template/en/default/admin/groups/list.html.tmpl
View file @
8e0b7aa5
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
title = "Edit Groups"
title = "Edit Groups"
subheader = "This lets you edit the groups available to put users in."
subheader = "This lets you edit the groups available to put users in."
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
doc_section = "
groups.html
"
doc_section = "
administration.html#groups-and-group-security
"
%]
%]
[% edit_contentlink = "editgroups.cgi?action=changeform&group=%%id%%" %]
[% edit_contentlink = "editgroups.cgi?action=changeform&group=%%id%%" %]
...
...
template/en/default/admin/params/editparams.html.tmpl
View file @
8e0b7aa5
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
message = message
message = message
style_urls = ['skins/standard/params.css']
style_urls = ['skins/standard/params.css']
javascript_urls = ['js/params.js', 'js/util.js']
javascript_urls = ['js/params.js', 'js/util.js']
doc_section = "
parameters.html
"
doc_section = "
administration.html#bugzilla-configuration
"
%]
%]
<div class="table">
<div class="table">
...
...
template/en/default/admin/sudo.html.tmpl
View file @
8e0b7aa5
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Begin sudo session"
title = "Begin sudo session"
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
doc_section = "
useradmin.html#impersonating
users"
doc_section = "
administration.html#impersonating-
users"
%]
%]
[% DEFAULT target_login = "" %]
[% DEFAULT target_login = "" %]
...
...
template/en/default/admin/users/confirm-delete.html.tmpl
View file @
8e0b7aa5
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
title = title
title = title
style_urls = ['skins/standard/admin.css',
style_urls = ['skins/standard/admin.css',
'skins/standard/editusers.css']
'skins/standard/editusers.css']
doc_section = "
useradmin.html#user-account-deletion
"
doc_section = "
administration.html#deleting-users
"
%]
%]
[% PROCESS admin/users/listselectvars.html.tmpl
[% PROCESS admin/users/listselectvars.html.tmpl
...
...
template/en/default/admin/users/create.html.tmpl
View file @
8e0b7aa5
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Add user"
title = "Add user"
style_urls = ['skins/standard/editusers.css']
style_urls = ['skins/standard/editusers.css']
doc_section = "
useradmin.html#createnew
users"
doc_section = "
administration.html#creating-new-
users"
%]
%]
[% PROCESS admin/users/listselectvars.html.tmpl
[% PROCESS admin/users/listselectvars.html.tmpl
...
...
template/en/default/admin/users/edit.html.tmpl
View file @
8e0b7aa5
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
title = title
title = title
message = message
message = message
style_urls = ['skins/standard/admin.css', 'skins/standard/editusers.css']
style_urls = ['skins/standard/admin.css', 'skins/standard/editusers.css']
doc_section = "
useradmin.html#modify
users"
doc_section = "
administration.html#modifying-
users"
javascript_urls = [ 'js/field.js' ]
javascript_urls = [ 'js/field.js' ]
%]
%]
...
...
template/en/default/admin/users/list.html.tmpl
View file @
8e0b7aa5
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Select user"
title = "Select user"
style_urls = ['skins/standard/admin.css', 'skins/standard/editusers.css']
style_urls = ['skins/standard/admin.css', 'skins/standard/editusers.css']
doc_section = "
useradmin.html
"
doc_section = "
administration.html#user-administration
"
%]
%]
[% PROCESS admin/users/listselectvars.html.tmpl
[% PROCESS admin/users/listselectvars.html.tmpl
...
...
template/en/default/admin/users/search.html.tmpl
View file @
8e0b7aa5
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Search users"
title = "Search users"
style_urls = ['skins/standard/editusers.css']
style_urls = ['skins/standard/editusers.css']
doc_section = "
useradmin.html#user-account-search
"
doc_section = "
administration.html#managing-other-users
"
%]
%]
[% PROCESS admin/users/listselectvars.html.tmpl
[% PROCESS admin/users/listselectvars.html.tmpl
...
...
template/en/default/attachment/confirm-delete.html.tmpl
View file @
8e0b7aa5
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = title
title = title
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
doc_section = "
attachments.html
"
doc_section = "
using.html#attachments
"
%]
%]
<table id="admin_table">
<table id="admin_table">
...
...
template/en/default/attachment/create.html.tmpl
View file @
8e0b7aa5
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
style_urls = [ 'skins/standard/attachment.css' ]
style_urls = [ 'skins/standard/attachment.css' ]
yui = [ 'autocomplete' ]
yui = [ 'autocomplete' ]
javascript_urls = [ "js/attachment.js", 'js/field.js', "js/util.js", "js/TUI.js" ]
javascript_urls = [ "js/attachment.js", 'js/field.js', "js/util.js", "js/TUI.js" ]
doc_section = "
attachments.html
"
doc_section = "
using.html#attachments
"
%]
%]
<script type="text/javascript">
<script type="text/javascript">
...
...
template/en/default/attachment/diff-header.html.tmpl
View file @
8e0b7aa5
...
@@ -37,7 +37,7 @@ Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %]
...
@@ -37,7 +37,7 @@ Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %]
[% subheader = BLOCK %]
[% subheader = BLOCK %]
[% bugsummary FILTER html %]
[% bugsummary FILTER html %]
[% END %]
[% END %]
[% PROCESS global/header.html.tmpl doc_section = "
attachments.html#patch
viewer"
[% PROCESS global/header.html.tmpl doc_section = "
using.html#patch-
viewer"
javascript_urls = "js/attachment.js"
javascript_urls = "js/attachment.js"
style_urls = ['skins/standard/attachment.css'] %]
style_urls = ['skins/standard/attachment.css'] %]
[% ELSE %]
[% ELSE %]
...
...
template/en/default/attachment/edit.html.tmpl
View file @
8e0b7aa5
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
title = title
title = title
header = header
header = header
subheader = subheader
subheader = subheader
doc_section = "
attachments.html
"
doc_section = "
using.html#attachments
"
javascript_urls = ['js/attachment.js', 'js/field.js']
javascript_urls = ['js/attachment.js', 'js/field.js']
style_urls = ['skins/standard/attachment.css']
style_urls = ['skins/standard/attachment.css']
yui = [ 'autocomplete' ]
yui = [ 'autocomplete' ]
...
...
template/en/default/bug/dependency-tree.html.tmpl
View file @
8e0b7aa5
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
javascript_urls = ["js/expanding-tree.js"]
javascript_urls = ["js/expanding-tree.js"]
style_urls = ["skins/standard/dependency-tree.css"]
style_urls = ["skins/standard/dependency-tree.css"]
subheader = filtered_desc
subheader = filtered_desc
doc_section = "
hintsandtips.html#dependency
tree"
doc_section = "
using.html#dependency-
tree"
%]
%]
[% PROCESS depthControlToolbar %]
[% PROCESS depthControlToolbar %]
...
...
template/en/default/bug/show-header.html.tmpl
View file @
8e0b7aa5
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
[% END %]
[% END %]
[% END %]
[% END %]
[% style_urls = [ "skins/standard/show_bug.css" ] %]
[% style_urls = [ "skins/standard/show_bug.css" ] %]
[% doc_section = "
bug_page.html
" %]
[% doc_section = "
using.html#anatomy-of-a-bug
" %]
[% bodyclasses = ['bz_bug',
[% bodyclasses = ['bz_bug',
"bz_status_$bug.bug_status",
"bz_status_$bug.bug_status",
"bz_product_$bug.product",
"bz_product_$bug.product",
...
...
template/en/default/bug/show-multiple.html.tmpl
View file @
8e0b7aa5
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
h1 = ""
h1 = ""
style_urls = ["skins/standard/show_multiple.css",
style_urls = ["skins/standard/show_multiple.css",
"skins/standard/buglist.css"]
"skins/standard/buglist.css"]
doc_section = "
bug_page.html
"
doc_section = "
using.html#anatomy-of-a-bug
"
%]
%]
[% PROCESS bug/time.html.tmpl %]
[% PROCESS bug/time.html.tmpl %]
[% IF bugs.first %]
[% IF bugs.first %]
...
...
template/en/default/bug/summarize-time.html.tmpl
View file @
8e0b7aa5
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
title = title
title = title
header = header
header = header
style_urls = ["skins/standard/summarize-time.css"]
style_urls = ["skins/standard/summarize-time.css"]
doc_section = "
timetracking.html
"
doc_section = "
using.html#time-tracking-information
"
yui = ['calendar']
yui = ['calendar']
javascript_urls = [ "js/util.js", "js/field.js" ]
javascript_urls = [ "js/util.js", "js/field.js" ]
%]
%]
...
...
template/en/default/list/list.html.tmpl
View file @
8e0b7aa5
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
yui = [ 'autocomplete', 'calendar' ]
yui = [ 'autocomplete', 'calendar' ]
javascript_urls = [ "js/util.js", "js/field.js", "js/TUI.js" ]
javascript_urls = [ "js/util.js", "js/field.js", "js/TUI.js" ]
style_urls = [ "skins/standard/buglist.css" ]
style_urls = [ "skins/standard/buglist.css" ]
doc_section = "
query.html#list
"
doc_section = "
using.html#bug-lists
"
%]
%]
<div class="bz_query_head">
<div class="bz_query_head">
...
...
template/en/default/reports/menu.html.tmpl
View file @
8e0b7aa5
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Reporting and Charting Kitchen"
title = "Reporting and Charting Kitchen"
doc_section = "
reporting.html
"
doc_section = "
using.html#reports-and-charts
"
style_urls = ['skins/standard/reports.css']
style_urls = ['skins/standard/reports.css']
%]
%]
...
...
template/en/default/reports/old-charts.html.tmpl
View file @
8e0b7aa5
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
title = "$terms.Bug Charts"
title = "$terms.Bug Charts"
h1 = "Welcome to the $terms.Bugzilla Charting Kitchen"
h1 = "Welcome to the $terms.Bugzilla Charting Kitchen"
style_urls = ['skins/standard/reports.css']
style_urls = ['skins/standard/reports.css']
doc_section = "
report
ing.html#charts"
doc_section = "
us
ing.html#charts"
%]
%]
[% IF url_image %]
[% IF url_image %]
...
...
template/en/default/search/search-advanced.html.tmpl
View file @
8e0b7aa5
...
@@ -30,7 +30,7 @@ function remove_token() {
...
@@ -30,7 +30,7 @@ function remove_token() {
javascript = javascript
javascript = javascript
javascript_urls = [ "js/util.js", "js/TUI.js", "js/field.js"]
javascript_urls = [ "js/util.js", "js/TUI.js", "js/field.js"]
style_urls = [ "skins/standard/search_form.css" ]
style_urls = [ "skins/standard/search_form.css" ]
doc_section = "
query.html
"
doc_section = "
using.html#searching-for-bugs
"
%]
%]
[% WRAPPER search/tabs.html.tmpl %]
[% WRAPPER search/tabs.html.tmpl %]
...
...
template/en/default/search/search-create-series.html.tmpl
View file @
8e0b7aa5
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
javascript = js_data
javascript = js_data
javascript_urls = [ "js/util.js", "js/TUI.js", "js/field.js" ]
javascript_urls = [ "js/util.js", "js/TUI.js", "js/field.js" ]
style_urls = [ "skins/standard/reports.css", "skins/standard/search_form.css" ]
style_urls = [ "skins/standard/reports.css", "skins/standard/search_form.css" ]
doc_section = "
reporting.html#charts-new-serie
s"
doc_section = "
using.html#creating-new-data-set
s"
%]
%]
<form method="get" action="chart.cgi" name="chartform">
<form method="get" action="chart.cgi" name="chartform">
...
...
template/en/default/search/search-report-graph.html.tmpl
View file @
8e0b7aa5
...
@@ -22,7 +22,7 @@ var queryform = "reportform"
...
@@ -22,7 +22,7 @@ var queryform = "reportform"
javascript = js_data
javascript = js_data
javascript_urls = [ "js/util.js", "js/TUI.js", "js/field.js" ]
javascript_urls = [ "js/util.js", "js/TUI.js", "js/field.js" ]
style_urls = [ "skins/standard/search_form.css" ]
style_urls = [ "skins/standard/search_form.css" ]
doc_section = "
report
ing.html#reports"
doc_section = "
us
ing.html#reports"
%]
%]
[% PROCESS "search/search-report-select.html.tmpl" %]
[% PROCESS "search/search-report-select.html.tmpl" %]
...
...
template/en/default/search/search-report-table.html.tmpl
View file @
8e0b7aa5
...
@@ -22,7 +22,7 @@ var queryform = "reportform"
...
@@ -22,7 +22,7 @@ var queryform = "reportform"
javascript = js_data
javascript = js_data
javascript_urls = [ "js/util.js", "js/TUI.js", "js/field.js" ]
javascript_urls = [ "js/util.js", "js/TUI.js", "js/field.js" ]
style_urls = [ "skins/standard/search_form.css" ]
style_urls = [ "skins/standard/search_form.css" ]
doc_section = "
report
ing.html#reports"
doc_section = "
us
ing.html#reports"
%]
%]
[% PROCESS "search/search-report-select.html.tmpl" %]
[% PROCESS "search/search-report-select.html.tmpl" %]
...
...
template/en/default/whine/schedule.html.tmpl
View file @
8e0b7aa5
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = title
title = title
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
doc_section = "
whining.html
"
doc_section = "
using.html#whining
"
%]
%]
<p>
<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