Commit a7091e04 authored by Mike Keran's avatar Mike Keran
Browse files

Issue #1446962: hide the form submit button if all filters are links

parent 95e707e0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -931,7 +931,6 @@ Title Desc|Z -> A</pre> Leave the replacement value blank to remove an option al
          break;

        case 'bef_links':
          $show_apply = TRUE;
          if (count($form['items_per_page']['#options']) > 1) {
            $bef_add_js = TRUE;
            $form['items_per_page']['#theme'] = 'select_as_links';