Skip to content
Snippets Groups Projects
Commit 361a54e4 authored by Michaela Brückner's avatar Michaela Brückner :unicorn:
Browse files

fix for BIEST #103

parent 2a47c310
No related branches found
No related tags found
No related merge requests found
...@@ -369,7 +369,8 @@ form.default fieldset.select_terms_of_use { ...@@ -369,7 +369,8 @@ form.default fieldset.select_terms_of_use {
margin-right: 0px; margin-right: 0px;
> input[type=radio] { > input[type=radio] {
display: none; height: 0px;
width: 0px;
} }
> label { > label {
cursor: pointer; cursor: pointer;
......
<label> <label for="public_folder_viewable">
<input type="checkbox" name="public_folder_viewable" value="1" <? if ($public_folder_viewable) echo 'checked'; ?>> <input id="public_folder_viewable" type="checkbox" name="public_folder_viewable" value="1" <? if ($public_folder_viewable) echo 'checked'; ?>>
<?= _('Sichtbar auf der Profilseite') ?> <?= _('Sichtbar auf der Profilseite') ?>
</label> </label>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment