Skip to content

Commit f56811d

Browse files
committed
Fixed style of download file checkbox on edit_part_info.php
1 parent 0954f9c commit f56811d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/nextgen/edit_part_info.php/smarty_attachements.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
</div>
8181
{if $downloads_enable}
8282
<div class="col-sm-3">
83-
<div class="checkbox">
84-
<input type="checkbox" name="download_file" {if $attach.download_file}checked{/if}
83+
<div class="form-check form-check-inline abc-checkbox">
84+
<input class="form-check-input" type="checkbox" name="download_file" {if $attach.download_file}checked{/if}
8585
{if !($can_attachement_edit || ($can_attachement_create && $attach.id == "new"))}disabled{/if}>
86-
<label for="download_file">{t}Downloade Datei{/t}</label>
86+
<label class="form-check-label" for="download_file">{t}Downloade Datei{/t}</label>
8787
</div>
8888
</div>
8989
{/if}

0 commit comments

Comments
 (0)