r114975 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114974‎ | r114975 | r114976 >
Date:19:38, 19 April 2012
Author:foxtrott
Status:new
Tags:
Comment:

followup r114090: fix bug 34360 (Datetimepicker: Is not dimmed if user does not have edit right.)
Modified paths:
  • /trunk/extensions/SemanticFormsInputs/includes/SFI_Utils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticFormsInputs/includes/SFI_Utils.php
@@ -64,7 +64,7 @@
6565
6666 // set readonly attrib
6767 if ( $isDisabled ) {
68 - $attribs['readonly'] = '1';
 68+ $attribs['disabled'] = true;
6969 }
7070
7171 // if no special input id is specified set the Semantic Forms standard

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114090bugfix (timepicker button does not toggle);...foxtrott23:52, 17 March 2012