summaryrefslogtreecommitdiff
path: root/templates/mime/audio
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2014-11-19 16:19:41 -0500
committerspiderr <spider@viovio.com>2014-11-19 16:19:41 -0500
commit1aa50ff7a5aa67a002f7a266f5064288721824ec (patch)
tree63bf3a6d4665a8e64c60c74a79a241409411935f /templates/mime/audio
parente78b507e1f15b3022f43f4e7d28059c1d138ced1 (diff)
downloadliberty-1aa50ff7a5aa67a002f7a266f5064288721824ec.tar.gz
liberty-1aa50ff7a5aa67a002f7a266f5064288721824ec.tar.bz2
liberty-1aa50ff7a5aa67a002f7a266f5064288721824ec.zip
add-forminput-label-param-for-bs3
Diffstat (limited to 'templates/mime/audio')
-rw-r--r--templates/mime/audio/edit.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mime/audio/edit.tpl b/templates/mime/audio/edit.tpl
index 2df08b5..ef88d4c 100644
--- a/templates/mime/audio/edit.tpl
+++ b/templates/mime/audio/edit.tpl
@@ -36,10 +36,10 @@
{if $attachment.source_file}
<div class="form-group">
- <label class="checkbox">
+ {forminput label="checkbox"}
<input type="checkbox" id="remove_original" name="plugin[{$attachment.attachment_id}][mimeaudio][remove_original]" value="y" />Remove Original
{formhelp note="This will permanently remove the original file from the server. This will still allow you to listen to the audio file but not download it."}
- </label>
+ {/forminput}
</div>
{/if}