We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56811d commit 5195aa4Copy full SHA for 5195aa4
templates/nextgen/show_device_parts.php/smarty_attachements.tpl
@@ -64,10 +64,10 @@
64
</div>
65
{if $downloads_enable}
66
<div class="col-sm-3">
67
- <div class="checkbox">
68
- <input type="checkbox" name="download_file" {if $attach.download_file}checked{/if}
+ <div class="form-check form-check-inline abc-checkbox">
+ <input class="form-check-input" type="checkbox" name="download_file" {if $attach.download_file}checked{/if}
69
{if !($can_attachement_edit)}disabled{/if}>
70
- <label for="download_file">{t}Downloade Datei{/t}</label>
+ <label class="form-check-label" for="download_file">{t}Downloade Datei{/t}</label>
71
72
73
{/if}
0 commit comments