auto-detect<br>
<input type="radio" name="contenttypemethod" value="list">
select from list: <select name="contenttypeselection" onchange="this.form.contenttypemethod[1].checked = true;">
- [% PROCESS attachment/contenttypes %]
+ [% PROCESS "attachment/content-types.html.tmpl" %]
</select><br>
<input type="radio" name="contenttypemethod" value="manual">
enter manually: <input type="text" name="contenttypeentry" size="30" maxlength="200" onchange="if (this.value) this.form.contenttypemethod[2].checked = true;">
# of the original bug can access that bug.
#%]
-[% PROCESS global/header title="Duplicate Warning" %]
+[% PROCESS global/header.html.tmpl title="Duplicate Warning" %]
<p>
When marking a bug as a duplicate, the reporter of the duplicate
</form>
-[% PROCESS global/footer %]
+[% PROCESS global/footer.html.tmpl %]
[%# INTERFACE:
# form: hash; the form values submitted to the script
# operations: array; bug activity since the user last displayed the bug form,
- # used by show/activity.html.tmpl to display recent changes that will be
- # overwritten if the user submits these changes. See that template
+ # used by bug/activity/table.html.tmpl to display recent changes that will
+ # be overwritten if the user submits these changes. See that template
# for further documentation.
# start_at: number; the comment at which show/comments.tmpl should begin
# displaying comments, either the index of the last comment (if the user
</p>
<p>
- [% PROCESS "show/activity.html.tmpl" incomplete_data=0 %]
+ [% PROCESS "bug/activity/table.html.tmpl" incomplete_data=0 %]
</p>
[% IF comments.size > start_at %]
</li>
</ul>
-[% PROCESS global/footer %]
+[% PROCESS global/footer.html.tmpl %]