diff options
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index e8c05a1..1448fc6 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -548,6 +548,7 @@ [%############################################################################%] [% BLOCK section_url_keyword_whiteboard %] [%# *** URL Whiteboard Keywords *** %] +[% IF Param('useurl') %] <tr> <td class="field_label"> <label for="bug_file_loc" accesskey="u"><b> @@ -591,7 +592,8 @@ [% END %] </td> </tr> - +[% END %] + [% IF Param('usestatuswhiteboard') %] <tr> <td class="field_label"> |