summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create/create.html.tmpl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-13 04:16:50 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-13 04:16:50 +0200
commit09b2024623021a21cb41f8940f6f817f03f26f91 (patch)
treef05923172c0db2361854f7dd5df1bf3b190bb658 /template/en/default/bug/create/create.html.tmpl
parent6ff73e25f9867491e58988c142c306089e4f3b66 (diff)
downloadbugzilla-09b2024623021a21cb41f8940f6f817f03f26f91.tar.gz
bugzilla-09b2024623021a21cb41f8940f6f817f03f26f91.tar.xz
Bug 521463: Use consistent CSS for text input fields on enter_bug,
show_bug, post_bug, etc. r=dkl, a=mkanat
Diffstat (limited to 'template/en/default/bug/create/create.html.tmpl')
-rw-r--r--template/en/default/bug/create/create.html.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index fbf415d86..43fa1646e 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -311,7 +311,7 @@ TUI_hide_default('expert_fields');
</tr>
[% IF !Param('defaultplatform') || !Param('defaultopsys') %]
<tr>
- <td colspan="3">&nbsp;</th>
+ <th colspan="3">&nbsp;</th>
<td id="os_guess_note" class="comment">
<div>We've made a guess at your
[% IF Param('defaultplatform') %]
@@ -485,9 +485,9 @@ TUI_hide_default('expert_fields');
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.bug_file_loc editable = 1
%]
- <td colspan="2">
- <input name="bug_file_loc" size="40"
- value="[% bug_file_loc FILTER html %]">
+ <td colspan="2" class="field_value">
+ <input name="bug_file_loc" id="bug_file_loc" class="text_input"
+ size="40" value="[% bug_file_loc FILTER html %]">
</td>
</tr>
</tbody>
@@ -512,10 +512,10 @@ TUI_hide_default('expert_fields');
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.short_desc editable = 1
%]
- <td colspan="3">
+ <td colspan="3" class="field_value">
<input name="short_desc" size="70" value="[% short_desc FILTER html %]"
maxlength="255" spellcheck="true" aria-required="true"
- class="required" id="short_desc">
+ class="required text_input" id="short_desc">
</td>
</tr>