summaryrefslogtreecommitdiffstats
path: root/templates/show_rules.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_rules.inc.php')
-rw-r--r--templates/show_rules.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_rules.inc.php b/templates/show_rules.inc.php
index e6db04cb..063c721b 100644
--- a/templates/show_rules.inc.php
+++ b/templates/show_rules.inc.php
@@ -27,7 +27,7 @@
<?php show_box_top(_('Rules') . "...", 'box box_rules'); ?>
<table class="tabledata" cellpadding="3" cellspacing="0">
<tbody id="searchtable">
- <tr>
+ <tr id="rules_operator">
<td><?php echo _('Match'); ?></td>
<td>
<select name="operator">
@@ -36,7 +36,7 @@
</select>
</td>
</tr>
- <tr>
+ <tr id="rules_addrowbutton">
<td>
<a id="addrowbutton" href="javascript:void(0)">
<?php echo get_user_icon('add'); ?>