Checkboxen bei Gruppen sind nicht mehr 1px groß
This commit is contained in:
@@ -650,7 +650,7 @@
|
||||
@foreach (var gruppe in Model.GroupOfPeopleListItems)
|
||||
{
|
||||
<tr>
|
||||
<td style="width: 1px; white-space: nowrap;">
|
||||
<td style="width: 1%; white-space: nowrap;">
|
||||
<input type="checkbox" value="@gruppe.Value" onchange="addSupportConcepts()" name="group_@gruppe.Value" id="group_@gruppe.Value" @if (Model.SelectedGroupOfPeopleOids.Contains(long.Parse(gruppe.Value))) { @Html.Raw("checked=\"checked\"") } />
|
||||
</td>
|
||||
<td class="group-booking-text-cell">
|
||||
|
||||
Reference in New Issue
Block a user