]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/field_intcheckbox.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / field_intcheckbox.tpl
index a6ef7cc8faa57a52e34001a2305cfd426ce1aa12..1e11677cd942a7e8b919c2c9401a70ac57425746 100644 (file)
@@ -1,4 +1,8 @@
-       
+{{*
+ *     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="{{$field.3}}" {{if $field.2}}checked="true"{{/if}}>