Skip to content

Commit 5195aa4

Browse files
committed
Fixed style of download file checkbox on show_device_parts.php
1 parent f56811d commit 5195aa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/nextgen/show_device_parts.php/smarty_attachements.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
</div>
6565
{if $downloads_enable}
6666
<div class="col-sm-3">
67-
<div class="checkbox">
68-
<input type="checkbox" name="download_file" {if $attach.download_file}checked{/if}
67+
<div class="form-check form-check-inline abc-checkbox">
68+
<input class="form-check-input" type="checkbox" name="download_file" {if $attach.download_file}checked{/if}
6969
{if !($can_attachement_edit)}disabled{/if}>
70-
<label for="download_file">{t}Downloade Datei{/t}</label>
70+
<label class="form-check-label" for="download_file">{t}Downloade Datei{/t}</label>
7171
</div>
7272
</div>
7373
{/if}

0 commit comments

Comments
 (0)