diff options
author | Byron Jones <bjones@mozilla.com> | 2012-01-10 14:12:10 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-01-10 14:12:10 +0100 |
commit | e23fa261d61319ece1ccfe87a64cf860b02f0eaa (patch) | |
tree | 67caaaa19bd8d1ce5f93654f30b655d3bdd0bd05 /template | |
parent | dcf6e2e18619425eb7d3d78fc35741f271cecc54 (diff) | |
download | bugzilla-e23fa261d61319ece1ccfe87a64cf860b02f0eaa.tar.gz bugzilla-e23fa261d61319ece1ccfe87a64cf860b02f0eaa.tar.xz |
bug 716460: apply same style to all field lables on show_bug
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 | ||||
-rw-r--r-- | template/en/default/bug/field.html.tmpl | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 7c6f5e462..fd13d4250 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -107,6 +107,9 @@ [% IF user.id %] <tr> <td colspan="2"> + <span style="float:left"> + <a href="page.cgi?id=fields.html">What do these fields mean?</a> + </span> [% PROCESS commit_button id="_top"%] </td> </tr> diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index bb9c553e5..582853d0c 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -204,7 +204,7 @@ </span> <div id="container_[% field.name FILTER html %]"> <label for="[% field.name FILTER html %]"> - <strong>Add [% terms.Bug %] URLs:</strong> + Add [% terms.Bug %] URLs: </label><br> <input type="text" id="[% field.name FILTER html %]" size="40" class="text_input" name="[% field.name FILTER html %]"> |