diff --git a/functions.js b/functions.js index 17aaa238f..dd7f51ea6 100644 --- a/functions.js +++ b/functions.js @@ -1506,18 +1506,18 @@ function filterDlgCheckAction(sender) { return; } - var action_param = form.action_param; + var action_param = document.getElementById("filter_dlg_param_box"); if (!action_param) { - debug("filterDlgCheckAction: can't find action param!"); + debug("filterDlgCheckAction: can't find action param box!"); return; } // if selected action supports parameters, enable params field if (action == 4 || action == 6) { - action_param.disabled = false; + Element.show(action_param); } else { - action_param.disabled = true; + Element.hide(action_param); } } catch (e) { diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 215c51abe..912ab03a6 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -383,10 +383,13 @@ print ""; - print " " . __("with params") . " "; + print ""; + print " " . __("with parameters:") . " "; + print ""; + print ""; - print ""; + print " "; // tiny layout hack print ""; diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 53a3185e8..be4016038 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -361,19 +361,16 @@ print ""; print "