diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-04-25 18:42:13 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-04-25 18:42:13 +0200 |
commit | 641aaea98f5e0835109369ede7c0621527f8200a (patch) | |
tree | 560a65e7e53297f2fd5acbd66996d09315211a73 /template/en/default/request | |
parent | 4c08043332e39576eed0868c22e6089eafa6aabf (diff) | |
download | bugzilla-641aaea98f5e0835109369ede7c0621527f8200a.tar.gz bugzilla-641aaea98f5e0835109369ede7c0621527f8200a.tar.xz |
Bug 652405: All user fields (assignee, QA contact, Add CC) have the page title as the "title" attribute
r=dkl a=LpSolit
Diffstat (limited to 'template/en/default/request')
-rw-r--r-- | template/en/default/request/queue.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index 92df4b2c2..cd84e0f78 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -79,7 +79,7 @@ to some group are shown by default. value => cgi.param('requester') size => 20 emptyok => 1 - title => "Requester's email address" + field_title => "Requester's email address" %] </td> <th>Product:</th> @@ -137,7 +137,7 @@ to some group are shown by default. size => 20 emptyok => 1 hyphenok => 1 - title => "Requestee's email address or "-" (hyphen) for requests with no requestee" + field_title => "Requestee's email address or \"-\" (hyphen) for requests with no requestee" %] </td> <th>Component:</th> |