summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/milestones/edit.html.tmpl
diff options
context:
space:
mode:
authorDavid Lawrence <dlawrence@mozilla.com>2011-10-05 00:27:16 +0200
committerDavid Lawrence <dlawrence@mozilla.com>2011-10-05 00:27:16 +0200
commit8592e84f5d251a284f09fae2947101715e094a78 (patch)
treed40c32380d4253f38df2a50cc5b52b6f1e4cc4e4 /template/en/default/admin/milestones/edit.html.tmpl
parent57584dc4744fea59833ef355f7513690d246c70f (diff)
parent763a930131864bedd3155b668fcd8fd0fce2fefc (diff)
downloadbugzilla-8592e84f5d251a284f09fae2947101715e094a78.tar.gz
bugzilla-8592e84f5d251a284f09fae2947101715e094a78.tar.xz
merged with bugzilla/4.2
Diffstat (limited to 'template/en/default/admin/milestones/edit.html.tmpl')
-rw-r--r--template/en/default/admin/milestones/edit.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/milestones/edit.html.tmpl b/template/en/default/admin/milestones/edit.html.tmpl
index 6a2be869e..ef4b7fcc4 100644
--- a/template/en/default/admin/milestones/edit.html.tmpl
+++ b/template/en/default/admin/milestones/edit.html.tmpl
@@ -38,17 +38,17 @@
<table border="0" cellpadding="4" cellspacing="0">
<tr>
- <th valign="top"><label for="milestone">Milestone:</label></th>
+ <th class="field_label"><label for="milestone">Milestone:</label></th>
<td><input id="milestone" size="20" maxlength="20" name="milestone" value="
[%- milestone.name FILTER html %]"></td>
</tr>
<tr>
- <th align="right"><label for="sortkey">Sortkey:</label></th>
+ <th class="field_label"><label for="sortkey">Sortkey:</label></th>
<td><input id="sortkey" size="20" maxlength="20" name="sortkey" value="
[%- milestone.sortkey FILTER html %]"></td>
</tr>
<tr>
- <th><label for="isactive">Enabled For [% terms.Bugs %]:</label></th>
+ <th class="field_label"><label for="isactive">Enabled For [% terms.Bugs %]:</label></th>
<td><input id="isactive" name="isactive" type="checkbox" value="1"
[% 'checked="checked"' IF milestone.isactive %]></td>
</tr>