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
8b5d0f88
Commit
8b5d0f88
authored
Jan 30, 2009
by
guy.pyrzak%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 344559: Add Commit Button below the top fields on show_bug.cgi
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
parent
fc293fbd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
show_bug.css
skins/standard/show_bug.css
+1
-1
edit.html.tmpl
template/en/default/bug/edit.html.tmpl
+11
-8
No files found.
skins/standard/show_bug.css
View file @
8b5d0f88
...
@@ -66,6 +66,6 @@
...
@@ -66,6 +66,6 @@
margin-bottom
:
3ex
;
margin-bottom
:
3ex
;
}
}
#
knob-buttons
{
.
knob-buttons
{
float
:
right
;
float
:
right
;
}
}
template/en/default/bug/edit.html.tmpl
View file @
8b5d0f88
[%# The contents of this file are subject to the Mozilla Public
[%# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
# the License at http://www.mozilla.org/MPL/
...
@@ -254,12 +254,7 @@
...
@@ -254,12 +254,7 @@
cols = constants.COMMENT_COLS
cols = constants.COMMENT_COLS
%]
%]
<br>
<br>
<div id="knob-buttons">
[% PROCESS commit_button id=""%]
<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" cellspacing="0" cellpadding="0">
<table class="status" cellspacing="0" cellpadding="0">
<tr>
<tr>
<td class="field_label">
<td class="field_label">
...
@@ -303,7 +298,7 @@
...
@@ -303,7 +298,7 @@
[% BLOCK section_title %]
[% BLOCK section_title %]
[%# That's the main table, which contains all editable fields. %]
[%# That's the main table, which contains all editable fields. %]
<div class="bz_alias_short_desc_container">
<div class="bz_alias_short_desc_container">
[% PROCESS commit_button id="_top"%]
<a href="show_bug.cgi?id=[% bug.bug_id %]">
<a href="show_bug.cgi?id=[% bug.bug_id %]">
<b>[% terms.Bug %] [% bug.bug_id FILTER html %]</b></a> -
<b>[% terms.Bug %] [% bug.bug_id FILTER html %]</b></a> -
<span id="summary_alias_container" class="bz_default_hidden">
<span id="summary_alias_container" class="bz_default_hidden">
...
@@ -1164,3 +1159,11 @@
...
@@ -1164,3 +1159,11 @@
[% value = undef %]
[% value = undef %]
[% spellcheck = undef %]
[% spellcheck = undef %]
[% END %]
[% END %]
[% BLOCK commit_button %]
<div class="knob-buttons">
<input type="submit" value="Commit" id="commit[% id FILTER css_class_quote %]">
[% IF bug.user.canmove %]
<input type="submit" name="action" id="action[% id FILTER css_class_quote %]" value="[% Param("move-button-text") %]">
[% END %]
</div>
[% END %]
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