summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 240b09ba4..f9a955198 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -262,6 +262,11 @@
print "<td><input disabled class='iedit' name='action_param'></td></tr>";
+ print "<tr><td valign='top'>Options:</td><td>";
+
+ print "<input type=\"checkbox\" name=\"inverse\" id=\"inverse\">
+ <label for=\"inverse\">Inverse match</label></td></tr>";
+
print "</table>";
print "</form>";