diff --git a/classes/pref/filters.php b/classes/pref/filters.php index 096ab826d..eb7c87746 100755 --- a/classes/pref/filters.php +++ b/classes/pref/filters.php @@ -333,32 +333,28 @@ class Pref_Filters extends Handler_Protected { print_hidden("method", "editSave"); print_hidden("csrf_token", $_SESSION['csrf_token']); - print "
".__("Caption")."
"; - print "
"; - print ""; - print "
"; - - print "
".__("Match")."
"; - print "
"; - - print "
"; - - print "
". - "" . __('Select').""; - print "
"; - print "
".__('All')."
"; - print "
".__('None')."
"; - print "
"; - - print " "; - - print " "; - - print "
"; + print "
".__("Caption")."
+
+ +
+
".__("Match")."
+
+
+
+ " . __('Select')." +
+ +
".__('All')."
+
".__('None')."
+
+
+ + +
"; print ""; + print " +
"; - print "
"; - - print "
".__("Apply actions")."
"; - - print "
"; - - print "
"; - - print "
". - "" . __('Select').""; - print "
"; - print "
".__('All')."
"; - print "
".__('None')."
"; - print "
"; - - print " "; - - print " "; - - print "
"; + print "
".__("Apply actions")."
+
+
+
+ ".__('Select')." +
+
".__('All')."
+
".__('None')."
+
+
+ + +
"; print "
"; - print ""; - print ""; - + print " + "; } }