File tree 9 files changed +12
-12
lines changed
9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -232,10 +232,10 @@ protected function renderView(): void
232
232
}
233
233
234
234
if ($ this ->disabled ) {
235
- $ this ->template ->set ('disabledClass ' , ' disabled ' );
235
+ $ this ->template ->set ('disabledClass ' , 'disabled ' );
236
236
$ this ->template ->dangerouslySetHtml ('disabled ' , 'disabled="disabled" ' );
237
237
} elseif ($ this ->readOnly ) {
238
- $ this ->template ->set ('disabledClass ' , ' read-only ' );
238
+ $ this ->template ->set ('disabledClass ' , 'read-only ' );
239
239
$ this ->template ->dangerouslySetHtml ('disabled ' , 'readonly="readonly" ' );
240
240
241
241
$ this ->setDropdownOption ('allowTab ' , false );
Original file line number Diff line number Diff line change @@ -363,12 +363,12 @@ protected function renderView(): void
363
363
}
364
364
365
365
if ($ this ->disabled ) {
366
- $ this ->template ->set ('disabledClass ' , ' disabled ' );
366
+ $ this ->template ->set ('disabledClass ' , 'disabled ' );
367
367
$ this ->template ->dangerouslySetHtml ('disabled ' , 'disabled="disabled" ' );
368
368
369
369
$ this ->settings ['allowTab ' ] = false ;
370
370
} elseif ($ this ->readOnly ) {
371
- $ this ->template ->set ('disabledClass ' , ' read-only ' );
371
+ $ this ->template ->set ('disabledClass ' , 'read-only ' );
372
372
$ this ->template ->dangerouslySetHtml ('disabled ' , 'readonly="readonly" ' );
373
373
374
374
$ this ->settings ['allowTab ' ] = false ;
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ protected function renderView(): void
40
40
41
41
$ this ->lister ->onHook (Lister::HOOK_BEFORE_ROW , function (Lister $ lister ) use ($ value ) {
42
42
if ($ this ->disabled ) {
43
- $ lister ->tRow ->dangerouslySetHtml ('disabledClass ' , ' disabled ' );
43
+ $ lister ->tRow ->dangerouslySetHtml ('disabledClass ' , 'disabled ' );
44
44
$ lister ->tRow ->dangerouslySetHtml ('disabled ' , 'disabled="disabled" ' );
45
45
} elseif ($ this ->readOnly ) {
46
- $ lister ->tRow ->dangerouslySetHtml ('disabledClass ' , ' read-only ' );
46
+ $ lister ->tRow ->dangerouslySetHtml ('disabledClass ' , 'read-only ' );
47
47
$ lister ->tRow ->dangerouslySetHtml ('disabled ' , 'readonly="readonly" ' );
48
48
}
49
49
Original file line number Diff line number Diff line change 1
1
2
2
< div {$attributes} >
3
3
{$BeforeInput}{$AfterBeforeInput}
4
- < div class ="ui dropdown {$multipleClass} search selection{$disabledClass} " style ="width: 100%; ">
4
+ < div class ="ui dropdown {$multipleClass} search selection {$disabledClass} " style ="width: 100%; ">
5
5
{$Input}
6
6
< i class ="dropdown icon "> </ i >
7
7
< div class ="default text "> {$DefaultText}</ div >
Original file line number Diff line number Diff line change 1
1
| <div {$attributes} >
2
2
| {$BeforeInput}{$AfterBeforeInput}
3
- | <div class =" ui dropdown {$multipleClass} search selection{$disabledClass}" style =" width : 100% ;" >
3
+ | <div class =" ui dropdown {$multipleClass} search selection {$disabledClass}" style =" width : 100% ;" >
4
4
| {$Input}
5
5
| <i class =" dropdown icon" ></i >
6
6
| <div class =" default text" >{$DefaultText}</div >
Original file line number Diff line number Diff line change 1
1
2
2
< div {$attributes} >
3
3
{$BeforeInput}{$AfterBeforeInput}
4
- < div class ="ui dropdown {$multipleClass} search selection{$disabledClass} " style ="width: 100%; ">
4
+ < div class ="ui dropdown {$multipleClass} search selection {$disabledClass} " style ="width: 100%; ">
5
5
{$Input}
6
6
< i class ="dropdown icon "> </ i >
7
7
< div class ="default text "> {$placeholder}</ div >
Original file line number Diff line number Diff line change 1
1
| <div {$attributes} >
2
2
| {$BeforeInput}{$AfterBeforeInput}
3
- | <div class =" ui dropdown {$multipleClass} search selection{$disabledClass}" style =" width : 100% ;" >
3
+ | <div class =" ui dropdown {$multipleClass} search selection {$disabledClass}" style =" width : 100% ;" >
4
4
| {$Input}
5
5
| <i class =" dropdown icon" ></i >
6
6
| <div class =" default text" >{$placeholder}</div >
Original file line number Diff line number Diff line change 1
1
2
2
< div {$attributes} >
3
3
{Radio}{rows}{row}
4
- < div class ="field "> < div class ="ui checkbox radio{$disabledClass} ">
4
+ < div class ="field "> < div class ="ui checkbox radio {$disabledClass} ">
5
5
< input id ="{$_id}_input " type ="radio " name ="{$_name} " value ="{$id} " {$checked} {$disabled} >
6
6
< label for ="{$_id}_input "> {$name}</ label >
7
7
</ div > </ div >
Original file line number Diff line number Diff line change 1
1
| <div {$attributes} >
2
2
| {Radio}{rows}{row}
3
- | <div class =" field" ><div class =" ui checkbox radio{$disabledClass}" >
3
+ | <div class =" field" ><div class =" ui checkbox radio {$disabledClass}" >
4
4
| <input id =" {$_id}_input" type =" radio" name =" {$_name}" value =" {$id}" {$checked} {$disabled} >
5
5
| <label for =" {$_id}_input" >{$name}</label >
6
6
| </div ></div >
You can’t perform that action at this time.
0 commit comments