aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/field_checkbox.tpl
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-07-16 18:08:26 +0100
committerThomas Willingham <founder@kakste.com>2013-07-16 18:08:26 +0100
commit328ebda77a44bfeaa3ac5455a4713db402bc54bf (patch)
tree349eecab6672169d4508ff694aa399511acfcdb2 /view/tpl/field_checkbox.tpl
parentcc91036350e402a7aa0ab4645981327ebefb8e15 (diff)
downloadvolse-hubzilla-328ebda77a44bfeaa3ac5455a4713db402bc54bf.tar.gz
volse-hubzilla-328ebda77a44bfeaa3ac5455a4713db402bc54bf.tar.bz2
volse-hubzilla-328ebda77a44bfeaa3ac5455a4713db402bc54bf.zip
Kill autogenerated warnings, plus a typo.
Diffstat (limited to 'view/tpl/field_checkbox.tpl')
-rwxr-xr-xview/tpl/field_checkbox.tpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/view/tpl/field_checkbox.tpl b/view/tpl/field_checkbox.tpl
index a4ec3dbba..51d56f69c 100755
--- a/view/tpl/field_checkbox.tpl
+++ b/view/tpl/field_checkbox.tpl
@@ -1,9 +1,3 @@
-{{*
- * AUTOMATICALLY GENERATED TEMPLATE
- * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-
<div class='field checkbox'>
<label for='id_{{$field.0}}'>{{$field.1}}</label>
<input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="1" {{if $field.2}}checked="checked"{{/if}}>