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 0954f9c commit f56811dCopy full SHA for f56811d
templates/nextgen/edit_part_info.php/smarty_attachements.tpl
@@ -80,10 +80,10 @@
80
</div>
81
{if $downloads_enable}
82
<div class="col-sm-3">
83
- <div class="checkbox">
84
- <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}
85
{if !($can_attachement_edit || ($can_attachement_create && $attach.id == "new"))}disabled{/if}>
86
- <label for="download_file">{t}Downloade Datei{/t}</label>
+ <label class="form-check-label" for="download_file">{t}Downloade Datei{/t}</label>
87
88
89
{/if}
0 commit comments