|
24 | 24 | <f:if condition="{errorClasses}"> |
25 | 25 | <div class="panel panel-default"> |
26 | 26 | <div class="panel-heading taskGroup" data-task-group-id="missing"> |
27 | | - <button |
28 | | - type="button" |
29 | | - title="{f:translate(key: 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:label.errorClass')}" |
30 | | - class="btn btn-link fw-bold" |
31 | | - data-bs-toggle="collapse" |
32 | | - data-bs-target="#scheduler-task-group-missing" |
33 | | - aria-expanded="{f:if(condition: errorClassesCollapsed, then: 'false', else: 'true')}" |
34 | | - > |
35 | | - <strong><f:translate key="LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:label.errorClass"/></strong> |
36 | | - </button> |
37 | | - <button |
38 | | - type="button" |
39 | | - class="btn btn-default btn-sm float-end t3js-toggle-table" |
40 | | - data-bs-toggle="collapse" |
41 | | - data-bs-target="#scheduler-task-group-missing" |
42 | | - aria-expanded="{f:if(condition: errorClassesCollapsed, then: 'false', else: 'true')}" |
43 | | - > |
44 | | - <core:icon identifier="{f:if(condition: errorClassesCollapsed, then: 'actions-view-list-expand', else: 'actions-view-list-collapse')}" size="small" /> |
45 | | - </button> |
| 27 | + <div class="panel-heading-row"> |
| 28 | + <button |
| 29 | + class="panel-button{f:if(condition: errorClassesCollapsed, then: ' collapsed', else: '')}" |
| 30 | + type="button" |
| 31 | + data-bs-toggle="collapse" |
| 32 | + data-bs-target="#scheduler-task-group-missing" |
| 33 | + aria-expanded="{f:if(condition: errorClassesCollapsed, then: 'false', else: 'true')}" |
| 34 | + > |
| 35 | + <div class="panel-title"> |
| 36 | + <strong><f:translate key="LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:label.errorClass"/></strong> |
| 37 | + </div> |
| 38 | + <span class="caret"></span> |
| 39 | + </button> |
| 40 | + </div> |
46 | 41 | </div> |
47 | 42 | <div class="panel-collapse collapse {f:if(condition: '!{errorClassesCollapsed}', then: 'show')}" id="scheduler-task-group-missing" data-table="task-group-missing" > |
48 | 43 | <div class="table-fit"> |
49 | 44 | <table class="table table-striped table-hover"> |
50 | 45 | <tr class="taskGroup" data-task-group-id="0"> |
51 | | - <td class="nowrap-disabled"><span>{f:translate(key:'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:msg.invalidTaskClass') -> f:format.raw()}</span></td> |
| 46 | + <td><span>{f:translate(key:'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:msg.invalidTaskClass') -> f:format.raw()}</span></td> |
52 | 47 | </tr> |
53 | 48 | </table> |
54 | 49 | <table class="table table-striped table-hover" data-scheduler-table> |
|
0 commit comments