diff options
author | gerv%gerv.net <> | 2002-05-07 04:16:46 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-05-07 04:16:46 +0200 |
commit | 6428fbf3f1f3cf3a1fd9fd2062836366ae2f388c (patch) | |
tree | 25cb33550b6e1d59c3781920489b407d17f8b690 /template/en/default/account/email | |
parent | 3b0b95d36d3e8b4ebea4d8e32d5337623cc13ba2 (diff) | |
download | bugzilla-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/account/email')
-rw-r--r-- | template/en/default/account/email/change-old.txt.tmpl | 5 | ||||
-rw-r--r-- | template/en/default/account/email/confirm.html.tmpl | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/template/en/default/account/email/change-old.txt.tmpl b/template/en/default/account/email/change-old.txt.tmpl index d50a958c6..cd1334d3f 100644 --- a/template/en/default/account/email/change-old.txt.tmpl +++ b/template/en/default/account/email/change-old.txt.tmpl @@ -18,6 +18,11 @@ # # Contributor(s): John Vandenberg <zeroj@null.net> #%] +[%# INTERFACE: + # emailaddress: string. The user's old Bugzilla login email address. + # newemailaddress: string. The user's new Bugzilla login email address. + # token: string. The token associated with this change. + #%] [% expiration_ts = token_ts + (max_token_age * 86400) %] From: bugzilla-admin-daemon To: [% emailaddress %] diff --git a/template/en/default/account/email/confirm.html.tmpl b/template/en/default/account/email/confirm.html.tmpl index 5fd1570e6..ebba5c76f 100644 --- a/template/en/default/account/email/confirm.html.tmpl +++ b/template/en/default/account/email/confirm.html.tmpl @@ -19,9 +19,12 @@ # Contributor(s): John Vandenberg <zeroj@null.net> #%] +[%# INTERFACE: + # token: string. The token to be used in this address change. + #%] + [% PROCESS global/header.html.tmpl %] - <p> To change your email address, please enter the old email address: </p> |