diff options
author | zach%zachlipton.com <> | 2002-04-04 06:01:01 +0200 |
---|---|---|
committer | zach%zachlipton.com <> | 2002-04-04 06:01:01 +0200 |
commit | 09114c215c8c58595964ff017ab80394860fd75b (patch) | |
tree | 2e6931289bde6c6fc426dcbccbcc004970ef7984 /template/default/attachstatus | |
parent | 153a60fc43567d0b79aa6bf1d70e76be12521de1 (diff) | |
download | bugzilla-09114c215c8c58595964ff017ab80394860fd75b.tar.gz bugzilla-09114c215c8c58595964ff017ab80394860fd75b.tar.xz |
Fix for bug 98658: Let administrator know which customised templates have been updated by Bugzilla team.
Patch adds a version string to every template and a check in
t/004template.t to check for version strings in templates.
Note that two templates that were not included in the initial patch
now have version strings added.
r=justdave, r2=myk
Diffstat (limited to 'template/default/attachstatus')
-rwxr-xr-x | template/default/attachstatus/create.atml | 1 | ||||
-rw-r--r-- | template/default/attachstatus/delete.atml | 1 | ||||
-rwxr-xr-x | template/default/attachstatus/edit.atml | 1 | ||||
-rwxr-xr-x | template/default/attachstatus/list.atml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/template/default/attachstatus/create.atml b/template/default/attachstatus/create.atml index 7387d82ad..128d811dc 100755 --- a/template/default/attachstatus/create.atml +++ b/template/default/attachstatus/create.atml @@ -1,3 +1,4 @@ +<!-- 1.0@bugzilla.org --> [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of diff --git a/template/default/attachstatus/delete.atml b/template/default/attachstatus/delete.atml index 6f33ee0ed..19648c6d0 100644 --- a/template/default/attachstatus/delete.atml +++ b/template/default/attachstatus/delete.atml @@ -1,3 +1,4 @@ +<!-- 1.0@bugzilla.org --> [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of diff --git a/template/default/attachstatus/edit.atml b/template/default/attachstatus/edit.atml index a2200528a..366f8eb70 100755 --- a/template/default/attachstatus/edit.atml +++ b/template/default/attachstatus/edit.atml @@ -1,3 +1,4 @@ +<!-- 1.0@bugzilla.org --> [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of diff --git a/template/default/attachstatus/list.atml b/template/default/attachstatus/list.atml index 60199a292..f2d0a4f51 100755 --- a/template/default/attachstatus/list.atml +++ b/template/default/attachstatus/list.atml @@ -1,3 +1,4 @@ +<!-- 1.0@bugzilla.org --> [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of |