summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/flag-type
diff options
context:
space:
mode:
authorrojanu <aliustek@gmail.com>2011-03-26 23:05:17 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2011-03-26 23:05:17 +0100
commitf6e585f272f8d1c1c3fbede3a5f4994c5da1e182 (patch)
treef6a7a6ad8ea528fec9ec6e6abe40d1ec7b626013 /template/en/default/admin/flag-type
parentf98af557d48ae9cea1d41fff18643200af7f7d8e (diff)
downloadbugzilla-f6e585f272f8d1c1c3fbede3a5f4994c5da1e182.tar.gz
bugzilla-f6e585f272f8d1c1c3fbede3a5f4994c5da1e182.tar.xz
Bug 449067: Add an ID to more buttons (to help with Selenium scripts)
r/a=LpSolit
Diffstat (limited to 'template/en/default/admin/flag-type')
-rw-r--r--template/en/default/admin/flag-type/edit.html.tmpl14
1 files changed, 9 insertions, 5 deletions
diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl
index 13db9fab1..8db36e6ed 100644
--- a/template/en/default/admin/flag-type/edit.html.tmpl
+++ b/template/en/default/admin/flag-type/edit.html.tmpl
@@ -120,18 +120,22 @@
<option value="[% comp FILTER html %]">[% comp FILTER html %]</option>
[% END %]
</select><br>
- <input type="submit" name="categoryAction-include" value="Include">
- <input type="submit" name="categoryAction-exclude" value="Exclude">
+ <input type="submit" id="categoryAction-include"
+ name="categoryAction-include" value="Include">
+ <input type="submit" id="categoryAction-exclude"
+ name="categoryAction-exclude" value="Exclude">
</td>
<td style="vertical-align: top;">
<b>Inclusions:</b><br>
[% PROCESS category_select name="inclusion_to_remove" categories = inclusions %]<br>
- <input type="submit" name="categoryAction-removeInclusion" value="Remove Inclusion">
+ <input type="submit" id="categoryAction-removeInclusion"
+ name="categoryAction-removeInclusion" value="Remove Inclusion">
</td>
<td style="vertical-align: top;">
<b>Exclusions:</b><br>
[% PROCESS category_select name="exclusion_to_remove" categories = exclusions %]<br>
- <input type="submit" name="categoryAction-removeExclusion" value="Remove Exclusion">
+ <input type="submit" id="categoryAction-removeExclusion"
+ name="categoryAction-removeExclusion" value="Remove Exclusion">
</td>
</tr>
</table>
@@ -265,4 +269,4 @@
</option>
[% END %]
</select>
-[% END %] \ No newline at end of file
+[% END %]