summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/auth/login-small.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-02-26 08:56:13 +0100
committerlpsolit%gmail.com <>2006-02-26 08:56:13 +0100
commit170c46ee25488bcbae9dd9d3d4cc9d54c78c274d (patch)
tree132fa6b8b77da34075655465bc841dae9c11af65 /template/en/default/account/auth/login-small.html.tmpl
parent315ca19d2b96f7a0516fe7f0b611a48edae75824 (diff)
downloadbugzilla-170c46ee25488bcbae9dd9d3d4cc9d54c78c274d.tar.gz
bugzilla-170c46ee25488bcbae9dd9d3d4cc9d54c78c274d.tar.xz
Bug 313950: Login screen should append emailsuffix to login field - Patch by Matt McHenry <mmchenry@carnegielearning.com> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/account/auth/login-small.html.tmpl')
-rw-r--r--template/en/default/account/auth/login-small.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl
index a6e3b6ddb..a18ee70a2 100644
--- a/template/en/default/account/auth/login-small.html.tmpl
+++ b/template/en/default/account/auth/login-small.html.tmpl
@@ -37,7 +37,8 @@
<table>
<tr>
<td align="right"><b>Login:</b></td>
- <td><input size="20" name="Bugzilla_login"></td>
+ <td><input size="20" name="Bugzilla_login">
+ [% Param('emailsuffix') FILTER html %]</td>
</tr>
<tr>
<td align="right"><b>Password:</b></td>