Commit 170c46ee authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 313950: Login screen should append emailsuffix to login field - Patch by…

Bug 313950: Login screen should append emailsuffix to login field - Patch by Matt McHenry <mmchenry@carnegielearning.com> r=LpSolit a=justdave
parent 315ca19d
......@@ -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>
......
......@@ -44,6 +44,7 @@
</td>
<td>
<input size="35" name="Bugzilla_login">
[% Param('emailsuffix') FILTER html %]
</td>
</tr>
<tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment