Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.inc |
— | — | @@ -658,7 +658,6 @@ |
659 | 659 | global $sfgTabIndex; |
660 | 660 | |
661 | 661 | $sfgTabIndex++; |
662 | | - $disabled_text = ($is_disabled) ? "disabled" : ""; |
663 | 662 | $label = wfMsg('runquery'); |
664 | 663 | $temp = array( |
665 | 664 | 'id' => 'wpRunQuery', |
— | — | @@ -667,7 +666,6 @@ |
668 | 667 | 'tabindex' => $sfgTabIndex, |
669 | 668 | 'value' => $label, |
670 | 669 | 'title' => $label, |
671 | | - $disabled_text => '', |
672 | 670 | ); |
673 | 671 | $text = " " . wfElement('input', $temp, '') . "\n"; |
674 | 672 | return $text; |