Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 298902 Details for
Bug 438704
Add additional commit button so that user does not have to scroll down to commit change in top of bug
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to add additional commit button (v1)
extra_commit.patch (text/plain), 1.20 KB, created by
David Lawrence
on 2008-03-24 16:24:32 UTC
(
hide
)
Description:
Patch to add additional commit button (v1)
Filename:
MIME Type:
Creator:
David Lawrence
Created:
2008-03-24 16:24:32 UTC
Size:
1.20 KB
patch
obsolete
>Index: template/en/default/bug/edit.html.tmpl >=================================================================== >RCS file: /cvs/qa/rh_bugzilla_3/template/en/default/bug/edit.html.tmpl,v >retrieving revision 1.16 >diff -u -r1.16 edit.html.tmpl >--- template/en/default/bug/edit.html.tmpl 24 Mar 2008 15:56:19 -0000 1.16 >+++ template/en/default/bug/edit.html.tmpl 24 Mar 2008 16:22:54 -0000 >@@ -193,6 +193,13 @@ > </table> > </td> > </tr> >+ [% IF user.id %] >+ <tr> >+ <td colspan="3"> >+ <input type="submit" value="Commit" class="commit"> >+ </td> >+ </tr> >+ [% END %] > <tr> > <td colspan="3"> > <hr id="bz_top_half_spacer"> >@@ -200,7 +207,6 @@ > </tr> > </table> > >- > [% PROCESS section_restrict_visibility %] > [% IF user.in_group(Param('timetrackinggroup')) %] > <br> >@@ -243,7 +249,7 @@ > %] > <br> > <div id="knob-buttons"> >- <input type="submit" value="Commit" id="commit"> >+ <input type="submit" value="Commit" class="commit"> > [% IF bug.user.canmove %] > <input type="submit" name="action" id="action" value="[% Param("move-button-text") %]"> > [% END %]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
nelhawar
: review+
Actions:
View
|
Diff
Attachments on
bug 438704
: 298902