summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/edit-multiple.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/list/edit-multiple.html.tmpl')
-rw-r--r--template/en/default/list/edit-multiple.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index 25192b68f..cc340d28b 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -260,11 +260,11 @@
[% IF Param('usestatuswhiteboard') %]
<tr>
- <td align="right">
- <b>Status Whiteboard:</b>
- </td>
+ <th>
+ <label for="status_whiteboard">Status Whiteboard:</label>
+ </th>
<td colspan="7">
- <input name="status_whiteboard"
+ <input name="status_whiteboard" id="status_whiteboard"
value="[% dontchange FILTER html %]" size="60">
</td>
</tr>