summaryrefslogtreecommitdiffstats
path: root/template/en/default/flag
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/flag')
-rw-r--r--template/en/default/flag/list.html.tmpl15
1 files changed, 6 insertions, 9 deletions
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl
index 455238cfc..7547e5687 100644
--- a/template/en/default/flag/list.html.tmpl
+++ b/template/en/default/flag/list.html.tmpl
@@ -173,17 +173,14 @@
[% END %]
<td>
[% IF type.is_multiplicable && edit_multiple_bugs %]
- <input type="checkbox"
- name="flags_add-[% type.id %]"
- id="flags_add-[% type.id %]">
- <label for="flags_add-[% type.id %]">
- <a class="field_help_link"
- title="If ticked, always create a new flag. Leaving it unchecked will update existing flag(s) and add a new flag if it does not exist">
- Always add?
- </a>
+ <input type="checkbox" name="flags_add-[% type.id %]"
+ id="flags_add-[% type.id %]" value="1">
+ <label for="flags_add-[% type.id %]"
+ title="If ticked, always create a new flag. Leaving it unchecked will update existing flag(s) and add a new flag if it does not exist">
+ Always add
</label>
[% END %]
- <td>
+ </td>
</tr>
</tbody>
[% END %]