|
64 | 64 | <thead> |
65 | 65 | <tr> |
66 | 66 | <th>{{ctx.Locale.Tr "units.unit"}}</th> |
67 | | - <th class="center aligned">{{ctx.Locale.Tr "org.teams.none_access"}} |
| 67 | + <th class="tw-text-center">{{ctx.Locale.Tr "org.teams.none_access"}} |
68 | 68 | <span class="tw-align-middle" data-tooltip-content="{{ctx.Locale.Tr "org.teams.none_access_helper"}}">{{svg "octicon-question" 16 "tw-ml-1"}}</span></th> |
69 | | - <th class="center aligned">{{ctx.Locale.Tr "org.teams.read_access"}} |
| 69 | + <th class="tw-text-center">{{ctx.Locale.Tr "org.teams.read_access"}} |
70 | 70 | <span class="tw-align-middle" data-tooltip-content="{{ctx.Locale.Tr "org.teams.read_access_helper"}}">{{svg "octicon-question" 16 "tw-ml-1"}}</span></th> |
71 | | - <th class="center aligned">{{ctx.Locale.Tr "org.teams.write_access"}} |
| 71 | + <th class="tw-text-center">{{ctx.Locale.Tr "org.teams.write_access"}} |
72 | 72 | <span class="tw-align-middle" data-tooltip-content="{{ctx.Locale.Tr "org.teams.write_access_helper"}}">{{svg "octicon-question" 16 "tw-ml-1"}}</span></th> |
73 | 73 | </tr> |
74 | 74 | </thead> |
|
84 | 84 | </div> |
85 | 85 | </div> |
86 | 86 | </td> |
87 | | - <td class="center aligned"> |
| 87 | + <td class="tw-text-center"> |
88 | 88 | <div class="ui radio checkbox"> |
89 | 89 | <input type="radio" name="unit_{{$unit.Type.Value}}" value="0"{{if or ($unit.Type.UnitGlobalDisabled) (eq ($.Team.UnitAccessMode ctx $unit.Type) 0)}} checked{{end}} title="{{ctx.Locale.Tr "org.teams.none_access"}}"> |
90 | 90 | </div> |
91 | 91 | </td> |
92 | | - <td class="center aligned"> |
| 92 | + <td class="tw-text-center"> |
93 | 93 | <div class="ui radio checkbox"> |
94 | 94 | <input type="radio" name="unit_{{$unit.Type.Value}}" value="1"{{if or (eq $.Team.ID 0) (eq ($.Team.UnitAccessMode ctx $unit.Type) 1)}} checked{{end}} {{if $unit.Type.UnitGlobalDisabled}}disabled{{end}} title="{{ctx.Locale.Tr "org.teams.read_access"}}"> |
95 | 95 | </div> |
96 | 96 | </td> |
97 | | - <td class="center aligned"> |
| 97 | + <td class="tw-text-center"> |
98 | 98 | <div class="ui radio checkbox"> |
99 | 99 | <input type="radio" name="unit_{{$unit.Type.Value}}" value="2"{{if (ge ($.Team.UnitAccessMode ctx $unit.Type) 2)}} checked{{end}} {{if $unit.Type.UnitGlobalDisabled}}disabled{{end}} title="{{ctx.Locale.Tr "org.teams.write_access"}}"> |
100 | 100 | </div> |
|
0 commit comments