summaryrefslogtreecommitdiffstats
path: root/template
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
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')
-rw-r--r--template/en/default/account/auth/login-small.html.tmpl3
-rw-r--r--template/en/default/account/auth/login.html.tmpl1
2 files changed, 3 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>
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl
index 37c79e1ec..d2c4950e4 100644
--- a/template/en/default/account/auth/login.html.tmpl
+++ b/template/en/default/account/auth/login.html.tmpl
@@ -44,6 +44,7 @@
</td>
<td>
<input size="35" name="Bugzilla_login">
+ [% Param('emailsuffix') FILTER html %]
</td>
</tr>
<tr>