diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-01-30 17:23:35 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-01-30 17:23:35 +0100 |
| commit | 3f2ff803b391b719397f606dabd0c182db6ec274 (patch) | |
| tree | b54406e78da4822ce705efec2ef2df27147043e0 /modules/popup-dialog.php | |
| parent | 8011ac363a393a402726eef9e78ac09cba14f18a (diff) | |
add interface/schema for inverse matching filters
Diffstat (limited to 'modules/popup-dialog.php')
| -rw-r--r-- | modules/popup-dialog.php | 5 |
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>"; |