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 @@
65
65
66
66
// set readonly attrib
67
67
if ( $isDisabled ) {
68
- $attribs['readonly'] = '1';
68
+ $attribs['disabled'] = true;
69
69
}
70
70
71
71
// if no special input id is specified set the Semantic Forms standard
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r114090
bugfix (timepicker button does not toggle);...
foxtrott
23:52, 17 March 2012