This commit is contained in:
Unknown
2020-04-01 20:36:06 +02:00
parent f8e80198c2
commit 2bb4d74500
+1 -1
View File
@@ -2630,7 +2630,7 @@ else
}
$btntxt = $selectedrtstr === '' ? '-- keine Auswahl --' : $selectedrtstr;
echo '<button type="button" id="rtcheckboxesbtn">' . $btntxt . '</button>
echo '<button type="button" id="rtcheckboxesbtn" style="text-align: left">' . $btntxt . '</button>
<div id="rtcheckboxes">';
echo $checkbxstr;