add warning messae about automatically generated templates

This commit is contained in:
Zach Prezkuta
2013-01-11 09:57:23 -07:00
parent 1c01cba21e
commit 34dc11d68e
335 changed files with 1673 additions and 334 deletions

View File

@@ -1,4 +1,8 @@
{{if $item.comment_firstcollapsed}}
{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}{{if $item.comment_firstcollapsed}}
<div class="hide-comments-outer">
<span id="hide-comments-total-{{$item.id}}" class="hide-comments-total">{{$item.num_comments}}</span> <span id="hide-comments-{{$item.id}}" class="hide-comments fakelink" onclick="showHideComments({{$item.id}});">{{$item.hide_text}}</span>
</div>

View File

@@ -1,4 +1,8 @@
{{include file="field_select.tpl" field=$font_size}}
{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}{{include file="field_select.tpl" field=$font_size}}
{{include file="field_select.tpl" field=$line_height}}

View File

@@ -1,4 +1,8 @@
{{include file="field_select.tpl" field=$font_size}}
{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}{{include file="field_select.tpl" field=$font_size}}
{{include file="field_select.tpl" field=$line_height}}