summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/attachstatus
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-05-07 04:16:46 +0200
committergerv%gerv.net <>2002-05-07 04:16:46 +0200
commit6428fbf3f1f3cf3a1fd9fd2062836366ae2f388c (patch)
tree25cb33550b6e1d59c3781920489b407d17f8b690 /template/en/default/admin/attachstatus
parent3b0b95d36d3e8b4ebea4d8e32d5337623cc13ba2 (diff)
downloadbugzilla-6428fbf3f1f3cf3a1fd9fd2062836366ae2f388c.tar.gz
bugzilla-6428fbf3f1f3cf3a1fd9fd2062836366ae2f388c.tar.xz
Bug 141036 - add INTERFACE comments to all templates. This does the first 20 or so - many more to go... Patch by gerv; 2xr=bbaetz.
Diffstat (limited to 'template/en/default/admin/attachstatus')
-rw-r--r--template/en/default/admin/attachstatus/edit.html.tmpl8
-rw-r--r--template/en/default/admin/attachstatus/list.html.tmpl10
2 files changed, 18 insertions, 0 deletions
diff --git a/template/en/default/admin/attachstatus/edit.html.tmpl b/template/en/default/admin/attachstatus/edit.html.tmpl
index ef8d5cf6a..3c2fc2b90 100644
--- a/template/en/default/admin/attachstatus/edit.html.tmpl
+++ b/template/en/default/admin/attachstatus/edit.html.tmpl
@@ -19,6 +19,14 @@
# Contributor(s): Myk Melez <myk@mozilla.org>
#%]
+[%# INTERFACE:
+ # name: string. The name of the attachment status we are editing.
+ # desc: string. Its description.
+ # sortkey: integer. Where it's sorted in the list.
+ # product: string. Which product it applies to.
+ # id: integer. Its internal ID number.
+ #%]
+
[% PROCESS global/header.html.tmpl
title = "Edit Attachment Status"
style = "
diff --git a/template/en/default/admin/attachstatus/list.html.tmpl b/template/en/default/admin/attachstatus/list.html.tmpl
index e03b7dc7a..67d5640ae 100644
--- a/template/en/default/admin/attachstatus/list.html.tmpl
+++ b/template/en/default/admin/attachstatus/list.html.tmpl
@@ -19,6 +19,16 @@
# Contributor(s): Myk Melez <myk@mozilla.org>
#%]
+[%# INTERFACE:
+ # statusdefs: list of hashes. may be empty. Each hash has six members:
+ # name: string. The name of the attachment status.
+ # description: string. Its description.
+ # sortkey: integer. Sorting priority.
+ # product: string. The product to which the attachment status applies.
+ # id: integer. Its internal ID number.
+ # attachcount: integer. How many attachments have that status.
+ #%]
+
[% PROCESS global/header.html.tmpl
title = 'Administer Attachment Statuses'
message = message