]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/field_checkbox.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / field_checkbox.tpl
index 3771fc4a7f84ab1b5362804950a9c862e3659fc8..9b2394243821aadb24bcdf61770975a5a4cc427b 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 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}}>