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
a11b3fae
Commit
a11b3fae
authored
Dec 14, 2005
by
wurblzap%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 319972: Hardcoded state string on product edit page.
Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
parent
80d6208e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
edit-common.html.tmpl
template/en/default/admin/products/edit-common.html.tmpl
+4
-1
No files found.
template/en/default/admin/products/edit-common.html.tmpl
View file @
a11b3fae
...
...
@@ -22,6 +22,8 @@
# classification: Bugzilla::Classifiation object; classification product is in.
#%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% IF Param('useclassification') %]
<tr>
<th align="right"><b>Classification:</b></th>
...
...
@@ -91,7 +93,8 @@
<th align="right">
Number of votes [% terms.abug %] in this product needs to
automatically get out of the
<a href="page.cgi?id=fields.html#status">UNCONFIRMED</a> state:
<a href="page.cgi?id=fields.html#status">[% status_descs.UNCONFIRMED FILTER html %]</a>
state:
</th>
<td><input size="5" maxlength="5" name="votestoconfirm"
value="[% product.votestoconfirm FILTER html %]">
...
...
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