Skip to content
Snippets Groups Projects
Commit 4047f83c authored by Michaela Brückner's avatar Michaela Brückner :unicorn: Committed by David Siegfried
Browse files

Biest#103

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