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
d66d351c
Commit
d66d351c
authored
Nov 20, 2008
by
guy.pyrzak%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 464732: There is no label next to the Status drop-down
Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=mkanat
parent
1c61f36f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
show_bug.css
skins/standard/show_bug.css
+4
-0
edit.html.tmpl
template/en/default/bug/edit.html.tmpl
+12
-3
No files found.
skins/standard/show_bug.css
View file @
d66d351c
...
...
@@ -65,3 +65,7 @@
#status
{
margin-bottom
:
3ex
;
}
#knob-buttons
{
float
:
right
;
}
template/en/default/bug/edit.html.tmpl
View file @
d66d351c
...
...
@@ -239,7 +239,7 @@
<br>
<table cellpadding="1" cellspacing="1">
<tr>
<td>
<td
id="comment_status_commit"
>
[% IF user.id %]
<label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>:
[% IF Param("insidergroup") && user.in_group(Param("insidergroup")) %]
...
...
@@ -258,14 +258,23 @@
cols = constants.COMMENT_COLS
%]
<br>
<a name="bug_status_bottom"></a>
[% PROCESS bug/knob.html.tmpl %]
<div id="knob-buttons">
<input type="submit" value="Commit" id="commit">
[% IF bug.user.canmove %]
<input type="submit" name="action" id="action" value="[% Param("move-button-text") %]">
[% END %]
</div>
<table class="status">
<tr>
<td class="field_label">
<b><a href="page.cgi?id=fields.html#status">Status</a></b>:
</td>
<td>
<a name="bug_status_bottom"></a>
[% PROCESS bug/knob.html.tmpl %]
</td>
</tr>
</table>
[% ELSE %]
<fieldset>
<legend>Note</legend>
...
...
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