summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-02-12 22:28:53 +0000
committerColin Guthrie <colin@mageia.org>2014-09-15 20:44:39 +0100
commit374a9928ac8457805802290e2a5c03565d9e03d3 (patch)
treedacc7bc2a8091c5a761da3e5fec99d448b078673
parent9672a55fb940a3204320b34fecad10b30fce1dea (diff)
downloadbugzilla-374a9928ac8457805802290e2a5c03565d9e03d3.tar
bugzilla-374a9928ac8457805802290e2a5c03565d9e03d3.tar.gz
bugzilla-374a9928ac8457805802290e2a5c03565d9e03d3.tar.bz2
bugzilla-374a9928ac8457805802290e2a5c03565d9e03d3.tar.xz
bugzilla-374a9928ac8457805802290e2a5c03565d9e03d3.zip
Fix bugreport page layout
-rw-r--r--template/en/default/bug/edit.html.tmpl3
-rw-r--r--template/en/default/sidebar.xul.tmpl2
2 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 80c6fcd..8544147 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -413,13 +413,14 @@
<tr>
<td class="field_label">
<label for="priority" accesskey="i">
- <b><a href="page.cgi?id=fields.html#importance"><u>I</u>mportance</a></b></label>:
+ <b><a href="page.cgi?id=fields.html#importance"><u>P</u>riority</a></b></label>:
</td>
<td>
[% INCLUDE bug/field.html.tmpl
bug = bug, field = select_fields.priority,
no_tds = 1, value = bug.priority
editable = bug.check_can_change_field('priority', 0, 1) %]
+ <b><a href="page.cgi?id=fields.html#importance"><u>S</u>everity</a></b></label>:
[%+ INCLUDE bug/field.html.tmpl
bug = bug, field = select_fields.bug_severity,
no_tds = 1, value = bug.bug_severity
diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl
index 3df943e..e03d7e5 100644
--- a/template/en/default/sidebar.xul.tmpl
+++ b/template/en/default/sidebar.xul.tmpl
@@ -64,7 +64,7 @@ function normal_keypress_handler( aEvent ) {
<box orient="vertical" flex="1">
<text class="text-link" onclick="load_relative_url('query.cgi')" value="new search"/>
<text class="text-link" onclick="load_relative_url('report.cgi')" value="reports"/>
- <text class="text-link" onclick="load_relative_url('enter_bug.cgi')" value="new [% terms.bug %]"/>
+ <text class="text-link" onclick="load_relative_url('enter_bug.cgi?format=guided&classification=__all')" value="new [% terms.bug %]"/>
<separator class="thin"/>
[% IF user.id %]