]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 139787 - more template name fixes to stop tree burning. Patch by ddk, 2xr=gerv.
authorgerv%gerv.net <>
Thu, 25 Apr 2002 01:07:11 +0000 (01:07 +0000)
committergerv%gerv.net <>
Thu, 25 Apr 2002 01:07:11 +0000 (01:07 +0000)
template/en/default/attachment/create.html.tmpl
template/en/default/bug/process/confirm-duplicate.html.tmpl
template/en/default/bug/process/midair.html.tmpl
template/en/default/bug/process/verify-new-product.html.tmpl

index d31ef1292816643066ce4e92377c83694d02a81e..414639c22b0f9387588ce7ea050d44dd59fe888b 100644 (file)
@@ -70,7 +70,7 @@
           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;">
index d17bfa55fcbe68be2031a56918912fee773e7096..1725719005f6a1c66bf4d0014518036a3919981d 100644 (file)
@@ -29,7 +29,7 @@
   #   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 
@@ -70,4 +70,4 @@
 
 </form>
 
-[% PROCESS global/footer %]
+[% PROCESS global/footer.html.tmpl %]
index 89ac71fe32e7fc706f9597b7c408e8d3215eb84b..9b60857f33f796a5c154ac22b93b0fbe03ef4e22 100644 (file)
@@ -22,8 +22,8 @@
 [%# 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
@@ -41,7 +41,7 @@
 </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 %]
@@ -72,4 +72,4 @@ You have the following choices:
   </li>
 </ul>
 
-[% PROCESS global/footer %]
+[% PROCESS global/footer.html.tmpl %]
index 2f319af2be1e51be9c3827f174cc5023f777ecc9..50600923d70467faed3823dc635c9314c7ebf686 100644 (file)
@@ -96,5 +96,5 @@
 <hr>
 <a href="query.cgi">Cancel and Return to the Query Page</a>
 
-[% PROCESS global/footer %]
+[% PROCESS global/footer.html.tmpl %]