diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-03-10 23:20:07 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-09-15 20:44:40 +0100 |
commit | 54b0a58720425a4c8511b9068af71755f91ae1b5 (patch) | |
tree | e8d348b503202bccfe9fa60dc25e37c041f5d0d0 | |
parent | 641612300c365af454752a7c047d56de7e00709e (diff) | |
download | bugzilla-54b0a58720425a4c8511b9068af71755f91ae1b5.tar bugzilla-54b0a58720425a4c8511b9068af71755f91ae1b5.tar.gz bugzilla-54b0a58720425a4c8511b9068af71755f91ae1b5.tar.bz2 bugzilla-54b0a58720425a4c8511b9068af71755f91ae1b5.tar.xz bugzilla-54b0a58720425a4c8511b9068af71755f91ae1b5.zip |
Add a bz_top_half_spacer before attachment
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 1448fc6..0395b0f 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -223,6 +223,12 @@ [% PROCESS comment_box %] + <tr> + <td colspan="3"> + <hr id="bz_top_half_spacer"> + </td> + </tr> + [%# *** Attachments *** %] [% PROCESS attachment/list.html.tmpl |