]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/smarty3/field_checkbox.tpl
add warning message about automatically generated templates
[friendica.git] / view / theme / frost-mobile / smarty3 / field_checkbox.tpl
index eaf4c8a0d04f94283dff7ef0c530cb709014a752..38357fee1aefeecdac883909d4de9a4de5b9a5e9 100644 (file)
@@ -1,4 +1,8 @@
-       
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}   
        <div class='field checkbox' id='div_id_{{$field.0}}'>
                <label id='label_id_{{$field.0}}' 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}}><br />